Tagged Questions
1
vote
3answers
883 views
How to add registry key on Windows CE 5.0 device?
I've a panel pc which runs Windows CE 5.0. On top of this runs some proprietary runtime.
Due to the specifics of the network, I would like to add a static "host" entry for one IP. I found out that on ...
1
vote
1answer
124 views
Could you share a powershell script for setting up a new computer?
I've long used a cmd.exe script to set up new (virtual) machines. I'm tired of using reg.exe and regedit.exe to set registry values - both are quirky. I suspect powershell is a better solution for ...
1
vote
2answers
166 views
Removal of admin rights from each desktop using C# .NET
How should i remove admin rights for each desktop user on Win XP, Win Vista and Win 7 programmatically using C# .NET ?
1
vote
4answers
1k 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
873 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 ...
0
votes
1answer
14 views
Why does regedit give different results from reg query?
I have jdk 1.6 installed on my machine and have a discrepancy between regedit and reg query. From regedit I have the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit
but if ...
0
votes
0answers
106 views
What are Windows configuration files (text files and binary files)? [closed]
I want to know about Windows configuration files.
In my opinion: the .INI files (in WindowsNT) and config.sys, autoexec.bat(in Windows 3.x) are text configuration files.
Registry (in WindowsNT, ...
0
votes
3answers
585 views
cmd: regedit from cmd
how can i run to a specify path in regedit from cmd? I would like to add a new key to a specific service. Can someone help me? I would like to do this from a c# code, but first i am trying to do it ...
0
votes
3answers
149 views
Hiding registry activity
The Project: I am currently developing a security system and the system relies on the registry for support.
The Problem:
If someone managed to locate the registry key I am using, that person could ...
0
votes
3answers
393 views
add shortcut to my program when right click
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". I have ...
0
votes
3answers
1k views
regedit dialog not opening
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 nothing ...
-1
votes
1answer
16 views
copying a lot of registry keys
I have this huge registry tree i want to copy over and over. Does anyone know how I could copy more than one key at a time ? I have windows xp, and I am using regedit but there is probably a better ...