Ask Question Forum:
Model Library:2025-02-08 Updated:A.I. model is online for auto reply question page
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by jrsitman
at 2024-07-24 14:39:48
Point:500 Replies:15 POST_ID:829095USER_ID:11994
Topic:
Windows Server 2008;;
I need the registry settings that control the taskbar setting "properties, show small icons". Also the desktop settings "view, small icons".
Expert: duncanb7 replied at 2024-07-25 19:08:44
Thanks for your points
Have a nice day
Duncan
Have a nice day
Duncan
Author: jrsitman replied at 2024-07-25 15:53:39
Thanks
Author: jrsitman replied at 2024-07-25 15:52:28
That worked.
Thanks
Thanks
Expert: duncanb7 replied at 2024-07-25 08:59:36
Try this at command line
REG ADD "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerTaskband" /v "Favorites" /t "REG_BINARY" /d "" /f
REG ADD "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerTaskband" /v "Favorites" /t "REG_BINARY" /d "" /f
Author: jrsitman replied at 2024-07-25 08:50:26
see attachment
Expert: duncanb7 replied at 2024-07-25 08:47:42
pin items, what your mean ?
Expert: duncanb7 replied at 2024-07-25 08:47:01
No, I don't understand your question 3? Please write it in detail
Author: jrsitman replied at 2024-07-25 08:45:52
so you want me to post a new question on EE for #3?
Expert: duncanb7 replied at 2024-07-25 08:43:23
are you taking about question 1 , right ? Or new question,
please review my previous post
please review my previous post
I need the registry settings that control the taskbar setting "properties, show small icons". Also the desktop settings "view, small icons"
Author: jrsitman replied at 2024-07-25 08:42:19
When I pin items to the taskbar, the next time I log on they are not there. So I need to check what registry setting saves items pinned to taskbar.
thanks
thanks
Expert: duncanb7 replied at 2024-07-25 07:04:13
Actually, now your two questios has been solved from your question post ,Right ?
Now you want to add third question for
Right ? COuld you write it more in detail about question-3
Please verify this first, otherwise confusing
Duncan
Now you want to add third question for
How about the setting to save keep icons on taskbar?
Right ? COuld you write it more in detail about question-3
Please verify this first, otherwise confusing
Duncan
Author: jrsitman replied at 2024-07-25 06:50:47
Sorry I made the wrong entry. Desktop is working. How about the setting to save keep icons on taskbar?
Expert: duncanb7 replied at 2024-07-25 06:40:39
Value Data: Size in Pixels (Default = 32)
Did you change other size you want besides 32 ?
Did you change other size you want besides 32 ?
Author: jrsitman replied at 2024-07-25 06:34:26
the small taskbar worked but not the desktop. See screen shot for clarification.
In addition I need the registry setting to retain items placed on taskbar.
Thanks for helping.
In addition I need the registry setting to retain items placed on taskbar.
Thanks for helping.
Accepted Solution
Expert: duncanb7 replied at 2024-07-25 05:03:07
500 points EXCELLENT
using regedit editor at command shell by "regedit" for taskbor small icon to change
the following key
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced
"TaskbarSmallIcons"=dword:00000001
For small icons,set the dWord value to 1.
For desktop small size view:
User Key: [HKEY_CURRENT_USERControl PanelDesktopWindowMetrics]
Value Name: Shell Icon Size
Data Type: REG_SZ (String Value)
Value Data: Size in Pixels (Default = 32)
Hope understand your question.If not, pls pt it out
Duncan
the following key
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced
"TaskbarSmallIcons"=dword:00000001
For small icons,set the dWord value to 1.
For desktop small size view:
User Key: [HKEY_CURRENT_USERControl PanelDesktopWindowMetrics]
Value Name: Shell Icon Size
Data Type: REG_SZ (String Value)
Value Data: Size in Pixels (Default = 32)
Hope understand your question.If not, pls pt it out
Duncan