Tag Archives: Windows XP

Windows XP OS

XP and msconfig settings

Click Start and click Run, type msconfig, then click OK. You will see something like the image below : On General tab you can select one of this : Normal startup: load all device drivers and services Diagnostic startup: load basic devices and services only Selective startup: your own settings Launch System Restore: create a restore… Read More »

Simple way to use DEBUG.

In this tutorial, I will show you one simple way to write source code for debug command. Working with assembler is provides the opportunity of knowing more the operation of your PC. Open a file with notepad, named YN.txt and fill with the source code below.

After that, save the file and run the… Read More »

Useful commands for Windows XP

These are commands that can be used in the command line in Windows XP.

Create ls command on Windows XP.

When using the command line on Windows have a big problem. This happens because I use Linux on my computer. Command alias of Linux gave me the idea. I put these lines of code in the Autoexec.bat file:

Now, using the REGEDIT command to startup Autoexec.bat. If you try to use ls -l this… Read More »

Change settings and passwords in Windows using Linux

In this tutorial, I will present a way to change or delete a user password in a Windows XP operating systems or Windows 7. On Windows Vista, I have not tried it yet, but you can try. I get under Fedora 15 this software, using yum.

You need to locate the SAM file. Under… Read More »