Tagged Questions

0
votes
3answers
103 views

add shortcut to my program when right click

Hi all, Im not sure what the exact term should i called. I want to add shortcut to my C# program when i right click in windows. From my findings, it got something to do with configure the "regedit". …
0
votes
3answers
433 views

regedit dialog not opening

Hi, I am trying to open regedit from run dialog on Winxp. I tried to lauch it from alternative places such as Task Manager, IE etc. I am running as admin Forums reveal that's it's a virus. but …
3
votes
6answers
3k views

How to launch windows regedit with certain path?

How to launch windows regedit with certain path located, like "HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0", so I don't have to do the clicking. What's the command line argument to do this? …
1
vote
3answers
458 views

php/dos : How do you parse a regedit export file?

My objective is to look for Company key-value in the registry hive and then pull the corresponding Guid and other keys and values following it. So I figured i would run the regedit export command and …
1
vote
4answers
309 views

Regedit file format

I would like to document the file format of regedit utility, so data can be merged into the registry. From the command-line you can (silently) merge data from a batch file like this: regedit /s …