Change a name value in windows registry

July 25th, 2016

Hello everyone. I have a noob question: can someone knows how can i make a .bat or a .reg file so i can change the name of Registered Owner in windows registry with my own one ? Thanks in advance.
Answer #1
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
Answer #2
Like said..
http://www.howtogeek.com/howto/windows-vista/quick-tip-change-the-registered-owner-in-windows/
Answer #3
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.
Answer #4
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
Answer #5
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.

 

| Sitemap |