Create Your Own SHUTDOWN SHORTCUT

June 12, 2008 at 7:59 pm (ALL, WiNDOWs)

Yes, If You Want to CREATE the shortcut of TURN OFF,LOG OFF,HiBERNATE,RESTART… at Desktop, Quick Launch, or AnyWhere…

Just Follow the Steps,

►Right-Click On Your Desktop and Goto:
New–>Shortcut

►For SHUTDOWN Write:Shutdown -s -t 0
For Restart Write:Shutdown -r -t 0
For Hibernate Write:Shutdown -h -t 0
For Log Off Write:Shutdown -l -t 0

►Click Next
Enter the Name of Your Shorcut
Click Finish
►Right-Click On It and Select Properties

►Goto Change Icon and Select Icon For Your Shortcut

Thats It!!!

Now Try Again With changing the Value 0 to anything…
Yes It is Time(in sec.) For shuting Down Your Computer…

Permalink Leave a Comment

Rename The Recycle Bin

June 12, 2008 at 7:55 pm (ALL, RECYCLE BiN, WiNDOWs)

Rename Your Recycle Bin!!!Yes You can Rename The Recycle Bin
Just Follow the Procedure…

►Goto:
Start–>Run–>regedit
Press Enter

►Goto:
HKEY_CLASSES_ROOT folder –> CLSID folder –> {645FF040-5081-101B-9F08-00AA002F954E}–>ShellFolder

►Change the “Attributes” data value from “40 01 00 20″ to “50 01 00 20″.Change the “CallForAttributes” dword value to “0×00000000″ (double-click and change value data to 0).

►You must change both of these values to get the rename to appear.

►After performing the above steps you will be able to rename the icon like any other icon. Right-click the Recycle Bin icon on the desktop and click Rename and rename it to whatever you wish.

Permalink Leave a Comment

Rename Your Start Menu…

June 12, 2008 at 7:14 pm (ALL, WiNDOWs)

Yes, Just Follow The Steps To Rename Your Start Menu

Note:First Create The BackUp Of Explorer.exe
i.e.Copy It To An Another Location

1. Download the Following Software.
Resource Hacker(size=541kb)
2. Goto:
File–>Open
And Open Explorer.exe Located In C:\WINDOWS

3. In the Left Panel
Goto:
String Table–>37–>1033

4. In the Right Panel
Edit The start to whatever You Want!!!
But Be Careful Do not Remove the Quotes
In My Case I Have Written Click Me!

5. Now At the Upper side Of the Right Panel Click On The
Compile Script

6. Close It!!!

Restart Your Computer To See Effects

Permalink Leave a Comment

Lock(set password) And Hide Folder Without Software

June 12, 2008 at 7:08 pm (ALL, PASSWORD, WiNDOWs)

O!!! Yes You can Set Password To your particular Folder And Also You Can Hide It!!!
Just Paste this in Your NOTEPAD

cls
@ECHO OFF
title Folder Locker
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p “cho=>”
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p “pass=>”
if NOT %pass%== pass goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

Here pass is Your Password You Can change it(In Red Color Above)!!

Goto:
File–>Save as–>
And Name It With .bat Extension
For e.g.
Secret.bat
Private.bat
Close It

Just Run It!!!
It Will Create a Folder Named Locker
Copy Your Important thing in it and
Just run Secret.bat File Again

To Unlock Run Secret.bat It will Prompt for password

BUT A PROBLEM!!!

By Changing the Extantion .bat to .txt
Anybody can See Your Password!!!

Solution:

► After Locking Your Personal Folder Change the Address Of secret.batFile
i.e.Just Move it To an Another Location!!!
► For Unlock Just Place it Back to It’s Original Location And Run It!!!

Permalink Leave a Comment

Hack Windows XP LOGIN Password

June 12, 2008 at 7:03 pm (ALL, PASSWORD, WiNDOWs)

U can now recover the administrators Password in Windows XP

1.Restart your Computer,Before loading Windows XP,Keep Pressing F8 Then A Screen Will appear ,Select Safe Mode

2.Goto:
Start–>Run–>control userpasswords2
Press Enter

3.You will now have access to all the user accounts, including the administrators account and will be able to reset the lost password.

4.Just click the administrators user account, and then click Reset Password.

5.You will need to add a new password in the New password and the Confirm new password boxes, and confirm by clicking OK.

All done, you have recovered the lost adminitrators password!!!
HappY!!!

Permalink Leave a Comment

Follow

Get every new post delivered to your Inbox.