Change a name value in windows registry
July 25th, 2016
Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
and edit registered owner/organisation there afterwards you can export the key to a .reg file
Like said..
http://www.howtogeek.com/howto/windows-vista/quick-tip-change-the-registered-owner-in-windows/
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
"RegisteredOrganization"="Me, damn it!"
"RegisteredOwner"="Some dumb human"
Copy and paste that into a notepad file and save it as Name.reg (NOT name.reg.txt!)
Edit the appropriate spots – if you can’t see them then you shouldn’t be doing this anyway – and save the reg file.
Go to where you saved it and double click it to import it.
Yeap , that is what i want, a script. I tried in win7 but it doesnt work. Works only in Xp and Vista ? Do i need to change the Windows Registry Editor Version ? THanks again.
LE: Sorry, i need it first to Logoff and then i changed. Thanks
Yeah – I forgot to mention the log-off thing, sorry.
BTW – “some dumb human” isn’t a reference to you.. It was just for fun.