HOME

Monday, December 31, 2007

How Access Registry Using Command Prompt

Firstly, you need to know that regedit.exe is a tool that created to access registry based on windows. And reg.exe is a tool that created to access DOS based registry. And maybe a lot of you didn't know about that, so this step by step to access registry using command prompt :

1. Enter the DOS console ( Command Prompt, MS-Dos Prompt )
2. Enter command : reg, then you will see
example of command that you can use to gain access to windows registry such as :
query, add, delete, copy, save, import, unload, etc.
3. And with these simple command you can access DOS based registry :
HKCR = HKEY_CLASSES_ROOT
HKCU = HKEY_CURRENT_USER
HKLM = HKEY_LOCAL_MACHINE
HKU = HKEY_USERS
HKCC = HKEY_CURRENT_CONFIG
Data type :
REG_SZ = String value
REG_MULTI_SZ = Multi-string value
REG_DWORD = DWORD VALUE
REG_BINARY = binary value
REG_NONE = none value

4. Example :
reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System"/v
DisableRegistryTools /t reg_dword/ d 1 / f

That command will disable windows registry, and to make enable we can use this :

reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System"/v
DisableRegistryTools /t reg_dword/ d 0 / f

5. This technique will be very usefull against virus that ussually blocked many
things, but you shoul be carefull that maybe virus can use reg.exe to activate
those virus itself.
6. So, I suggest you to make a copy or backup to your registry file.

Tuesday, December 25, 2007

MERRY CHRISTMAS

MERRY CHRISTMAS TO ALL OF U....
WITHIN THIS MOMENT, OUR BLOG ALSO ALREADY PASS OVER 100 VISITOR..
WE ALWAYS HOPE THAT ALL OF U STILL WITH US TO IMPROVE OURSELVES,


stoopidgifts.com

Saturday, December 22, 2007

How To Break XP Password

In case of user password, boot the pc in safemode by pressing the F8 key and then selecting the Safe Mode option. You can now logon as an administrator and XP wont prompt for the password. Incase of an administrator account ,try rebooting the pc in DOS. access C:\Windows\system32\config\sam . Rename SAM as SAM.mj

Now XP wont ask for password next time You Login. Also

Go to the cmd prompt .

Type net user *.

It will list all the users.

Again type net user "administrator" or the name of the administrator "name" *.

e.g.: net user aaaaaa *(where aaaaaa is the name).

It will ask for the password.

Type the password and there you are done.

Logging In As Administrator:

Hold the Ctrl-Alt key and press Del twice. This will bring up the normal login and you can log on as Administrator.

To unhide the Administrator account so it does show up:

Start Regedit

Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ SpecialAccounts \ UserList

Unhide the Administrator key by giving it a value of 1

FROM

How To Shutdown XP Faster

1)Start - Run - RegeditNavigate to the following Registry key:HKEY CURRENT USER\Control Panel\DesktopDouble click on the AutoEndTasks entry and replace the 0 with a 1 in the Value data text boxFor the next two, if the dword value indicated does not exist, create it:Double click on the WaitToKillAppTimeout entry in the right pane and change the Value data to 2000Double click on the HungAppTimeout entry in the right pane and change the Value data to 1000RebootIf still having a problem, make the next change:2) HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro lRight-click on WaitToKillServiceTimeout and change it to 2000NOTE: The lowest value Windows will recognize is 1000 (1 second)ADVISORY: While rare, the "WaitToKillService" tweak can cause problems. If an application is in the process of saving data and the associated service is stopped prematurely, the data will not be saved and may be lost.

FROM :

How To Auto Shut Down When Donwload Using Firefox

After working for hours to find the correct matter to download, surely one does get exhausted and does need some rest. But after all this if you have to wait for the download to finish, frustration is an obvious outcome.
For all you guys who work on firefox most of the time, there is a Add-on provided by firefox which allows you to turn off your computer once the list of download items finishes. It adds an icon to the status bar and the download manager, which enables you to automatically shut your computer down once the download has finished. To download this add-on click

here

How To Renaming Recycle Bin

When it comes to playing with your system settings, there is no better place than regedit to get your hands dirty on. Regedit the short for registry editor allows us to make changes in the windows settings pretty easily. Changes like changing the boot up screen, wallpapers, security related issues can easily be tackled with through the registry.
When you right click on the recycle bin unlike other icons, the rename option is not displayed in the pop-up menu. But this doesn't mean it can;t be changed. Well now it's time to open up regedit. For that go to the Start>run. Then type regedit.

Now go to the location "HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E/ShellFolder/}" by expanding the '+' signs.
Once you reach there double click the "Attributes" icon.
Then change the value data from "40 01 00 20" to "50 01 00 20".
Now double click "CallForAttributes" icon and change the value data to 0.

Rejoice! Now you can jump back to your desktop and right click the recycle bin to see the rename option. Click it and name the recycle bin to whatever you want.

FROM :

Thursday, December 20, 2007

TURN ON NON-ACTIVE REGISTRY

1. Open notepad and type :
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USERS\Software\Microsoft\Windows\CurrentVersion\Policies\System]
“DisableRegistryTools”=dword:00000000
2. Save this file as you want and give it .reg.
3. Run this file.
4. Easy right ?
5. C U....

Friday, December 14, 2007

Watch Out Your USB Protection Access

1. START
2. Run
3. gpedit.msc
4. Administrative templates on computer configuration menu.
5. View, filtering
6. un-select pd check box to off “Only show policy settings that can be be fully managed”
7. Right click on Administrative templates choose add/remove.
8. Make sure that file : write_protect_removable_drives.adm on directory : C:\Windows\INF. If no you can download di www.Petri.co.il/software/usb_write_protect_adm.zip
9. After finish downloading unzip then run batch to make it automatically copied.
10. Then click ADD choose file then open.
11. If success on add/remove you can see that file. Then close.
12. There will be new menu, “Custom Policy Settings” with sub menu “write protection” with disable status.
13. Click twice on Write Protect USB Removable Drives. There will shown properties, on tab setting choose enabled and change it status to ON. APPLY and OK.
14. If succes thw state will change to enable then FILE – EXIT.
15. To change to disable, follow step number 12 and 13 on tab setting choose disable and status OFF.