Running CHKDSK
Added 8/17/05One way to run a chkdsk (this is like Scandisk that was with Win9X), is to
- Double click on My Computer
- Right click on the drive you want to check
- Select Properties
- Click on the Tools tab
- Click on the Check Now button
- Check to Automatically fix file system errors - This is the same as running chkdsk /f
- If you want to Scan for and attempt recovery of bad sectors, check that box - This is the same as running chkdsk /R. It can also add a lot of time to the scan
- Reboot if necessary
The following switches are available:
/F - fix any errors
/R - identifies bad sectors
/V - with FAT32, displays a verbose output
With NTFS Volumes:
/I - Performs simpler check (stage 2)
/C - Skips the checking of cycles within folder structures
/X - Forces the volume to dismount if necessary. Intended for server administrators and should be avoided for normal use
Opening Shared Folders Snap-In
Added 8/17/05To manage all your shared folders, you can run the snap-in directly
Start / Run / fsmgmt.msc
This will show you all your shared folders in a single window
You can also see what other computers are connected and what files they have open
Additional Utilities
Added 8/17/05On the XP CD in the \Support\Tools directory, there are a lot of additional support and troubleshooting utilities.
You can run SETUP from that directory to install them.
Just a few are:
| diruse | Shows Disk Usage |
| dupfinder | Finds Duplicate files |
| getmac | Get's MAC address of the network card |
| hostname | Shows the host name of the computer |
| netdiag | Diagnoses a variety of network components |
| pviewer | Show a list of process and allows you to get a memory detail or kill any process |
| windiff | Compare files and directories |
Viewing Your IP Address Information
Added 8/17/05There are several ways you can determine your IP address information:
IPCONFIG
- Start / Run / cmd
- IPCONFIG /ALL
But sometimes the window shows show much information you need to scroll around to fine it.
VIEW STATUS
- Control Panel / Network Connections / Double click the icons for your network (If the network has an icon in the system tray you can also just double click on that icon)
- Click on the Support tab
- Click on the Details button
Make Pictures Smaller Unavailable
Added 8/17/05When you try and send pictures through e-mail, you should normally be given the option to make them smaller.
If this option is not available, a DLL file may need to be registered.
- Start
- Run
- regsvr32 shimgvw.dll
Creating a Suspend Shortcut
Submitted 3/2/05If you would like to create an icon to suspend your computer,
- Right click on the Desktop
- New / Shortcut
- Enter in rundll32.exe PowrProf.dll, SetSuspendState
- Give it whatever name you want
- Now when you click on that shortcut, your computer will shutdown and suspend
No comments:
Post a Comment