How to read (Default) value in Registry Key in VBScript/JScript?

Just pass the key name to RegRead and you'll get the default value. E.g.

Up vote 1 down vote favorite share g+ share fb share tw.

I can read the value of the key name "UpdateCheck" under HKEY_LOCAL_MACHINE\SOFTWARE\CCleaner\ with Shell. RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\CCleaner\UpdateCheck") But I cannot read that of the key name "(Default)" . Shell.

RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\CCleaner\Default") How to read it? Wsh jscript link|improve this question edited Nov 22 '11 at 19:53Kev?36.1k465133 asked Aug 31 '10 at 2:54tester62.

Just pass the key name to RegRead and you'll get the default value. E.g. : Shell.

RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\CCleaner\").

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions