Wicked187 Posted October 21, 2003 Posted October 21, 2003 I am trying to tweak the user environment settings before I deploy XP to all of our desktops, and I am having problems finding registry tweaks for the theme. I want to use the "Windows Classic" theme, "Classic View" in the Control Panel, I want the "Quick Launch" enabled by default, and I want "Windows Classic Folders" for Explorer. I cannot seem to find tweaks for this.
flyakite Posted October 21, 2003 Posted October 21, 2003 Add this section to your unattended file for the classic theme[Shell] DefaultThemesOff = YesThis registry tweak forces Classic Control Panel:;Force Classic Control Panel[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"ForceClassicControlPanel"=dword:00000001The other I don't know about.
snooz Posted October 21, 2003 Posted October 21, 2003 I am trying to tweak the user environment settings before I deploy XP to all of our desktops, and I am having problems finding registry tweaks for the theme. I want to use the "Windows Classic" theme, "Classic View" in the Control Panel, I want the "Quick Launch" enabled by default, and I want "Windows Classic Folders" for Explorer. I cannot seem to find tweaks for this.This will give you classic view in all folders including control panel.Windows Classic[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,00Common Tasks"ShellState"=hex:24,00,00,00,37,a8,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,00See the difference in the two with the one being 88 the other a8.As for the quick launch here is a detailed thread:http://www.MSFN.org/board/index.php?showto...hl=quick+launchSearch this forum it is a very good, detailed site. I very seriously doubt you will be unable to find what your looking for here.
Wicked187 Posted October 22, 2003 Author Posted October 22, 2003 That didn't work, no Quick Launch was there... Perhaps I am going about this the wrong way... Maybe I should setup a profile, and have it be copied to the Default User profile... will it be over written if I put in via the $OEM$ method?
Wicked187 Posted October 22, 2003 Author Posted October 22, 2003 I have decided that I am just going to replace the ntuser.dat in the Default User profile... I have been testing out xcopy and copy, and I cannot find a way to overwrite a hidden file... are there any ways of doing this, or perhaps, is there a command to change attributes like chmod in *nix?[EDIT] I found it, attrib -H <filename> removes the hidden status...
Geckotek Posted October 22, 2003 Posted October 22, 2003 I have decided that I am just going to replace the ntuser.dat in the Default User profile... I have been testing out xcopy and copy, and I cannot find a way to overwrite a hidden file... are there any ways of doing this, or perhaps, is there a command to change attributes like chmod in *nix?[EDIT] I found it, attrib -H <filename> removes the hidden status...Let me know if you have success w/ this.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now