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.

405 questions
0
votes
1 answer

Why would a server in an AD environment allow Remote Registry access by FQDN, but deny and lock out accounts over IP address?

We have a situation where a software application cannot be installed because the admin account used during installation gets locked out during prerequisite checks. After some investigation, we found the cause: The prerequisite check looks at remote…
0
votes
1 answer

How can I create a registry key on all domain machines with group policy?

I have a domain with a controller and joined workstations. I want to create a registry item on all of the connected workstations using a group policy. I have created a group policy and tried to create a registry key two ways. I tried selecting New…
0
votes
1 answer

difference between two registry locations for HKLM\SOFTWARE\Microsoft\Windows\ and HKLM\SOFTWARE\Microsoft\Windows NT\

What is the difference between the two registry locations HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon:LegalNoticeText HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System:LegalNoticeText While my question is asking about…
Laywah
  • 99
  • 7
0
votes
2 answers

Set Registry Keys from Domain Policy

Is it possible to push out changes to the registry on a local computer from the domain policy? Or does a special script need to be written to do so?
tearman
  • 425
  • 1
  • 7
  • 20
0
votes
2 answers

Persistent registry settings on a workgroup computer with local group policy

From what I understand (and have tested) in What is the difference between Group Policy and Registry Policy processing in Windows?, computers within a domain would have a policy refresh every 90 to 120 minutes. Using this, I have set a GPO that…
Brian Lee
  • 1
  • 1
0
votes
1 answer

Read Local "HKEY_CURRENT_USER" from another user, windows batch/powershell

Ok is a tricky question, I know. I have a software that runs validation scripts in all computers in network. I can create my own scripts too. But I found a problem that the script runs as specific user with admin rights. So, when my script checks…
DefToneR
  • 527
  • 6
  • 14
0
votes
1 answer

Windows Registry CREATOR OWNER

I've got a program that creates a registry key in HKCU, but after that does not have the rights to write to it. It seems to me that CREATOR OWNER does not work. The strange thing is that it does work on non-server environments (standard Windows…
0
votes
3 answers

Modify NIC bind order for Hyper-V Server/Server Core

Is there a way to modify the NIC bind order in Hyper-V Server/Server Core? For some reason, one of our Hyper-V servers decided to reverse the bind order of two of the six NIC ports on the machine, making it inconsistent with all of our other…
newmanth
  • 3,943
  • 4
  • 26
  • 47
-1
votes
1 answer

MSI on Windows 10 won't register OCX (even when run as admin)

Got an MSI built using a Visual Studio Installer project. The resulting MSI was developed on Windows 7 some years back, and works fine there. There is a merge module (MSM) that is supposed to dump an OCX to the 32-bit system folder (usually…
-1
votes
1 answer

Windows Server 2012 r2 Automatic Updates Registry Values

I'm trying to make a Windows Server 2012 r2 test box automatically update and reboot in the same way 2008 servers do. I cannot use the 'Always automatically restart at the scheduled time' GPO (detailed here ) at the present time, so instead I want…
-1
votes
1 answer

Loading a performance DLL of a windows 7 service

I am trying to do a POC of recently published windows zeroday flaw where a vulnerability has been exposed in windows registry entries. I have created a performance subkey of a service RPCEPTMAPPER and set my DLL path there, however I am unable to…
-2
votes
1 answer

Deleting orphaned .msp and .dll files

I have two terminal servers that I need to clear room off of. I have 35.8gb of .dll's and 15.5gb of .msp's. I need to clear these en masse, as there are literally thousands of files that I would have to manually go through and check otherwise. Does…
-2
votes
2 answers

Determine what has changed a specific key on Windows registry

History : My C drive disappeared from "Computer" on my Win7. After fixing it a couple of days ago by changing a registry key, I notice today that my C drive has disappeared…
Florian Bidabé
  • 334
  • 3
  • 10
-3
votes
1 answer

Acess remotely to registry with Powershell

I would like to access remotely to the registry of a Windows machine to see some keys under "SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform" with a Powershell script I already tried to open a PSSession but it doesn't work.…
gerem
  • 33
  • 1
  • 3
-3
votes
3 answers

Remove Legal Notice IN Registry

I have a very slow laptop that I need to reboot 3 times a day. It is connected to a Windows domain. I have managed to get it to auto-logon, but I still get prompted to hit ok after reading a legal notice. I have cleaned out…
Jerry
  • 1
  • 1
  • 1
1 2 3
26
27