Jump to content

Featured Replies

Posted

Hello

I will wish to integrate into a custom INF file command "attrib.exe" to hide when I install my windows 7 "StartUp" folder (%APPDATA%\Microsoft\Windows\Start Menu\Programs\StartUp). anyone have any track.

Cordially

If you mount your wim you can apply the attrib +h command to the folders this will carry over to your install (keep in mind there are two \Startup folders)

INF code it would go something like this:

;   File/Folder Attributes
; R=1; H=2; S=4; HS=6; SHR=7
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MyProg",,,"%16386%"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\MyProg",FOLDER,,"Startup,2"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AllProg",,,"%16407%"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RenameFiles\AllProg",FOLDER,,"Startup,2"

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...