PC TIPS N TRICKS

computing made easy

Prevent Users From Writing to USB

If you have windows XP with SP2, then you can disable the writing option to USB drives. This trick is very useful if you have virus in your computer and want to copy files from a USB Drive but don’t want to transfer virus to the USB. Follow the given steps to disable the USB writing option: 

To edit the computer registry, first you should log onto your computer with administrative rights. 

First click on Start button and type “Regedit” in Run option.

Here locate the location to: 

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control

Here in right side panel, click right to create a key with the name “StorageDevicePolicies”.

Now in left side panel, select “StorageDevicePolicies” key, again right click to create new DWORD value then label it “WriteProtect”. Set its value to “1″. But again to enable writing, set its values to “0″.

 Now close the registry editor and restart your computer after any changes to go into effect.

December 31, 2007 Posted by Haseeb Haider | Data | , , | 1 Comment

Use Notepad As a Diary

Want to write your diary on your computer? You can do it without using any software.

1. Open Notepad

2. Type “.LOG”

3. Save it

4. Now every time you open this file notepad will automatically insert date and time to the last line of the file. You can type anything after that line and save it. In this way you can use it as a diary.

December 31, 2007 Posted by Haseeb Haider | Data, Office Applications | , , | 1 Comment

ACCESS DIFFERENT PROGRAMS THROUGH RUN COMMAND

RUN

  • appwiz.cpl — Used to run Add/Remove wizard
  • Calc –Calculator
  • Cfgwiz32 –ISDN Configuration Wizard
  • Charmap –Character Map
  • Chkdisk –Repair damaged files
  • Cleanmgr –Cleans up hard drives
  • Clipbrd –Windows Clipboard viewer
  • Cmd –Opens a new Command Window
  • Control mouse –Used to control mouse properties
  • Control –Displays Control Panel
  • Dcomcnfg –DCOM user security
  • Debug –Assembly language programming tool
  • Defrag –Defragmentation tool
  • Drwatson –Records programs crash & snapshots
  • Dxdiag –DirectX Diagnostic Utility
  • Explorer –Windows Explorer
  • Fontview –Graphical font viewer
  • Fsmgmt.msc — Used to open shared folders
  • Firewall.cpl  — Used to configure windows firewall
  • Ftp -ftp.exe program
  • Hostname –Returns Computer’s name
  • Hdwwiz.cpl — Used to run Add Hardware wizard
  • Ipconfig –Displays IP configuration for all network adapters
  • Logoff — Used to logoff the computer
  • MMC –Microsoft Management Console
  • Msconfig –Configuration to edit startup files
  • Mstsc — Used to access remote desktop
  • Mrc — Malicious Software Removal Tool
  • Msinfo32 –Microsoft System Information Utility
  • Nbtstat –Displays stats and current connections using NetBIOS over TCP/IP
  • Netstat –Displays all active network connections
  • Nslookup–Returns your local DNS server
  • Osk —Used to access on screen keyboard
  • Perfmon.msc — Used to configure the performance of Monitor.
  • PingSends data to a specified host/IP
  • Powercfg.cpl — Used to configure power option
  • Regedit –Registry Editor
  • Regwiz — Registration wizard
  • Sfc /scannow – System File Checker
  • Sndrec32 –Sound Recorder
  • Shutdown — Used to shutdown the windows
  • Spider — Used to open spider solitaire card game
  • Sfc / scannow — Used to run system file checker utility.
  • Sndvol32 –Volume control for soundcard
  • Sysedit – Edit system startup files
  • Taskmgr –Task manager
  • Telephon.cpl — Used to configure modem options.
  • Telnet –Telnet program
  • Tracert –Traces and displays all paths required to reach an internet host
  • Winchat — Used to chat with Microsoft
  • Wmplayer — Used to run Windows Media player
  • Wab — Used to open Windows address Book.
  • WinWord — Used to open Microsoft word
  • Winipcfg –Displays IP configuration
  • Winver — Used to check Windows Version
  • Wupdmgr –Takes you to Microsoft Windows Update
  • Write — Used to open WordPad

December 29, 2007 Posted by Haseeb Haider | Applications, Data, Desktop, Office Applications, System, Windows Optimization | , , , , , , , , | 1 Comment

Reduce Temporary Internet File Space

he temporary internet files clutter your hard drive with copies of each page visited. These can build up over time and take up disk space. Even more bothersome is that instead of getting new pages each time IE often takes the page out the temp internet files. This can be a problem if you are viewing a website that is updated all the time. If you are on a slow connection such as a 56K or lower then this can be good but if you are on a fast broadband connection, like me, then you can get away with decreasing the size of your temp internet files to just one meg without any performance decrease.

December 28, 2007 Posted by Haseeb Haider | Data, Windows Optimization | , | No Comments Yet

Convert FAT to NTFS file system

To convert a FAT partition to NTFS, perform the following steps. 

1. Click Start, click Run, type cmd and then click OK.

2. At the command prompt, type CONVERT [driveletter]: /FS:NTFS.

Convert.exe will convert the partition to NTFS.


NOTE: Although the chance of corruption or data loss during the conversion from FAT to NTFS is minimal, it is best to perform a full backup of the data on the drive that it is to be converted prior to executing the convert command. It is also recommended to verify the integrity of the backup before proceeding, as well as to run RDISK and update the emergency repair disk (ERD).

December 27, 2007 Posted by Haseeb Haider | Data | , | No Comments Yet