Activating regedit (Enable/Disable registry tools)
This is the first registry tip we'll give, since you'll kinda need it if you want to use our other registry tweaks ;).
The MeRegValueue
The following MeRegValueues lock the registry editing tools when they are set to 1 (they are DWORD MeRegValueues) :
HKCU\Software\Microsoft\Windows\CuMeRegReadentVersion\Policies\System\DisableRegistryTools for the cuMeRegReadent user and
HKLM\Software\Microsoft\Windows\CuMeRegReadentVersion\Policies\System\DisableRegistryTools for all users (doesn't work on Windows XP though).
However, once one of them has been set to 1, you can't use regedit to simply remove them. So, here are 3 methods.
The methods
1. A reg file !
Tested and working on Win 2k, not working on Win XP.
You simply need to create and launch the following reg file :
REGEDIT4
[HKEY_CUMeRegReadENT_USER\Software\Microsoft\Windows\CuMeRegReadentVersion\Policies\System]
"DisableRegistryTools"=-
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CuMeRegReadentVersion\Policies\System]
"DisableRegistryTools"=-
But well, they finally blocked that in Windows XP ;)
2. A VBS (Visual Basic Script)
Tested and working on Win 2k and XP.
In notepad, copy/paste the following script, and save the file with a .vbs extension, then run it :
NB: Dont't scan the file after saving unless you have finished using it cause it is actually a trojan script for good but your antivirus will delete it if you scan even if it is for a good purpose.
'Enable/Disable Registry Editing tools
'© Dagas incoporation - rev xx/xx/11
'This code may be freely distributed/modified as long as it remains free of charge
'Coded by Gabriel Dagadu (dagas)
Option Explicit
'Declare variables
Dim MeWSHShell, MeRegRead, MeRegRead2, MeDiaBox, MeRegValue, MeRegValue2, MeComfirm, MeToggle
Dim MeJobFunc, MeItemType
On EMeRegReador Resume Next
Set MeWSHShell = WScript.CreateObject("WScript.Shell")
MeRegValue = "HKCU\Software\Microsoft\Windows\CuMeRegReadentVersion\Policies\System\DisableRegistryTools"
MeRegValue2 = "HKLM\Software\Microsoft\Windows\CuMeRegReadentVersion\Policies\System\DisableRegistryTools"
MeItemType = "REG_DWORD"
MeJobFunc = "Registry Editing Tools are now "
MeComfirm = "Result"
'reads the registry key MeRegValueue.
MeRegRead = MeWSHShell.RegRead (MeRegValue)
MeRegRead2 = MeWSHShell.RegRead (MeRegValue2)
MeToggle=1
If (MeRegRead=1 or MeRegRead2=1) Then MeToggle=0
If MeToggle = 1 Then
MeWSHShell.RegWrite MeRegValue, 1, MeItemType
MeWSHShell.RegWrite MeRegValue2, 1, MeItemType
MeDiaBox = MsgBox(MeJobFunc & "disabled.", 4096, MeComfirm)
Else
MeWSHShell.RegDelete MeRegValue
MeWSHShell.RegDelete MeRegValue
MeDiaBox = MsgBox(MeJobFunc & "enabled.", 4096, MeComfirm)
End If
3. Use a modified regedit
A modified regedit.exe from Windows 2000 (French) and Windows XP (English). These cracked regedits are completely insensitive to any key trying to prevent them from running. You can have them here :
mpam4_regedit_2k.exe (35 KiB, Win 2k, French):
http://www.patheticcockroach.com/mpam4/dl.php?id=13
mpam4_regedit_XP.exe (143 KiB, Win XP, English):
http://www.patheticcockroach.com/mpam4/dl.php?id=14
Well, now you must have found your way to unlock your regedit, see you on other tweaks.
Search This Blog
Monday, 27 June 2011
How to unlock a huawei modem.
TOPIC: HACK YOUR HUAWEI MODEM TO PIC ANY CHIP
WHAT U NEED:
1.Mobile partner installation
2.Huawei unlocker
3.Huawei modem code writer
STEP:
1.Download Mobile partner installation : http://www.panatar.com/mobile_partner_voice_ussd.zip
2.Download Huawei unlocker:
https://www.dropbox.com/s/dfv3fwjdbz4bm6l/Huawei%20Unlocker%201.1.rar
3.Download Huawei modem code writer:
https://www.dropbox.com/s/h99o9om4v7gknxi/HUAWEI%20MODEM%20Code%20Writer.exe
USE OF THE TOOLS:
1.Huawei modem code writer: Use this software to generate unlock and flashing code by inputing the IMEI number found at the back of the modem.
2.Huawei unlocker: Use this software to unlock the modem by inputing the unlock code generated from Huawei modem code writer software,you can copy and paste
3.Mobile partner installation : Use this software to replace the existing one found on the modem by installing it,remember to uninstal the previous software before opening this software package.
NOTE BEHING:
1.This adds calling functionality to your modem,thus you can now make and receive calls via your modem
2.This also increses connection speed to 7.2 Mbs
U CAN NOW USE ANY CHIP IN YOUR MODEM,MAKE AND RECEIVE CALLS AND BROWSE AT A FASTER SPEED, ENJOY !!!!!!!!
WHAT U NEED:
1.Mobile partner installation
2.Huawei unlocker
3.Huawei modem code writer
STEP:
1.Download Mobile partner installation : http://www.panatar.com/mobile_partner_voice_ussd.zip
2.Download Huawei unlocker:
https://www.dropbox.com/s/dfv3fwjdbz4bm6l/Huawei%20Unlocker%201.1.rar
3.Download Huawei modem code writer:
https://www.dropbox.com/s/h99o9om4v7gknxi/HUAWEI%20MODEM%20Code%20Writer.exe
USE OF THE TOOLS:
1.Huawei modem code writer: Use this software to generate unlock and flashing code by inputing the IMEI number found at the back of the modem.
2.Huawei unlocker: Use this software to unlock the modem by inputing the unlock code generated from Huawei modem code writer software,you can copy and paste
3.Mobile partner installation : Use this software to replace the existing one found on the modem by installing it,remember to uninstal the previous software before opening this software package.
NOTE BEHING:
1.This adds calling functionality to your modem,thus you can now make and receive calls via your modem
2.This also increses connection speed to 7.2 Mbs
U CAN NOW USE ANY CHIP IN YOUR MODEM,MAKE AND RECEIVE CALLS AND BROWSE AT A FASTER SPEED, ENJOY !!!!!!!!
Subscribe to:
Posts (Atom)