The Windows Registry is a hierarchical database that stores configuration settings and options on Microsoft Windows operating systems. It contains settings for low-level operating system components as well as the applications running on the platform.
Questions tagged [windows-registry]
405 questions
2
votes
3 answers
Change group policy settings for accounts?
I am wondering if there is a way to change the group policy settings for accounts without using the GUI tools (GPMC or the GPO editor MMC snap in). In other words can I can change these settings via a registry change or by using a tool like…

Robert MacLean
- 2,186
- 6
- 28
- 45
2
votes
1 answer
how to find all registry symbolic links?
There is a method to see if a registry key is a symbolic link?

johnn
- 31
- 1
- 3
2
votes
1 answer
IIS6 registry values in IIS7
I am looking for the location of the IIS6 registry values such as EnableNonUTF8, FavorUTF8, MaxFieldLength, and a few more in IIS7. In IIS6 they were in:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters
I cannot find where to…

Corv1nus
- 143
- 2
- 7
2
votes
2 answers
Hyper-V core NIC speeds and registry changes
On a Dell PE T610 I have Hyper-V core running, with 2 x Broadcom BCM5709C NetXtreme II GigE installed. I have noticed that copying large files 17GB for example, from a network physical server to the Hyper-V host local drive [not vm guest] is very…

gary
- 191
- 1
- 8
2
votes
2 answers
get rid of warning when installing registry file
I use windows vista but this question is for other windows versions as well.
When I double click to install a reg file I get this warning:
Adding information can unintentionally
change or delete values and cause
components to stop working…

Yaron Naveh
- 345
- 4
- 6
- 17
2
votes
1 answer
What is the registry key for Windows XP to disable Internet Connection Sharing?
What is the registry key for Windows XP to disable Internet Connection Sharing?

Alex Argo
- 171
- 1
- 3
- 5
2
votes
1 answer
Software restriction policies set in the registry don't update Local Group Policy
The joys of a Samba domain... First off Domain Group policy can't be used until Samba 4 arrives.
We need to setup Software Restriction Policies (SRPs) on most of the computers in our Samba domain and I would dearly like to automate this. (We are…

Jon Rhoades
- 4,987
- 3
- 31
- 48
2
votes
3 answers
Adding to App Paths for 'Run' as a non-admin
Is there a way to add a new App Path (for adding commands to Start-Run) without needing Admin?
With admin, you can add an App Path to HKLM\Software\Microsoft\Windows\CurrentVersion\App Paths. I tried adding one under HKCU with no effect.
I've added…

Cooper
- 272
- 2
- 8
2
votes
1 answer
How does Windows set the %SystemRoot% variable?
The %SystemRoot% environment variable contains the path to the Windows directory. (e.g. c:\windows)
SystemRoot is not configured in Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment, it is automagically…

Martin
- 589
- 4
- 10
- 27
2
votes
3 answers
Run a .REG file in a logon script where regedit is disabled?
I need to run a .REG to add entries to the registry on logoff, but our GP environment disables regedit. I could probably accomplish this by turning regedit on, running the script, and then turning it back off again, but I'm hoping there's a more…

Doug Chase
- 753
- 3
- 12
- 22
2
votes
2 answers
SNMP Community String Permissions
I am looking at deploying SNMP Settings for windows servers via Group Policy and have an administrative template prepared. However I am noting strange behaviour when applying the policy.
Two Community strings are created, with different permissions.…

Ben Short
- 688
- 3
- 7
- 20
2
votes
1 answer
Can i update the windows registry entries for HKEY_CURRENT_USER values without elevated privileges?
Links such as the following suggest that I should be able to edit the registry without elevated privileges, as long as I only update…

greghmerrill
- 143
- 5
2
votes
2 answers
Two identical Vista machines, only one processes Group Policy Registry Extension
I have two Panasonic Toughbook CF-30 machines setup from the same installer CD. Both machines were joined to the domain and moved into the same OU. Both machines have no errors in the event logs on startup. One machine gets the 'AutoLogon' group…

Aaron C. de Bruyn
- 588
- 10
- 30
1
vote
2 answers
How to prevent user from disabling the Mcafee
How can I prevent user from disabling the Mcafee VirusScan Enterprise 8.8? Is there any Registry or Local Group Policy that I could do it?

xxestter
- 131
- 3
1
vote
2 answers
What is the default registry location that is used for the registry key ring for ASP.NET Core Data Protection system
TL;DR;
In which registry hive does the ASP.NET Core Data protection system
store it's keys when you are running your app in IIS with a worker
process account without user profile
It looks like it's reusing the hive used by ASP.NET…

AardVark71
- 123
- 6