What computer system registry access should be transformed upon a fresh installation of windows?
I made use of to operate at Best Buy technology bench (pre Geek Squad, regardless grateful to be done there) and also we had a wonderful little set documents which fine-tuned computer system registry access for all new computer systems. I have actually shed this set documents, and also am attempting to compile a checklist to make an additional. Please aid!
Windows Vista :
This establishes the default folder modification to NotSpecified (which virtually suggests the "All Items" layout as seen in the modification dialog), or else Vista's wrong rate just how to present your documents can be fairly bothersome (an mp3 might change it to a Music folder, or a gif from Details to Thumbnails in its button to Pictures & Video).
[HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell]
"FolderType"="NotSpecified"
You might after that around the world transform the look of the "All Items" layout by tweaking an "All Items" folder and also mosting likely to Tools - > Folder Options - > View - > Apply to Folders (jobs in a similar way for the various other layouts).
If you intend to reset all existing folders to "All Items" after that remove the whole Bags key first:
[-HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags]
A detailed overview readily available below : Fixing Folder Type problems in Windows Vista
Windows Vista :
This disables UAC's use the Secure Desktop, which is basically that dimming of the screen you get with altitude motivates. It's made to stop their spoofing, with numerous instances given up that write-up.
Nonetheless I regularly locate the Secure Desktop to be cumbersomely slow-moving loading, extra so on a system I've yet to upgrade the display screen drivers on or am keeping (taking into consideration the rep), yet also rather after, so I disable this (I maintain UAC made it possible for).
In my point of view it's rather more vital that Microsoft made this the default to inhibit spoofing than it is for a specific equipment to leave it made it possible for.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"PromptOnSecureDesktop"=dword:00000000
Disable Desktop Cleanup Wizard
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]
"NoRun"=dword:00000001
Working for a firm and also maintaining security in mind:
Setting minimum password size (where MinPwdLen have to be by hand developed as a binary value):
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Network]
"MinPwdLen"=10
Disabling the computer system registry from other individuals's sticky fingers:
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000001
Make the Start food selection much faster:
[HKEY_CURRENT_USER\Control Panel\Desktop]
"MenuShowDelay"
= 20 (default is 400)
I've been including this to every Windows I've ever before mounted given that Win95. Makes globe of distinction!
Classic control board :
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ForceClassicControlPanel"=dword:00000001
Use timeless login :
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"LogonType"=dword:00000000
Remove Windows Tour popup :
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]
"RunCount"=dword:00000000[/br][HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]
"RunCount"=dword:00000000
Disable autorun :
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]
"AutoRun"=dword:00000000
Disable search aide :
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]
"Use Search Asst"="no"
Set Google as IE homepage :
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Start Page"="www.google.com"
Put quantity symbol in the tray :
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray]
"Services"=dword:0000001f
Remove Windows Messenger from start-up :
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
"MsnMsgr"=-
Show documents expansions :
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"HideFileExt"=dword:00000000
Related questions