Need to get some reg settings from a Vista user

  • Thread starter Thread starter ThatsIT.net.au
  • Start date Start date
T

ThatsIT.net.au

I have been messing with the registry and forgot to note my original
settings

can some one look in their registry and tell me what the you have for these
settings

HKEY_CLASSES_ROOT VBSFile\Shell\Open2\default

HKEY_CLASSES_ROOT VBSFile\Shell\Open2\Command\default


--
Dim Alan as ThatsIT.net.au.Staffmember
Alan = New ThatsIT.net.au.Staffmember
Alan.signature = "Thank You"
Response.Write Alan.signature.toString()
__________________________________________
 
Hello ThatsIT.net.au,

see inline

Best regards

Myweb
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
I have been messing with the registry and forgot to note my original
settings

can some one look in their registry and tell me what the you have for
these settings

HKEY_CLASSES_ROOT VBSFile\Shell\Open2\default

HKEY_CLASSES_ROOT VBSFile\Shell\Open2
Default REG_EXPAND_SZ Open &with Command Prompt
HKEY_CLASSES_ROOT VBSFile\Shell\Open2\Command\default

HKEY_CLASSES_ROOT VBSFile\Shell\Open2\Command
Default REG_EXPAND_SZ "%SystemRoot%\System32\CScript.exe"
"%1" %*
 
Myweb wrote in

You probably already know this but someone else might not, You can
right click a Reg Key and export it before you make any changes to it.
Then if you want to revert back to the original reg key value all you
have to do is double click the exported reg key you saved and it will
put the values back as they were.

I strongly suggest for most casual users not to mess with the
registry. If you do just go slow and one thing at a time.
 
HKEY_CLASSES_ROOT VBSFile\Shell\Open2\default
Open &with Command Prompt

HKEY_CLASSES_ROOT VBSFile\Shell\Open2\Command\default
"%SystemRoot%\System32\CScript.exe" "%1" %*

Hope this helps.
 
Back
Top