TECH CORNER

Bite Into Technology

Trick to lock folders without special softwares

This 1 is amezing trick to lock u r folder
using this trick not only lock u r folder but also hide it
here it is

copy following program:-

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 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%==type your password  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

now go for following few steps
1>copy above folder into notepad.
2>the text which is written in bold letters delete it & type u r password there.
3>save that file by extension .bat ( name is u r choice)
4>now on ur screen there is a bat file appear.
5>double click on that file.
6>u will see the locker folder.
7>save the files in that folder.
8>double click on that folder & lock that folder
9>after lock that folder it will become hidden.
10>to open that folder double click on that bat file
11>type ur password & open that folder.

Make comments dudes….

June 25, 2008 Posted by increa | Interesting | | 4 Comments

Check out if your anti-virus works or not

How to ensure that your anti-virus software is working properly or not ? Using this simple method you can check its functioning.

Copy the below line on a notepad. Then save it with the name of “virus.exe” or any other name . Just make sure that you add .exe at the end of the file name.
 After you save it, give it a scan and you’ll know it all.

Here’s the line -

X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

If your anti-virus is working, it will alert you. Otherwise you need to pay attention to your program.

Post your comments whether your anti-virus alerts and name of your antivirus software.

June 20, 2008 Posted by increa | system tips and tracks | | 5 Comments

New way to remove USB drives by Desktop Shortcut

You often use removable USB devices like a flash drive,etc.. ,
 you are  familiar with the “Safely Remove Hardware” icon that sits in the system tray.
 The problem  is that the icon is tiny, and clicking it just right to bring up the menu is uneasy.
 we just make a shortcut icon to bring up the dialog which is quite easier than clicking on the tiny icon.
Create a Shortcut to the Safely Remove Hardware
Create a shortcut icon by Right -click on Desktop then select New->Shortcut
In the type of Location text box, just copy and paste the text below.
RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll
Give a name for the shortcut icon(eg:unplug) and click Finish.
A shortcut icon will be created , just double click on the icon to get the safely remove hardware dialog

please be posting comments,ask questions,doubts…

we shall make it as forums,discussions….

we will sure respond to your comments within48 hrs….

make it interactive and useful..

June 12, 2008 Posted by increa | Windows Hacking | | No Comments Yet

How to Enable right click on websites

Many websites have disabled the right click function of mouse button.Since its disabled you can’t to copy the( right-click->save picture)  photos or images or anything.Unfortunately it disables all right click funtionality .

To Enable the Right-Clicking ,

Goto Tools->Internet options .In the Internet Options Window navigate to security tab then click on custom level button. Now a security settings window will be opened. In that window scroll down to scripting section, set active scripting to disable.

Now a Message box will appear with message ”Are you sure want to change security settings for this zone” .Click Yes from the warning message box.

Click ok a couple of times . Now Right Click will be enabled.

Note:Ensure to  ”enable”  when your work done.

June 5, 2008 Posted by increa | Internet | | No Comments Yet

Cool way to open/run ur pgms by run cmd

Normally We feel comfort to go add/remove programs by just typing appwiz.cpl in run than by multiple clicks through control panel…..

Here is a option to open/run your own pgms or files by just a cmd in run

This is done by creating environmental variables as follows:

1 Just open My computer
2 Right click and select Property(this will open System Property)
3 Now click on the Advance Tab
4 Select Environment Variables
5 Now go to System Variables
6 click new
7 suppose u got a folder in ur C drive say bridewin so give variable name as any desired name say king and variable value as c:\data\chan\name.txt
8 and click ok and save it.

Now to access it just type:

%king% in Run

Its done….!!

 

looking upon your comments….encourage us by posting appreciation,suggestions……..

June 4, 2008 Posted by increa | system tips and tracks | | No Comments Yet