krige Posted June 9, 2008 Posted June 9, 2008 Hello,does anybody know whether and how it's possible to disable "Remember each folder's view settings" in Explorer in a slipstream Windows XP installation disk created using nLite?
radix Posted June 9, 2008 Posted June 9, 2008 (edited) Add the next commands in unattended section of nLite:REG.EXE DELETE "HKCU\Software\Microsoft\Windows\ShellNoRoam\BagMRU" /fREG.EXE DELETE "HKCU\Software\Microsoft\Windows\ShellNoRoam\Bags" /fREG.EXE ADD "HKCU\Software\Microsoft\Windows\Shell" /v "BagMRU Size" /t REG_DWORD /d "00001f40" /fREG.EXE ADD "HKCU\Software\Microsoft\Windows\ShellNoRoam" /v "BagMRU Size" /t REG_DWORD /d "00001f40" /fREG.EXE ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoSaveSettings" /t REG_DWORD /d "00000000" /fOr add the next code in a .reg file:Windows Registry Editor Version 5.00[-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\BagMRU][-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags][HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell]"BagMRU Size"=dword:00001f40[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam]"BagMRU Size"=dword:00001f40[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoSaveSettings"=dword:00000000 Edited June 9, 2008 by radix
krige Posted June 9, 2008 Author Posted June 9, 2008 Or add the next code in a .reg file:Thanks a lot! Where do I put the reg file then?
radix Posted June 10, 2008 Posted June 10, 2008 Where do I put the reg file then?Doesn't matter. You can use .reg file from Windows itself to apply the tweaks.
krige Posted June 15, 2008 Author Posted June 15, 2008 Hey radix, I have tried with the commands in unattended section of nLite you mentioned but I still have found the option "Remember each folder's view settings" enabled after the installation.
radix Posted June 15, 2008 Posted June 15, 2008 Hey radix, I have tried with the commands in unattended section of nLite you mentioned but I still have found the option "Remember each folder's view settings" enabled after the installation.Try this:Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"ClassicViewState"=dword:00000001"SuperHidden"=dword:00000001[-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\BagMRU][-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags][HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell]"BagMRU Size"=dword:00001f40[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam]"BagMRU Size"=dword:00001f40[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoSaveSettings"=dword:00000000Or add these commands in nLite:REG.EXE ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ClassicViewState" /t REG_DWORD /d "1" /fREG.EXE ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "SuperHidden" /t REG_DWORD /d "1" /fREG.EXE DELETE "HKCU\Software\Microsoft\Windows\ShellNoRoam\BagMRU" /fREG.EXE DELETE "HKCU\Software\Microsoft\Windows\ShellNoRoam\Bags" /fREG.EXE ADD "HKCU\Software\Microsoft\Windows\Shell" /v "BagMRU Size" /t REG_DWORD /d "00001f40" /fREG.EXE ADD "HKCU\Software\Microsoft\Windows\ShellNoRoam" /v "BagMRU Size" /t REG_DWORD /d "00001f40" /fREG.EXE ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v "NoSaveSettings" /t REG_DWORD /d "0" /fRemember to test first from Windows. Across the board.
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