JUST 4 U

 

Useful Keyboard Shortcuts

  • 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 + U Open Utility Manager.
  • 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.
  • NUM LOCK + Asterisk (*) Display all of the subfolders that are under the selected folder.

Make a shortcut for taskmanager

To access the Task Manager easier, you can make a shortcut that points to %windir%\system32\taskmgr.exe.

Rename all folders 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, They will have a  number in brackets to distinguish them.

Clean your PC by making your own PC cleaner.


HEllo friends, now i am going to show you how to clean the temporary files and speed up ur computer !


Open  notepad and type the following code.....




@echo off
title PC Cleaner
echo PC CLEANER
echo ~~ ~~~~~~~  
echo Deletes junk files, waste files, unwanted files and Frees your disk space....
color 17
echo: 
echo Press any key to start cleaning process.... 
pause>nul
echo:
echo Cleaning files....................
del /q /s /f %temp%\*.*
echo:
echo Cleaning Successfully Complete...
pause>nul



Then save it as anything.bat


then open it and your pc will be cleaned..

Create a fake virus.

this is just a FAKE virus. It does not harm your computer .Just it shows some messages that will create fear in the mind of the victim.
  • Open notepad and copy this code

@echo off
TITLE SYSTEM DEFAULT ANTIVIRUS
color 74
echo Your lovely system has been attacked by a dangerous trojan virus.......
echo Press enter to scan your system for viruses.........
pause>nul
echo virus detected in %windir% . Press any key to remove(fight with) the virus
pause>nul
echo The virus is eating the files. Press any key to format the hard drive...
pause>nul
echo The virus is eating me too.........
echo VIRUS : I am the virus . I am eating your pc. I have mercy on you . So i am showing the files which are being deleted......
pause>nul
echo Deleting files ......
:hack
echo $srvs%#.tmp
echo vikstore*.sys
echo rambst.ocx
echo shell332.dll
echo gifmgr.dll
echo proogman.exe
echo My Computer
echo C:\
echo expl0re5.exe
goto hack



  • Then save it as fake virus.bat
  • Then open the file and see the fake virus..
  • You can frighten your friends by this trick.