February 5, 200719 yr Hey!How do I go about doing that via the registary?Ive tired doing it by Regmon, but not no where, as I was getting overloaded with info
February 6, 200719 yr HelloFor one example among most ! You have this useful software, maybe this option is implemented into it.http://www.msfn.org/board/index.php?showtopic=76782&hl=Elseif you can use nlite options, i use it and it works well++
February 9, 200719 yr This REG should work...Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState] "FullPath"=dword:00000001...but better is the INF (bitreg included):[Version] Signature=$Windows NT$ [DefaultInstall] Modes=0,1,2,3 AddReg=Tweaks.AddReg BitReg=Tweaks.BitReg [Tweaks.AddReg] HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState","FullPath",0x00010001,0x00000001 [Tweaks.BitReg] HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState","Settings",0x00000001,0x00000001,0x00000004
February 9, 200719 yr Excellent an inf solution! I've tidied it a little to my own taste:[Version]Signature = $Windows NT$[DefaultInstall]AddReg = Reg.AddBitReg = Reg.Bit[Reg.Add]HKCU,Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState,FullPath,\ 0x10001,1[Reg.Bit]HKCU,Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState,Settings,\ 1,0x1,4I must congratulate r3incarnat0r however for using an appropriate solution, often we get cmd or reg or even inf solutions which are less efficient than other methods.
Create an account or sign in to comment