473,806 Members | 2,583 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Registry Not Opening

1 New Member
Regedit not opening.
No window prompt is opening nor showing any error.

Went throught GPEDIT.MSC marked it to not configured. Still not working.

Also given
REG add HKCU\Software\M icrosoft\Window s\CurrentVersio n\Policies\Syst em /v DisableRegistry Tools /t REG_DWORD /d 0 /f

in START > RUN

still not working.

Pleaase suggest.

Note: CMD and TASKMANAGER is also not opening.
Sep 25 '07 #1
4 4694
Nepomuk
3,112 Recognized Expert Specialist
Regedit not opening.
No window prompt is opening nor showing any error.

Went throught GPEDIT.MSC marked it to not configured. Still not working.

Also given
REG add HKCU\Software\M icrosoft\Window s\CurrentVersio n\Policies\Syst em /v DisableRegistry Tools /t REG_DWORD /d 0 /f

in START > RUN

still not working.

Pleaase suggest.

Note: CMD and TASKMANAGER is also not opening.
Hi indranilchaudhu ri!

That sounds pretty bad - have you scanned the computer for viruses thoroughly?

If you have (or as soon as the viruses were removed), find out, if the files still exist. (%WINDIR%\reged it.exe, %WINDIR%\system 32\TASKMGR.EXE, %WINDIR%\system 32\CMD.EXE) If so, try starting them directly.

Does that help?

Greetings,
Nepomuk
Sep 25 '07 #2
epots9
1,351 Recognized Expert Top Contributor
is the user account setup as an admin or limited?
Sep 25 '07 #3
Nepomuk
3,112 Recognized Expert Specialist
is the user account setup as an admin or limited?
Good point!
Sep 25 '07 #4
waz
1 New Member
admin user
am getting the same f* problem...
Thanks in advance.
I know you will surely have the solu...
Windows xp pro
Dec 19 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
4365
by: DavidE | last post by:
Hi, Recently, when I try to open files in web projects with visual interdev 6 I get this error message: Server error: Error 2 opening registry key Software/microsoft/shared tools/web server extensions/ports/port 80 . Well, just in one project I can open its files. I don't know why is the difference between this project and other projects. I tried this solution but it doesn't solve the problem....
3
1619
by: Phil Stanton | last post by:
When I get an open a photo in an imagecontrol I am getting a box that briefly shows the import process. Now I know I can suppress this by editing the registry with HKEY_LOCAL_MACHINE\Software\Microsoft\ Shared Tools\Graphics Filters\Import\JPEG\Options No However after shutting down the computer, this seems to get reset to Yes How can I change the registry entry on opening the offending form
1
3163
by: Yogi_Bear_79 | last post by:
I've been accesing the registry in the two following ways: using (RegistryKey SubKey = Registry.LocalMachine.OpenSubKey(sSubKey + x)) using (RegistryKey Key = Registry.LocalMachine.CreateSubKey(sSubKey + x)) Should I close the Keys after either or both of these actions? Can you explain the benifits of either action?
5
1044
by: MVaughn | last post by:
Hello, I've been reading this newsgroup for some time and have found all of you very helpful and knowledgable. So, first and foremost, thank you for all your help you've provided and don't even realize it! Secondly, here's my question... I haven't seen this addressed so maybe it's common knowledge, and I'm just a moron, but here goes:
0
1422
by: sxzy | last post by:
Hi, I use OpenRemoteBaseKey to open HKLM key on remote machine in same domain Code fails on OpenSubKey with error "Requested registry key is not allowed" I tried to give permissions to everyone on that registry key, lowering all .NET 1.1 permissions to full trust and to no avail. The only thing that worked was: <identity impersonate="true"/>
1
1769
by: =?Utf-8?B?bWF4ZG9nMzAx?= | last post by:
XP home SP2. when I tried to reload software i am getting a error. went to the registry and tried to remove the key. get the 'error opening key'. most keys open some don't. right clicked went to properties that said i did not have permission tried to change permision would not let me. even tried in safe mode administrator. Same results
4
31232
by: =?Utf-8?B?Q2hyaXM=?= | last post by:
I have Visual Studio 2005 Express Edition. I am trying to change registry value by: RegistryKey key = Registry.CurrentUser.OpenSubKey("Software\\My_app"); key.SetValue(name_of_value, new_value_string); I am getting error: System.UnauthorizedAccessException: Cannot write to the registry key.
1
1839
by: projectVBA | last post by:
Hi , I wrote some add in for PowerPoint and i'm trying to find an automatic way to load it every time PowerPoint starts. I found Microsoft Code example (see below ) BUT the problem is : I can't find all appear function declaration and VBA also errors regarding all the default variable values give in the code like ERROR_SUCCESS etc. May be you can help me to make this code run?? Function RegisterAddin( _ strBranch As String, _...
5
5084
Sl1ver
by: Sl1ver | last post by:
I have this piece of code public bool Write(string KeyName, object Value) { try { // Setting string subKey1 = "SOFTWARE\\QwixAssets"; RegistryKey rk = Registry.LocalMachine; RegistryKey sk1 = rk.CreateSubKey(subKey1);
0
9719
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10623
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10111
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9192
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6877
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5546
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5683
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4330
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3852
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.