Avatar of ccsboe
ccsboe
Flag for United States of America

asked on 

Changing registry settings via VB Script?

I need to make some registry settings using a VB Script. i have found this link from Microsoft on how to do it but i cant get it to work. Here is the link: http://msdn.microsoft.com/en-us/library/aa384906.aspx 

Here are the registry keys i need to be put into the users registry:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run] "ctfmon.exe"=-
[HKEY_CURRENT_USER\Software\Microsoft\CTF] "Disable Thread Input Manager"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\CTF\MSUTB] "ShowDeskBand"=dword:00000000

Visual Basic ClassicVB ScriptWindows Batch

Avatar of undefined
Last Comment
pisboi

8/22/2022 - Mon