To get all information about your system please run the following commands
start –> Run –> msinfo32.exe
To get all information about your system please run the following commands
start –> Run –> msinfo32.exe
Sometimes a system can be corrupted as result of a virus devastation and very often you end up with a corrupted "explorer". Remember reinstallation should be the very last option.
Run this command with your xp disk in your CD-drive:
sfc /scannow
Mount an NTFS drive read only
1. Boot From your linux dix
2. Shell into the terminal
3. Create a directory let's say mkdir /ycsoftware
4 Then use the mount command below
sudo mount -t ntfs -o umask=0222 /dev/hda1 /ycsoftware
5. Then cd /ycsoftware
6. ls -lah to see your ntfs files
Mount an NTFS Drive read write
sudo mount -t ntfs-3g /dev/hda1 /ycsoftware -o force
Safe mode can be accessed immediately after the computer start by hitting the following key on your keyboard
F8
There should be a black screen that comes up showing you how to access safe mode.
Here are a few interesting websites ycsoftware came across while working on a Microsoft CRM integration project.