Vcoderz Community

Vcoderz Community (http://forum.vcoderz.com/index.php)
-   Computers & Information Technologies (http://forum.vcoderz.com/forumdisplay.php?f=6)
-   -   regedit on Run (http://forum.vcoderz.com/showthread.php?t=11305)

flame_of_fury 12-27-2007 09:02 PM

regedit on Run
 
every time I write Regedit on Run a message appear and written inside it:
Registry editing has been disabled by your administrator..

is there anything I can do to get into regedit.
Thanks

Dr.Scoo 12-27-2007 09:11 PM

Re: regedit on Run
 
Quote:

Originally Posted by flame_of_fury (Post 114674)
every time I write Regedit on Run a message appear and written inside it:
Registry editing has been disabled by your administrator..

is there anything I can do to get into regedit.
Thanks

put a password for the administrator.using right click on My computer, manage.
then go to c:\WINDOWS\regedit.exe
right click>run as>choose administrator and put the pass.
and u have a virus by the way.:D

flame_of_fury 12-27-2007 09:42 PM

Re: regedit on Run
 
put a password for the administrator..
where I should enter to put the password..

I know my pc is infected by virus but I have lot of files and programs I can't format it and I have the NOD32 anti virus system.

Dr.Scoo 12-27-2007 09:55 PM

Re: regedit on Run
 
Quote:

Originally Posted by flame_of_fury (Post 114684)
put a password for the administrator..
where I should enter to put the password..

I know my pc is infected by virus but I have lot of files and programs I can't format it and I have the NOD32 anti virus system.

right click on your My computer>manage.
local users and groups>users.
right click on the administrator put a pass.

Kingroudy 12-27-2007 11:32 PM

Re: regedit on Run
 
update your nod32, it will eliminate your virus.

Jean 12-28-2007 08:14 AM

Re: regedit on Run
 
Copy the following code,paste in any notepad and save as "regtools.vbs" file. Just double click it and you will get yor regedit enabled.

PHP Code:

'Enable/Disable Registry Editing tools
'
© Doug Knox rev 12/06/99
Option Explicit
'Declare variables
Dim WSHShell, n, MyBox, p, t, mustboot, errnum, vers
Dim enab, disab, jobfunc, itemtype
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\"
p = p & "DisableRegistryTools"
itemtype = "REG_DWORD"
mustboot = "Log off and back on, or restart your pc to" & vbCR & "effect the changes"
enab = "ENABLED"
disab = "DISABLED"
jobfunc = "Registry Editing Tools are now "
'
This section tries to read the registry key value. If not present an
'error is generated. Normal error return should be 0 if value is
'
present
"Confirmation"
Err.Clear
On Error Resume Next
WSHShell.RegRead (p)
On Error Goto 0
errnum 
Err.Number
if errnum <> 0 then
'Create the registry key value for DisableRegistryTools with value 0
WSHShell.RegWrite p, 0, itemtype
End If
'
If the key is present, or was createdit is toggled
'Confirmations can be disabled by commenting out
'
the two MyBox lines below
If 0 Then
1
WSHShell
.RegWrite pnitemtype
Mybox 
MsgBox(jobfunc disab vbCR mustboot4096t)
ElseIf 
1 then
0
WSHShell
.RegWrite pnitemtype
Mybox 
MsgBox(jobfunc enab vbCR mustboot4096t)
End If 



All times are GMT +1. The time now is 04:06 PM.

Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger