Questions tagged [windows-registry]

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.

397 questions
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
  • 335
  • 3
  • 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
  • 161
  • 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,989
  • 3
  • 30
  • 47
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
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
  • 678
  • 3
  • 7
  • 19
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…
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…
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?
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…
1
vote
0 answers

Stop Windows 10 from translating appx's based on language setting

Windows appx's (calculator, photos etc.) seem to translate its names and user interfaces based on the first language in the following language setting: "Settings">"Time & Language">"Language">"Preferred languages". How do I stop windows from doing…
Andreas86
  • 51
  • 1
  • 1
  • 4
1
vote
2 answers

Uninstall a single server instance through the registry

I'm running SQL Server 2014 and have 50 separate instances running. This is the max limit of number of instances for this version and I obviously need to uninstall some instances and clean up. However upon research it looks like there's a bug which…
Kcdemag
  • 11
  • 2