Showing posts with label PC Tricks. Show all posts
Showing posts with label PC Tricks. Show all posts

Friday, December 16, 2011

Make your own Folder Locker/Folder Guard



After a long gap, I am on blogger again! This time I am here with Folder locker!!

Firstly,I found this content on internet but can not remember the site name. So I apologize to the coder!

There's a lot of "Folder Lockers / Folder Guards / Folder Protectors" etc software over the internet. But the problem is that most of them are not secured and most of the time can be broken easily.


Why need of a Folder locker?
Its important for you to have some privacy on your PC you don't want to show others. That's why these applications keep protects your folders could not be seen by anyone.


So, why this?
Imagine, you need a Folder Locker software and to get full protection you need to buy that!
On the other hand you have your own codes and you make your 
1. Own Folder Lockers every time. 
2. No need to buy.
3. You can change the codes.
4. You can change the Title.
5. Give you full protection.
6. Finally you are the master of that. (I think you got understand what I am saying)


Here it is....
Just follow the instructions. Trust me it's simpler than you think.

Instructions:
1. Open notepad (start>all programs>accessories>notepad or C://windows/notepad.exe)
2. Copy the code below into notepad.
3. Replace "type your password here" with your Password.
4. Save as "Name.bat"
Complete!!! See I told you its too easy.

Now, how will it work?
Double clicking on "Name.bat" you will get a folder named "Locker". Put your private files or folders inside this "Locker". Again clicking on "Name.bat" a command prompt will open. Type 'y' to lock and see the magic.

Windows XP
Windows Seven
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 and 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%=="type your password here" 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
cls
@ECHO OFF
title Folder Locker
if EXIST "GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure and 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 "GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}"
attrib +h +s "GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%=="type your password here" goto FAIL
attrib -h -s "GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}"
ren "GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

Saturday, April 16, 2011

Document Converter (Office to PDF and PDF ot Office)

Lots of softwares are available on the internet to convert document. 
But I refer to use Microsoft Office Doc converter. Go through the link
and download the app (934 kb). Read the brief and instructions and install it.
Now its easier to convert any document. Open any office document 
then file > save as > pdf. See, its very easy now.

You can  also convert PDF files to Office files. See this post.

Sunday, February 20, 2011

Change WinRAR Theme

At frist download winrar themes from this address:
http://www.rarlab.com/themes.htm

Follow the steps...

STEP 1....
Open winRAR then option>Themes>organize themes.
















STEP 2...
click on add.















STEP 3...
Browse and open the theme...















STEP 4...
Install it.









STEP 5...
Then go option>themes>organize themes, select it and click ok.


Friday, February 18, 2011

error code : 80072efe ( Fix Windows Update error )

I faced the problem i.e error code : 80072efe couple of months ago and coudnt update my Microsoft Security Essentials. Now I have fixed the problem and securely updated my Windows.

I found this on this link :
http://social.technet.microsoft.com/Forums/en/itprovistaie/thread/0ce7c1e6-7ef2-48e1-b7c9-c8f1e97c71d5
Thanks a lot to "abuadnan76" .
or,
Follow the instructions below...

It's something to do with the rootkit files, follow the following steps: 
1) Download this file from the following link http://support.kaspersky.com/downloads/utils/tdsskiller.exe .
2) Run it, follow the steps (start scam>reboot).
3) Reboot you computer...
4) check for updates ... good luck...












Hope this will help you.
"ENJOY SAFE COMPUTING"
Thanks - Jajabor, 2014