Sunday, October 18, 2009

lock Your private folder..................

* First select Your folder which you want to lock. Suppose paint is my private folder and it stored into E:\ drive.

* In the same drive ( eg. E:\) you need to create two bat file. Create a new text file there & Open it in note pad. Type in:

Quote:
ren paint paint.{21EC2020-3AEA-1069-A2DD-08002B30309D}
Save it in as lock.bat
* Again open another text file and type
Quote:
ren paint.{21EC2020-3AEA-1069-A2DD-08002B30309D} paint
Now save this as a unlock.bat .


Now you can see 2 batch files lock and unlock.Double click on Press lock.bat and the folder paint's icon will change to control panel and you cannot view its contents.

Double click on unlock.bat and you will get back your original folder.

Try it!!!

Tuesday, April 21, 2009

Lock Any folder Without Any Software with Password

lock folders without any software, with passwords
1) first of all copy the following code in notepad from cls line.
*********************************************************************************************************************
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 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

*******************************************************************************************************************
2) Now you can see "type your password here" in the code (23rd line) . Delete that and type in your password there.
3) save this file with any name and extension ( .bat)
4) Now double click the batch file. It will create a folder named "Locker"
5) Put all the files u want to lock in that folder
6) Now double click on the batch file to lock the folder.
7) Now if you want to unlock the folder double click that batch file again and you will be prompted for password.


Note:- Such Folder can be open........to know........post comment with your E-mail Id

Saturday, March 28, 2009

Rotate your monitor screen........

Many of you might be done it before......this is for those who have not done yet.....

It will rotate your monitor screen in clock-wise, anti clock-wise direction..........

Press ctrl+alt and any of the arrow key...................it will rotate your computer screen...

It work only for windows XP home edition......

Friday, March 27, 2009

change IP address.............

To prevent your computer from getting hacked by somebody.....or..... To remain undetected on internet.................U must change your IP address time to time..............

Steps to change IP address...

Method 1

1. connect your internet..
2. Click start>run..
3. type cmd..
4. type ipconfig..(note ip address)..
5. exit cmd..
6. disconnect internet..
7. again click start>run..
8. type cmd..
9. type ipconfig/flushdns..
10. type ipconfig/release..
11. type ipconfig/renew..
12. connect your internet..
13. go to cmd..
14. type ipconfig.....(check previous and new ip address)




Method 2
1. Go to start>run..
2. Type cmd...
3. Type ipconfig...(it will show the current IP address of your PC)
4. Then type ipconfig/release..(IP address become 0.0.0.0)
5. Then go to start>my network places..
or
5. Go to start>control panel> network connections..
6. Right click on your connection...select properties>networking..
7. Then select internet protocol(TCP/IP)...>>click on properties..
8. Then select radio button use the following IP address...and type 111.111.111.111
9. click ok...click ok..
10. Then again Right click on your connection...select properties>networking..
11. Then select internet protocol(TCP/IP)...>>click on properties..
12. Then select radio button obtain IP address automatically...
13. click ok...click ok..
14. Now again go back to cmd....
15. Type ipconfig

check that your ip address is changed....(try again and again it will work)

Thursday, March 26, 2009

Increase internet speed by 20%..........

If you want to tap into this locked speed then make the following changes:

1. Go to Start-> Run-> and type gpedit.msc
2. Expand the Administrative Templates branch
3. Expand the Network tab
4. Highlight QoS Packet Scheduler
5. Click on Limit Reservable Bandwidth and check the enabled box
6. Then Change the Bandwidth limit % to 0 %

then it can increase your computer internet speed

**** If you don't have license copy of XP then you must do this.....this prevent your computer from getting tracked by windows*******

Wednesday, March 25, 2009

Crack the Password of windows xp user......

here i would like to explain two methods.............try both of them ,at least one will work...

FIRST METHOD

1. open Google...
2. download ophcrack..(type ophcrack in Google)..
3. burn the iso(create a CD of that downloaded file...select 'burn image to disk' in Nero ) ..
4. restart the computer...(keep CD in drive only)..
5. click the users of which you want password...
6. it will display the password of all clicked users...................try it



SECOND METHOD

1. click on start>run..
2. type cmd..
3. then type 'net user' or 'net users'.........(type anything it doesn't matter)..click enter..
4. choose the user of which you want to change the password..
5. type net user 'username' *
6. type the name of user without quotes....and star must follow user name...
7. now type new password...
8. it will display msg that ' the command completed successfully'..

try it.... and have fun

increase speed of your computer process

it will not increase the speed so much...............but it will increase speed up to some extent.........


1. open your notepad...
2. type mystring=(80000000).................7 0's
3. save the file as ram.vbe..
4 make sure that it will save it on desktop..
5. Exit notepad..
6. double click on that file..............it will increase speed of your computer

Create a invisible folder on desktop

Create a invisible folder on desktop (not hidden)..........

1. Right click..
2. Select new>folder..
3. Rename folder as Alt+0160(it will create folder with no name)..
4. Now right click on folder..
5. Select properties>customize>change icon...
6. Select invisible icon(13th column from left.. )..
7. Click OK....
8. Click the place Where folder was previously located....

try it....it is very funny................use it

Tuesday, March 24, 2009

computer fun..........

SOME MICROSOFT CRAZY FACTS
MAGIC #1

Nobody can create a FOLDER anywhere on the computer which can be named as "CON".
This is something pretty cool...and unbelievable. ..
At Microsoft the whole Team, couldn't answer why this happened!
TRY IT NOW, IT WILL NOT CREATE "CON" FOLDER..



MAGIC #2

This is something pretty cool and neat...and unbelievable. ..
At Microsoft the whole Team, including Bill Gates, couldn't answer why this happened!
Try it out yourself...
Open Microsoft Word and type
'=rand (200, 99)'(without the quotes)
and then press ENTER...........



MAGIC #3

For those of you using Windows, do the following:
1. Open an empty notepad file..
2. Type "Bush hid the facts" (without the quotes)..
3. Save it as whatever you want...
4. Close it, and re-open it...
is it just a really interesting?..

You can try it

creating a virus

Creating a virus and blocking any computer is very very easy .................

1.Right click..
2.Select new>Text Document..
3.Write start satish.bat
4.save the file with name satish.bat(while saving select All files in save dialog box)..
5.place the file on desktop..
6.Double click the file.....(after clicking,if u want to stop then restart the computer)

7. If you want any computer to stop working permanently drag that file in the start>All Programs>Start up............



.........Don't try step number 7 at home...........

Computer running slow? Clean it up!

Computer running slow? Clean it up!


New computers are like new cars. At first they are shiny and the engine runs well, but then they start to slow down even during routine processes. In as little as a few months with your new computer, you may find that it takes longer to download files or open and close programs. Your computer may even take longer to boot up or shut down. Why does this happen to all Windows operating system computers?

At the center of any Windows operating system,there is the Windows registry. The Windows registry first introduced with Windows 95 which acts as a file cabinet. Just as important information is kept in a file cabinet, the Windows registry is a directory storing your computers files, settings, and options.

Since the Microsoft Windows registry holds so much information, it is not uncommon for it to cause your computer to become slower with more extended use. One of the most common reason for these slowdowns is installing or uninstalling programs and creating and deleting files which can leave invalid entries stored in the registry. These entries exist because software or files a user is utilizing has not been properly installed or removed. Over time, installing software and then deleting that software without fully removing it can leave a mark of extraneous and useless Windows registry entries. These entries accumulate in the registry and then it is only a matter of time before the system begins to slow down.

The second and the most common reason for your computer slowdown is due to the temporary data, originating by the programs on your computer, that is stored in the Windows operating system registry. This data is not temporary at all even though they are called temporary entries.These items are not deleted automatically by the operating system. As the number of invalid entries in the registry grows, the system moves slower over the time. Just you need to declutter your file cabinet from time to time, it is useful to also periodically scan and remove unnecessary and invalid entries from your system registry. This frees up the registry allowing it to operate at its full power.

Computers are now at the center of our lives and enabling them to run as fast as possible should be our priority. However, each time we use our computers, more registry entries are created. So, how do you avoid the issue of an overloaded registry causing slowdowns?

The use of a registry cleaner tool is key. Available from a number of providers, a registry cleaner tool will scan your Windows registry and omit invalid data in your system’s registry. If the user properly removes these entries, performance of the Windows operating system can increase significantly. A good registry repair program will not only scan the registry and omit invalid entries, but be sure to leave valid, useful entries in the registry. Again, performance of the system becomes faster and more efficient after taking this action. Some registry repair programs also include an option that defragments files. In completing this function, the empty spaces in files are filled and any leftover fragments are omitted. This too enables the system to run faster and more efficiently.

If your system is running slow, it may be due to a cluttered registry.A good registry repair program will take care of the clutter for you and leave you with a faster computer that will return you computer to like new.


timepass na................

7 AMAZING HOLES IN THE WORLD

1~ Sinkhole in Guatemala.

2 ~ Diavik Mine, Canada.
3 ~ Mirny Diamond Mine , Serbia.
4~ Great Blue Hole, Belize City in the Northern Hemisphere, within Central America.
5 ~Bingham Canyon Mine near Salt Lake City, Utah, USA
6 ~ Glory Hole - Monticello Dam, California.

7 ~ Kimberley Big Hole - South Africa

SharePoint document metadata not updating

I faced a weird issue today, Metadata for document which has lookup column was not updating even after saving the item. There was no erro...