shanssv Posted August 26, 2004 Posted August 26, 2004 Hi,I want to know how to apply my windows explorer settings during installation?like show all files ,folders view ..etc.is there is any way??thanxshan
moo Posted August 26, 2004 Posted August 26, 2004 I use inf file for this but it easy tranfer to reg if you want.HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Superhidden",0x00010001,1 ;HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","ShowSuperHidden",0x00010001,0HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Hidden",0x00010001,2 ;1,0,2HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","HideIcons",0x00010001,0 ; do not hide icons on desktop, to hide use 1HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","HideFileExt",0x00010001,1
prathapml Posted August 27, 2004 Posted August 27, 2004 the "Registry Tweaks..." thread has all those settings (for explorer) you want, and more!Also, another way to get this done is to load the NTUSER.DAT of the DefaultUser as a hive (in regedit), and make the modifications you want.
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