February 11, 200521 yr helloI have some curent user reg tweaks and i need them for all users... I ve read that i can use cmdlines for that.In my cmdlines can i have :[COMMANDS]"REGEDIT /S mytweaks.reg" // patching registry"RunOnceEx.cmd" //installing softwareThe tweaks in mytweaks.reg are targeting software that i install in runonceex... so can it work ?thx
February 11, 200521 yr Yes it can works. I use it actuallyU have to use REGSo it should beREG LOAD "HKLM\User" "c:\users\default user\ntuser.dat"REG IMPORT "regtweaks.reg"REG UNLOAD "HKLM\User"Important....you must replace in your reg file the part "HKEY_CURRENT_USER" by "HKEY_LOCAL_MACHINE\User"Hope this help!
February 12, 200521 yr Author Well i just tried the cmdlines method and it works fine !Ie cache is now 5mb for all users No need to open default user reg hive.
Create an account or sign in to comment