Jump to content

Recommended Posts

Posted

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??

thanx

shan


Posted

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,0

HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","Hidden",0x00010001,2 ;1,0,2

HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","HideIcons",0x00010001,0 ; do not hide icons on desktop, to hide use 1

HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced","HideFileExt",0x00010001,1

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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