clivebuckwheat Posted August 5, 2010 Posted August 5, 2010 I would like to delete a registry entry via a cmd file. I know there is a reg add I use it all the time.
MagicAndre1981 Posted August 5, 2010 Posted August 5, 2010 reg deleteRun cmd and type reg delete /? to get the help
jaclaz Posted August 5, 2010 Posted August 5, 2010 Also, should you need to do it on an off-line Registry:http://www.boot-land.net/forums/index.php?showtopic=11212http://www.boot-land.net/forums/index.php?showtopic=11312jaclaz
joakim Posted August 6, 2010 Posted August 6, 2010 Also, should you need to do it on an off-line Registry:http://www.boot-land.net/forums/index.php?showtopic=11212http://www.boot-land.net/forums/index.php?showtopic=11312jaclazAre you sure reg.exe cannot handle offline registry hives?
jaclaz Posted August 6, 2010 Posted August 6, 2010 Are you sure reg.exe cannot handle offline registry hives?Yes, and no, of course it can, but you need to mount the hive on local Registry.This method needs not this intermediate step.The advantage is that the paths to keys and values are the same, no matter if local or off-line.The "right" way IMHO still remains this one:http://www.boot-land.net/forums/index.php?&showtopic=7681but noone is interested at it.jaclaz
CoffeeFiend Posted August 7, 2010 Posted August 7, 2010 but noone is interested at it.The same concept is in powershell. You can go through the registry exactly like you can navigate through a filesystem (cd/chdir, ls/dir, rm/rmdir, ... commands actually work too)
jaclaz Posted August 7, 2010 Posted August 7, 2010 The same concept is in powershell. You mean no one is interested at it? jaclaz
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now