Microsoft
Software
Hardware
Network
Question : Change key default value by script
Hello, I am trying to create a registry script that will create a key and change its default value to 0, below is what I tried and it creates the Key but it doesn't change the value.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Softwa
re\Microso
ft\Interne
t Explorer\ActiveX Compatibility\{E87F6C8E-16
C0-11D3-BE
F7-0090274
38003}]
"Default"=reg_sz:0
Answer : Change key default value by script
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Softwa
re\Microso
ft\Interne
t Explorer\ActiveX Compatibility\{E87F6C8E-16
C0-11D3-BE
F7-0090274
38003}]
@="0"
Random Solutions
SBS 2003 slow logon and shared file access
dcpromo Setup Wizard and AD replication
SQL Full Backups and Trans Backups
Need excel formula
How do I accomplish load balancing in a shared hosting environment using multiple accounts?
PowerShell Active Directory
How do I map a sharepoint location in VB script to work on Windows 7
On Mouseover Enlarge Image from camera tool in excel
Visual FoxPro OLE DB Data Provider Problems
Need to turn a SQL select into a delete statement