Jump to content

Global/local reg question


Recommended Posts

Take this tweak for example:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoSharedDocuments"=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoSharedDocuments"=dword:00000001

Applying only the "[HKEY_LOCAL_MACHINE..." part will be a global settings wich means will apply to all users?

...meaning "[HKEY_CURRENT_USER..." is applied only to current user?

Link to comment
Share on other sites


The thing is i only want to use the global one meaning "[HKEY_LOCAL_MACHINE..." and not the local one ... shortens the code and avoid tangles.

Besides i'm not too sure where i will put it cuz i want to keep all tweaks in 1 file except services and i might want hti sto run after windows boots the first time like GUIRunOnce.

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