entry in the registry

G

Guest

Hello
I do unnattende setup of all my computers on my company. Now I have notice a drawback in my unattende file and have to change all the computers that I have done. I want to change the registry for the value
[UserData
FullName = "Miss Nobody

Wich I belive are store [HKEY_CURRENT_USER\Software\Microsoft\Fax\UserInfo
"FullName"="Miss_Nobody
Windows Registry Editor Version 5.0

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
"RegisteredOwner"="Miss_Nobody

[HKEY_USERS\.DEFAULT\Software\Microsoft\Fax\UserInfo
"FullName"="Miss_Nobody

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\C8D617F6F8933D11581E000540386890\InstallProperties
"RegOwner"="Miss_Nobody

Can I do this in a easy way
I thougt one might do it with VBS with a input box ore something
Anyone ?
 
M

Marty List

Carl Schultze said:
Hello !
I do unnattende setup of all my computers on my company. Now I have notice
a drawback in my unattende file and have to change all the computers that I
have done. I want to change the registry for the value
[UserData]
FullName = "Miss Nobody"

Wich I belive are store [HKEY_CURRENT_USER\Software\Microsoft\Fax\UserInfo]
"FullName"="Miss_Nobody"
Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
"RegisteredOwner"="Miss_Nobody"

[HKEY_USERS\.DEFAULT\Software\Microsoft\Fax\UserInfo]
"FullName"="Miss_Nobody"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\User
Data\S-1-5-18\Products\C8D617F6F8933D11581E000540386890\InstallProperties]
"RegOwner"="Miss_Nobody"

Can I do this in a easy way ?
I thougt one might do it with VBS with a input box ore something
Anyone ?


VBS would be a good choice. For the syntax and an example see:
http://msdn.microsoft.com/library/en-us/script56/html/wsmthregwrite.asp


Watch out for the HKEY_CURRENT_USER entry, if multiple people use the same
computer, that will need to be set for each user who logs on. Login script
would work, or maybe something in

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
or
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top