Joined
Last Seen
-8 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: [QUOTE=Comatose;210026]Adding it is a lot easier than deleting. Namely, because deleting usually requires that the key be empty, so that it can not contain any sub-keys or values. Adding The key/Value is pretty easy with scripting, like so: [CODE]dim wsh set wsh = createobject("WScript.Shell") wsh.regwrite "HKCR\Folder\shell\Use Zip Help\command", "C:\Program Files\Zip … |
The End.