To lock your XP works-tation with just two clicks of the mouse. First create a new shortcut on your desktop using a right mouse click, and enter 'rundll32.exe user32.dll,LockWorkStation' in the location field. Name the shortcut whatever you like. Then just double click on it and your computer will be instantly locked. The Windows key + L also does the same thing.
About Me
- Padambharti
- Knowledge seeker..... Like to share knowledge..... World is very small....... Always Keep smiling....
Categories
- ASP (1)
- Draft (10)
- Java Script (1)
- Linux Tips (2)
- Property Deals (1)
- Software Downloads (1)
- Virus Solution (1)
- Windows Tips (17)
Friday, July 4, 2008
To lock your desktop with just two mouse clicks. (Windows XP)
Posted by Padambharti at 11:28 AM 0 comments
Labels: Draft, Windows Tips
To delete an item immediately without sending it to the Recycle Bin. (Windows XP Pro)
It is possible to delete a file immediately in XP Pro without sending it to the recycle bin first. Go to the Start Menu, select Run and type 'gpedit.msc'. Select User Configuration, Administrative Templates, Windows Components, Windows Explorer and find the Do not move deleted files to the Recycle Bin setting.
Posted by Padambharti at 11:26 AM 0 comments
Labels: Windows Tips
Wednesday, July 2, 2008
Save lot of space of your Harddisk & increase speed....
Do it yourself without using any 3rd party software.......
It will not only save your harddisk space but also increase the efficiency of the computer.........
Create a file named filename.bat on any of your partition and write the following code in that file and then save. After saving run and enjoy the increased efficiency of your PC.
Note: Add/ remove the name of partition as per your partitions number/ name like d: or E: or F: etc.
---------------------
cd\
del/s *.tmp, *.bak
cd C:\Documents and Settings\Administrator\Local Settings\Temp
del *.*
cd C:\Documents and Settings\Administrator\Local Settings\Temporary Internet Files
del *.*
cd c:\windows\temp
del *.*
d:
del/s *.tmp, *.bak
e:
del/s *.tmp, *.bak
----------------------
You can also add the names of junk/ spam files like *.fileextension at the end of *.bak,
Also if you wish you can add this filename.bat file to the startup of the computer/ windows........
Posted by Padambharti at 12:19 PM 0 comments
Labels: Windows Tips