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
1
vote
0 answers

Changing HKCR registry key with group policy

I'm trying to change permissions of some keys in HKCR (HKEY_CLASSES_ROOT) to get a misbehaving program working. I originally tried to script it, but realized that group policy can handle the change of permissions on registry keys. This works in my…
user1197457
  • 51
  • 1
  • 6
1
vote
1 answer

Corrupted Windows Update Service Security Registry Key

I have a corrupted security key in the registry (Windows XP) for the windows update service. I noticed that I can copy a security key from another service and move and replace it with the corrupted key. We have many machines that have this issue. …
user168403
  • 15
  • 3
1
vote
3 answers

How can I deploy a single .reg file so that it can be stored to a whole bunch of different USER accounts on a non-domain terminal server?

There is a software tweak that I have to make for all users on a terminal server system, that is not available to me as a group policy option, but which exists as a key in regedit under HKEY_CURRENT_USER\SOFTWARE. If I was willing to write some…
Warren P
  • 1,195
  • 7
  • 20
  • 35
1
vote
0 answers

Is there a way to check registry definitions in Forefront on remote systems?

After playing with the script found in This Thread yesterday, I found that the script did exactly what I was looking for. However, I need to run these checks on remote systems on our network. I spent a few hours altering the script, but could not…
Joe P
  • 11
  • 2
1
vote
1 answer

Problems using GPO from Windows Server 2000 to Windows 7

So I'm using Windows Server 2000 (I know that's old and not effective but we are not in charge of the AD so no choice), and we don't have the access to GPO about users, only computers. That's why we use some scripts to make the work. I'm using GPO…
1
vote
1 answer

Registry Lookup

Is anyone on here familiar with a website that offers the ability to lookup specific registry/GPO settings such as AutoAdminLogon. I imagine this site would give you the full path to the GPO setting and information about the option itself.
1
vote
2 answers

Web Server crashing due to memory errors. It's like clock work

I have an IIS server that is crashing at about 3:15 am every Friday and Saturday. I understand that swapping out DIMM A in Bank 1 would probably fix the issue. But I would like to hopefully resolve the issue before we do that. But replacement RAM is…
1
vote
0 answers

Disabling all write (cd burning) permissions for a specific group of users on all CD/DVD drives mounted in Windows XP Pro SP3

I want all users within 'Restricted' user group (Windows XP Professional SP3) to be able to read from CDs/DVDs they insert. I don't want these users to be able to burn any CDs/DVDs using CDRW/DVDRW drive available. Apparently it's not enough to…
1
vote
1 answer

New property for indexing service on Windows Server 2008 - Where to put registery entry

I'm trying to set up a new property in the indexing service for Server 2008. I've followed the tutorial here http://www.codeproject.com/Articles/19540/Microsoft-Indexing-Service-How-To which is all fine up until the point where you have to add an…
1
vote
1 answer

Windows registry NTUSER.DAT size not changing on edit

I am trying to synchronize the default user registry files by comparing their filesizes. Now, I have noticed that the size of NTUSER.DAT does not change when changing registry values. Two questions: Why does the size not change? How can I force a…
Zulakis
  • 4,191
  • 14
  • 44
  • 75
1
vote
1 answer

Can ranges overlap in ReservedPorts?

The value ReservedPorts in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters contains a list of port ranges to reserve so the system won't assign them to programs dynamically. Will the value be understood if it contains…
Andrew J. Brehm
  • 1,611
  • 7
  • 34
  • 57
1
vote
1 answer

Force software rendering in Adobe Reader 10.1.3

In Adobe Reader 10.x there is an option under Edit>Preferences...>3D & Multimedia to set the renderer to use the software renderer instead of Directx. I've read that using the software setting will garner better performance. I'm looking for a way…
1
vote
1 answer

What could cause a program to stay in "Add/Remove Programs" even after removing from registry

Trying to manually remove an entry from Control Panel > Add/Remove Programs. (custom software, not MS KB patch or windows component and not doing anyting 'funky' like trying to stop itself form being uninstalled) Followed…
Ryan
  • 418
  • 1
  • 8
  • 16
1
vote
1 answer

Where can I find authoritative info about the "DSA Heuristics" registry key for domain controllers?

I have found many different webpages all saying to put different strings in for the value HKLM\System\CurrentControlSet\Services\NTDS\Parameters\DSA Heuristics. From what I can tell it appears to be a bit-mask, is there a MSDN page where I can see…
1
vote
2 answers

users unable to add registry keys to HKCU

I may not have this 100% correct so need some clarification. Are normal users on a 2003 terminal server allowed to add registry keys the their own HKCU section in the registry, or are they only allowed to edit existing ones? The reason I ask is that…
James Edmonds
  • 1,653
  • 10
  • 36
  • 58