Jump to content

Recommended Posts

Posted

I am looking for some help in creating a registry script which can help me automate a job which I need to do to 20 HP Laptops.

 

Since imaging them, they work fine, however if a domain user other than administrator logs into one, it kicks them straight back out.

I have found that the problem is linked to Ranger but the actual fault is a piece of redundant HP Bloatware which was removed before the imaging of the machine, but appears to still be lingering in the registry.

 

I need to change:

HKLM\Software\Microsoft\Windows NT\CurrentVersion\WinLogon Userinit from: C:\windows\SysWOW64\RgrUInit.exe,c:\Program Files (x86)\Hewlett-Packard\HP ProtectTools Security Manager\Bin\DPAgent.exe

 

to:

HKLM\Software\Microsoft\Windows NT\CurrentVersion\WinLogon Userinit: C:\windows\SysWOW64\RgrUInit.exe,

 

How can I quickly do this using a registry script?

 

Thanks in advance :)

Posted
You can use GPP/Registry with the Update flag, setting the old and new paths in there - obviously this will only work if they're domain joined but should be fine otherwise.
  • Thanks 1

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



×
×
  • Create New...