Jump to content

Registry Tweaks, Part-1


Recommended Posts


OK, there's a few things I'm having problems with. First off, here's the registry tweaks I'm loading:

Windows Registry Editor Version 5.00 

;------------------------------------Services------------------------------------

;This will add "Services" to the right-click menu of "My Computer"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services]
@=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00
"SuppressionPolicy"=dword:4000003c
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command]
@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00

;Disable Autorun
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]
"AutoRun"=dword:00000000

;Disable Remote Registry Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
"Start"=dword:00000004

;Disable Indexing Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\cisvc]
"Start"=dword:00000004

;Disable Messenger Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]
"Start"=dword:00000004

;Disable Imapi CD-Burning Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ImapiService]
"Start"=dword:00000004

;Disable Clipbook Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Clipsrv]
"Start"=dword:00000004

;Disable Secondary Log-on
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\seclogon]
"Start"=dword:00000004

;Disable Performance Logs & Alerts
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysmonLog]
"Start"=dword:00000004

;Disable Task Scheduler
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule]
"Start"=dword:00000004

;-------------------------------Internet Explorer--------------------------------

;Adds search keywords to Internet Explorer (in this order: Microsoft Knowledge Base, Altavista, Google, MSN, FileMirrors)
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSKB]
@="http://support.microsoft.com/?kbid=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\AV]
@="http://www.altavista.com/sites/search/web?q=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\GGL]
@="http://www.google.com/search?q=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSN]
@="http://search.msn.com/results.asp?q=%s"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\FM]
@="http://www.filemirrors.com/search.src?file=%s"

;Makes Google IE's Default Search Engine
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Search Page"="http://www.google.com"
"Search Bar"="http://www.google.com/ie"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL]
""="http://www.google.com/keyword/%s"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search]
"SearchAssistant"="http://www.google.com/ie"

;Max your Internet Explorer's simultaneous downloads to 10 (default was 2)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPer1_0Server"=dword:0000000a
"MaxConnectionsPerServer"=dword:0000000a

;Settings are self-explanatory
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"AllowWindowReuse"=dword:00000000
"AutoSearch"=dword:00000005
"Display Inline Videos"="yes"
"Disable Script Debugger"="yes"
"Enable AutoImageResize"="yes"
"Enable Browser Extensions"="yes"
"Enable_MyPics_Hoverbar"="yes"
"Error Dlg Displayed On Every Error"="no"
"Expand Alt Text"="no"
"FavIntelliMenus"="no"
"Force Offscreen Composition"=dword:00000000
"Friendly http errors"="no"
"Move System Carat"="no"
"NotifyDownloadComplete"="no"
"NoWebJITSetup"=dword:00000001
"NscSingleExpand"=dword:00000001
"Page_Transitions"=dword:00000001
"Play_Animations"="yes"
"Play_Background_Sounds"="yes"
"Print_Background"="no"
"Show image placeholders"=dword:00000001
"ShowGoButton"="no"
"SmoothScroll"=dword:00000001
"Use Search Asst"="no"
"UseThemes"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings]
"CertificateRevocation"=dword:00000000
"DisableCachingOfSSLPages"=dword:00000001
"ProxyHttp1.1"=dword:00000000
"SecureProtocols"=dword:000000a8
"URLEncoding"=dword:00000000
"WarnonBadCertRecving"=dword:00000001
"WarnonPostRedirect"=dword:00000001
"WarnonZoneCrossing"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Webcheck]
"NoScheduledUpdates"=dword:00000000

;Disable links folder in explorer favorites so it never appears again.
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]
"LinksFolderName"=""
"Locked"=dword:00000001

;Disable persistent internet caching
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache]
"FreshnessInterval"=hex:80,f4,03,00
"CleanupFactor"=hex:19,00,00,00
"CleanupTime"=hex:00,00,00,00
"Persistent"=hex:00,00,00,00
"CleanupInterval"=hex:80,51,01,00
"DebugFlag"=hex:ff,ff,00,00

;Passive FTP
[HKEY_CURRENT_USER\Software\Microsoft\Ftp]
"Use Web Based FTP"="yes"
"Use PASV"="yes"

;Check Digital Signatures on Downloaded Programs
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download]
"CheckExeSignatures"="yes"

;Not really sure what this does
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Media]
"SuppressOnlineContent"="no"

;Some Autocomplete Setting
[HKEY_USERS\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete]
"Append Completion"="no"


;-----------------------------------Networking-----------------------------------

;Speed up browsing remote computers
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}]

;Disable QoS
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched]
"NonBestEffortLimit"=dword:00000000

;mount net-drives first, when they are needed
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\NetworkProvider]
"RestoreConnection"=dword:00000000

;enlarge DNS-cache
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d

;-----------------------------------Start Menu-----------------------------------

;Removes the recent documents from the start menu.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRecentDocsMenu"=dword:00000001

;----------------------------------Context Menu----------------------------------

;Removes Briefcase, Document, and Rich-Text-Document from New Menu.
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.bfc\ShellNew]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.doc\ShellNew]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.rtf\ShellNew]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.bmp\ShellNew]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.wav\ShellNew]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.zip\CompressedFolder\ShellNew]

;This adds the "Open Command Window Here" on the right-click menu for folders
[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Open Command Window Here"
[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /k \"cd %L\""

;Create Copy To and Move To Context Menu Options
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers]
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

;-------------------------------------System-------------------------------------

;Disable Automatic Restart in the event of a BSOD
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
"AutoReboot"=dword:00000000

;Allow renaming of Recycle Bin
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
"Attributes"=hex:50,01,00,20
"CallForAttributes"=dword:00000000

;Recycle Bin Uses 3% of Available Space Rather than 10%
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket]
"Percent"=dword:00000003

;Removes Low Disk Space Check
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001

;Prefetcher tweak
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
"EnablePrefetcher"=dword:00000003

;Speed up NTFS
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"Win31FileSystem"=dword:00000000
"Win95TruncatedExtensions"=dword:00000001
"NtfsDisableLastAccessUpdate"=dword:00000001

;Opens 16-bit apps in a seperate memory space, this increases stability when dealing with 16-bit apps.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WOW]
"DefaultSeparateVDM"="Yes"

;------------------------------------Explorer------------------------------------

;Adjust Windows for Best Appearance
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]
"VisualFXSetting"=dword:00000001

;Explorer Updates
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000001
"ShowCompColor"=dword:00000001
"HideFileExt"=dword:00000000
"DontPrettyPath"=dword:00000000
"ShowInfoTip"=dword:00000000
"HideIcons"=dword:00000000
"MapNetDrvBtn"=dword:00000000
"WebView"=dword:00000001
"Filter"=dword:00000000
"SuperHidden"=dword:00000001
"SeparateProcess"=dword:00000000
"ListviewAlphaSelect"=dword:00000001
"ListviewShadow"=dword:00000001
"ListviewWatermark"=dword:00000001
"TaskbarAnimations"=dword:00000001
"StartMenuInit"=dword:00000002
"StartButtonBalloonTip"=dword:00000002
"NoNetCrawling"=dword:00000000
"FolderContentsInfoTip"=dword:00000001
"FriendlyTree"=dword:00000001
"WebViewBarricade"=dword:00000001
"DisableThumbnailCache"=dword:00000001
"ShowSuperHidden"=dword:00000001
"ClassicViewState"=dword:00000000
"PersistBrowsers"=dword:00000000
"TaskbarSizeMove"=dword:00000000
"TaskbarGlomming"=dword:00000001
"Start_ShowNetPlaces"=dword:00000001
"Start_LargeMFUIcons"=dword:00000001
"Start_MinMFU"=dword:00000006
"Start_ShowControlPanel"=dword:00000002
"Start_EnableDragDrop"=dword:00000001
"StartMenuFavorites"=dword:00000000
"Start_ShowHelp"=dword:00000001
"Start_ShowMyComputer"=dword:00000002
"Start_ShowMyDocs"=dword:00000002
"Start_ShowMyMusic"=dword:00000000
"Start_ShowMyPics"=dword:00000000
"Start_ShowPrinters"=dword:00000001
"Start_ShowRun"=dword:00000001
"Start_ScrollPrograms"=dword:00000000
"Start_ShowSearch"=dword:00000001
"Start_ShowSetProgramAccessAndDefaults"=dword:00000000
"Start_ShowRecentDocs"=dword:00000002
"Start_AutoCascade"=dword:00000001
"Start_NotifyNewApps"=dword:00000000
"Start_AdminToolsRoot"=dword:00000000
"StartMenuAdminTools"=dword:00000000

;Speed-up Access to AVI Media Files
[-HKEY_CLASSES_ROOT\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.avi\shellex\PropertyHandler]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"ShellState"=hex:24,00,00,00,37,88,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
01,00,00,00,0d,00,00,00,00,00,00,00,01,00,00,00

;Disable the Desktop Cleanup Wizard
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]
"NoRun"=dword:00000001

;Remove Common Tasks From Desktop
[HKEY_CLASSES_ROOT\CLSID\{00021400-0000-0000-C000-000000000046}\shellex\ExtShellFolderViews\{5984FFE0-28D4-11CF-AE66-08002B2E1262}]
"PersistMoniker"=hex(2):66,00,69,00,6c,00,65,00,3a,00,2f,00,2f,00,25,00,75,00,\
 73,00,65,00,72,00,61,00,70,00,70,00,64,00,61,00,74,00,61,00,25,00,5c,00,4d,\
 00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,5c,00,49,00,6e,00,74,00,\
 65,00,72,00,6e,00,65,00,74,00,20,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,\
 00,72,00,5c,00,44,00,65,00,73,00,6b,00,74,00,6f,00,70,00,2e,00,68,00,74,00,\
 74,00,00,00

;Removes Language Bar
[-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}]
@="Language bar"
"MenuTextPUI"="@%SystemRoot%\\System32\\msutb.dll,-325"

;Removes and Disables Shared Documents from My Computer
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSharedDocuments"=dword:00000001

;Disables Windows Tour bubble popup
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]
"RunCount"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]
"RunCount"=dword:00000000

;Disable Balloon Tips
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"EnableBalloonTips"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"FolderContentsInfoTip"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\tips]
"Show"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"StartButtonBalloonTip"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowInfoTip"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSMBalloonTip"=dword:00000000

;Sorts My Computer Above My Documents
[HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}]
"SortOrderIndex"=dword:00000054

;Cache more Icons
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"Max Cached Icons"="8192"

;Use Small Icons in Windows Explorer
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"SmallIcons"="yes"

;Explorer Tweaks
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState]
"FullPath"=dword:00000000
"FullPathAddress"=dword:00000001
"Use Search Asst"="no"

;----------------------------------Applications----------------------------------

;Enable word wrap and status bar in notepad, and give it Tahoma font
[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"fWrap"=dword:00000001
"StatusBar"=dword:00000001
"lfFaceName"="Tahoma"

;Fixes slowdown problem starting Outlook Express when you delete Windows Messenger and disables the splash screen
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{FB7199AB-79BF-11d2-8D94-0000F875C541}\InProcServer32]
"ThreadingModel"="Apartment"
@=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{FB7199AB-79BF-11d2-8D94-0000F875C541}\LocalServer32]
"ThreadingModel"="Apartment"
@=""

;-------------------------------Startup & Shutdown-------------------------------

;Speed Up Shutdown
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000001
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"AutoEndTasks"="1"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="1000"

;This allows boot files to be placed optimally on the hard-drive for faster boots.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]
"Enable"="Y"

;Disable Welcome Screen and uses Classic Logon
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"LogonType"=dword:00000000

;Force User To Hit Ctrl+Alt+Del to Login
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"DisableCAD"=dword:00000000

For some reason, XP uses the proper start menu settings on the first bootup, but on subsequent boots, it goes back to the classic start menu. If I set it back to the XP style start menu again, it's fine from there on.

Second, the ShowSuperHidden key doesn't seem to take, as I still have to manually tell it to not hide protected operating system files.

Third, does anyone know how to have the status bar always show in Windows Explorer? I tried doing a before/after shot of the registry and found a modified key, but applying it on a fresh format didn't work.

Fourth, doesn't anybody know how to save the IE toolbar setup? Once again, I thought I had the registry key for it, but again applying it on a fresh format didn't work.

Any help you guys could provide would be greatly appreciated. Thanks :)

Link to comment
Share on other sites

1) Is the first login, which is OK, an "autologon" continuation of the setup, which logs on as administrator? Are the other logons also as administrator? I have it set to classic, and I never see the new style. You must be setting something somewhere, as the new style is the default. (Your code is a little too long to look through ...) You logon, it is as it should be, you make a change, and it shows in subsequent boot. Behaviour by design.

2) I set superhidden just as you, and it is OK as well. When you look in the registry, it is 0, not the 1 you set?

3) I have managed to open directories by default in the split-pane, details view with the status bar by default as such:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Defaults]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=hex:1c,00,00,00,04,00,00,00,00,00,00,\
 00,00,00,9a,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,\
 9a,00,00,00,00,00,00,00,30,00,00,00,fd,df,df,fd,0f,00,05,00,24,00,10,00,2e,\
 00,46,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,04,00,00,00,78,00,\
 96,00,60,00,60,00,78,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,05,\
 00,00,00,ff,ff,ff,ff,cf,f3,a8,b0,33,43,ab,4b,88,73,1c,cb,1c,ad,a4,8b,30,f1,\
 25,b7,ef,47,1a,10,a5,f1,02,60,8c,9e,eb,ac,04,00,00,00
"{F3364BA0-65B9-11CE-A9BA-00AA004AE837}"=hex:1c,00,00,00,04,00,00,00,00,00,00,\
 00,00,00,90,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,\
 90,00,00,00,00,00,00,00,30,00,00,00,fd,df,df,fd,0f,00,04,00,20,00,10,00,28,\
 00,3c,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,b4,00,60,00,78,00,\
 78,00,00,00,00,00,01,00,00,00,02,00,00,00,03,00,00,00,ff,ff,ff,ff,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00

Obviously, I have no clue which each of those bits is doing ... but it works. You should probably export that reg key on one of your own machines, not copy mine.

4) If you find an answer, I'm a taker! I thought you were talking about the quick launch bar - nevermind ...

I am not sure the status bar thing will work for you. The trick is to make this change BEFORE you log on. I do this by applying the reg file during before the first reboot, while the system seems to be (much to my surprise ...) using the .default user and not the current user. These tweaks are thus applied to all users, which is fundemental to me, as most of the boxes I install are multi user systems.

P.S. The above only does details view and status bar. The Split pane by default is:

;Open folders in Explorer view.
[HKEY_CLASSES_ROOT\Folder\shell]
@="explore"

Link to comment
Share on other sites

I'm not at my testing computer at this very moment, but I'll give that registry info a try tonight. Thanks :)

The start menu style appears correctly on the very first login after it does the batch operation (in other words, I select the user from the welcome screen, it does the batch operation, loads the shell, and all is well). It's on the next reboot that it reverts to a classic start menu.

Link to comment
Share on other sites

I just had to make this.. I hope none of you mind..:)

I'll create the reg files and inf files for fast downloads too.. But that has to be later on..

Have a look and tell me if you want your tweaks out of there.

Screemers Tweaking site

You guys has made a tremendous work on your tweaks..

Some of these are really hard to find..

Link to comment
Share on other sites

I'm still trying to figure out how to put the status bar in explorer by default (not internet explorer). I have tried putting what the previous person suggested with the streams default registry key and it doesnt help. I tried it as a reg file for cmdlines.txt so that it will be installed before logging in. tried it after logging in. It doesnt work. Anyone else have some suggestions?

Link to comment
Share on other sites

I just had to make this.. I hope none of you mind..:)

I'll create the reg files and inf files for fast downloads too.. But that has to be later on..

Have a look and tell me if you want your tweaks out of there.

Screemers Tweaking site

You guys has made a tremendous work on your tweaks..

Some of these are really hard to find..

naw thats fine enjoy. Nice to see the inf files made the cut.

Link to comment
Share on other sites

@RyanVM:

THe following is an indepth explanation that also replies to your question. The short answer is make changes to HKCU from setup BEFORE the GUI reboot, via cmdlines.txt.

@Enclave:

Here are the details of what I was trying to tell you earlier.

I manage to make many changes to the HKCU, and they all stick for all users. The HKCU key .default is not for default users, but for the system when it is not logged on as a user - i.e. during boot or shutdown. It seems to me that changes I make during setup are in fact applied to the ntuser.dat file in %PROFILESDIR%\Default User, which is then copied to each new user. I make these regedits in a call from a file called commands.com, which itself is called from cmdlines.txt after most of setup has completed, and before cleanup, etc, starts. This corrosponds to the "13 Minutes Remaining" point of the installation. Every tweak, update, file copy, file removal I do from this file in this order:

1) Run MS updates that could not be "HotFix Streamlined" (Thanks WebMedic), such as dotnet, JavaVM, Media Player, IE 6.1, and any hot fixes to these items.

2) Call three reg files, for the three different HotKeys I touch in the registry.

3) Delete all files that I deem sub-par or superfluous ... (Such as all the start menus)

4) Copy files that suit my fancy, (Such as a cleaner start menu)

5) Delete the User Accounts that I do not need (aspnet and helpdesk)

6) Add the User Accounts that I will use, add them to the correct users group, and disactivate the accounts I do not want to use.

All that done, and so is my part of the instalation. Setup continues, and when it reboots I am taken to the mini-setup page where I have the option of registering before logging on the first time. I hit Next, Next, Select "No, Not at this time" and am taken to the Welcome Screen where the User I created (called User...) is the only name on the list. Here either I hit Ctrl-Alt-Del two times, and log in as my newly created Administrator (called SysAdmin...), or a User logs on: the machine is ready to go - and I have (most) everything as I like it. (Still can't get the Quick Launch Bar)

There are a couple of things I do different than many of you, which I suspect play a role here:

1) I do not use GuiRunOnce - everything is done before the reboot into the GUI, while the system is using the default user profile (and not the HKCU\.default key)

2) I clean up the stubpath reg entries, as I mentioned in the thread "Deleting protected folders".

3) I set up windows only during the setup. I do not try to add any other programs at this point. Clean setup, period. (How I automate the program installation is a whole 'nother topic.)

4) I use the WebMedc HotFix StreamLine Method (WHSM?), and have incorporated the hotfixes before my batch file is called.

By running my setup files before the GUI reboot, I am convinced (though most pleasantly surprised) that the changes are made to the HKCU of the Default User.

The stubpaths are calls to initialization routines, and I strongly suspect that one of these routines (Probably IE, as the Explorer.exe is in fact a "part" of IE) is resetting some of your changes. Some of the side effects of clearing the stubpaths include:

- The directory %PROFILESDIR%\USERNAME\Application Data\Microsoft\Internet Explorer\Quick Launch never gets created. If you try to display the Quick Launch Bar an error is generated. I overcome this by copying the Quick Launch directory into the default user profile.

- The Outlook Express, IE, WMP icons that were previously created all over the place no longer appear (That's how I got into this in the frst place). I doubt that any of the OE defaults have been set.

By only installing Windows I considerably reduce debug time. I must have lost too many brain cells to be able to handle all those variables at once...

So ... The status bar as, well as details view, are settings that are in the "stream" registry key. This is certain. The trick is getting them there before you log on AND not letting any other program change them between the moment you logon and the moment the desktop etc are built the first time.

If all this seems like to much trouble, use the all at once method: Create a system, log on, make all the changes you like, log off, logon as another user, save the ntuser.dat file from the first user, and then create a distribution where this ntuser.dat is copied to %PROFILESDIR%\Default User. I have not tried this method, but I have read up on it, and there are others that have done it. Some things to keep in mind here:

1) When logged on as the user whose ntuser.dat file you will copy, try to only do any manipulations that are directly concerned with the settings you wish to modify - no need to open all directories, surf the 'net, add docments to your MRU lists.

2) Remember you can only copy the ntuser.dat of another user - you cannot copy your own as it is in use.

3) Copy the ntuser.dat to %PROFILESDIR%\Default User AFTER the system has rebooted into the GUI, as at this point the Administrator is the current user, and not the Default User.

If you do try this method, I am interested in the results.

Congratulations to those of you that read everything up to here!

Link to comment
Share on other sites

same here after my setup is done mostr everything applies to all users I had previously moved all my actual app setups to gui runonce but at cleanup time at the very end of my install I have a bat file that deletes files I want gone and then have it copy startup items and quick launch items over to default user. this gives me a default user with exactly the same stuff as my main user. The reason I moved the apps to guirunonce is that some of them dont install cleanly when you do the install using the cmdlinex.txt.

Other than that i was using that also at first.

Link to comment
Share on other sites

To GreenMachine and Wemedic,

Can you both provide us an example of your scripts to do this tweaks before the GUIRunOnce? I'm very interested because I have be searching and trying to create a default user tweaks that I can apply to any user. Currently I have to use the Windows Files and Setting Transfer Wizard and a registry file to do it. But only able to automate 80% of it.

Reading from what you wrote, this is the solution that I have being looking for. Would really appreciate if you a mini step guide with an example, that would be very helpful. I will test it and post my result for others. Also, I will write a more thorough tweak guide for this for others if you can help me master this. :rolleyes::)

I'm already writing an improved unattended guide that I will send to AaronXP while I'm learning the unattended installation. Now, I'm very interested in auotmating the tweaks and writing a guide for everyone.

-Kenneth

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...