hfrfc Posted February 11, 2005 Posted February 11, 2005 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
jfmartel Posted February 11, 2005 Posted February 11, 2005 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!
hfrfc Posted February 11, 2005 Author Posted February 11, 2005 Well i will try the basic cmdlines method before It seems more easy...
hfrfc Posted February 12, 2005 Author Posted February 12, 2005 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.
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