Disable/Enable CYBERsitter 2003
Home › Forums › Scripting › General Scripting › Disable/Enable CYBERsitter 2003
- This topic has 0 replies, 1 voice, and was last updated 13 years, 11 months ago by
retallick.
-
AuthorPosts
-
retallickMemberFeb 17, 2007 at 1:41 pm #122550EDIT = This is Visual Basics if you hadn’t noticed :D
Im working with the methods “RegWrite” and “RegDelete”.
What I have done is exported the .reg file which I need to write “Net98”.
I need a script along these linesdim i
I=Inputbox(“Would you like to delete or write Net98? (type write or delete”)
if i=delete then[/CODE]This is where I kind of need help.
The registry directory that I would need to delete is;
HKLMSYSTEMCurrentControlSetControlSecurityProvidersNet98
and the .reg file I exported Net98 to is;
C:Cyb.reg[COLOR=”Red”]Edit:[/COLOR]It’s not that you have saved the key, it’s that you know the keyname, valuename, type and value
I need an “If delete then *delete the certain registry key*”
and I need an “Elseif write then *write the .reg file to registry*”
and possibly a msgbox of “You have deleted/written Net98/Cyb.regAny suggestions ?
Thanks[CODE]dim i
I=Inputbox(“Would you like to delete or write Net98? (type write or delete”)
if i=delete then[/CODE]This is where I kind of need help.
The registry directory that I would need to delete is;
HKLMSYSTEMCurrentControlSetControlSecurityProvidersNet98
and the .reg file I exported Net98 to is;
C:Cyb.regEdit:It’s not that you have saved the key, it’s that you know the keyname, valuename, type and value
I need an “If delete then *delete the certain registry key*”
and I need an “Elseif write then *write the .reg file to registry*”
and possibly a msgbox of “You have deleted/written Net98/Cyb.regAny suggestions ?
Thanks
-
AuthorPosts
You must be logged in to reply to this topic.