Jump to content

HKCU reg for all users ?


Recommended Posts

hello

I 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 software

The tweaks in mytweaks.reg are targeting software that i install in runonceex... so can it work ?

thx

Link to comment
Share on other sites


Yes it can works. I use it actually

U have to use REG

So it should be

REG 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!

Link to comment
Share on other sites

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