Windows

A problem in Windows, probably caused by Windows or one of its components (except driver problems - select Hardware for these)

Serial number change

Wed, 2007-07-18 11:39 by admin · Forum/category:

The command that should normally allow you to change the serial number of Windows is:

     sysprep -nosidgen

The sysprep utility is part of the Resource Kit.

It is not certain whether there are some versions (OEM or other) where this would fail and even going back to the old number might fail, so do have a complete backup before you try.

0

Recovery Console

Wed, 2007-07-18 11:32 by admin · Forum/category:

Windows XP Recovery Console

The Recovery Console, sometimes casually referred to as repair console, is a tool that can help you to bring your Windows installation back to working order and to manipulate or copy files that cannot be copied while Windows XP runs.

It can be installed from the Windows XP installation CD, but is then not automatically updated by later patches or service packs. So the simpler method is to start it directly by booting from the installation CD and choose the Repair Console.

0
Average: 3.3 (4 votes)

Registry

Wed, 2007-07-18 11:28 by admin · Forum/category:

The Windows registry is a special database that keeps settings for Windows and other programs.

You can make changes to the registry by using a registry editor like regedit.exe, the older regedt32.exe, or a third party registry editor.

0
Average: 3.5 (11 votes)

Registry - removing entries programmatically

Wed, 2007-07-18 11:22 by admin · Forum/category:

A minus sign inserted directly after the opening bracket in an otherwise normal .reg file removes that key. It works only for keys, not for values, but you can remove, then recreate a key. Example:

[-HKEY_LOCAL_MACHINE\Software\Adobe]

This entry in a .reg file will remove that entire key and all of its subkeys and values.

You can remove a value by entering a minus sign (without quotes) as the new value. Example:

[HKEY_LOCAL_MACHINE\Software\TestKey]
"TestValue"=-

This removes the value named "TestValue", but leaves the key "TestKey" in place.

0
Average: 3.8 (8 votes)

Regedit command line switches

Wed, 2007-07-18 11:15 by admin · Forum/category:

REGEDIT.EXE imports and exports registry files to and from the registry. Usage:

REGEDIT [/L:system] [/R:user] filename1
REGEDIT [/L:system] [/R:user] /C filename2
REGEDIT [/L:system] [/R:user] /E filename3 [regpath1]
REGEDIT [/L:system] [/R:user] /D regpath2

/L:system – Specifies the location of the SYSTEM.DAT file.

/R:user – Specifies the location of the USER.DAT file.

filename1 – Specifies the file(s) to import into the registry.

/C filename2 – Specifies the file to create the registry from.

0
Average: 3.6 (18 votes)

Partition Magic

Wed, 2007-07-18 11:06 by admin · Forum/category:

How can I move my installation to a bigger hard disk?

Partition Magic by PowerQuest is indeed a wonderful solution for your problem.

0

More than 2 GB Address Space

Wed, 2007-07-18 10:56 by admin · Forum/category:

More than 2 GB Address Space

The following text is courtesy of Bruce Sanderson, MVP.

0
Average: 3.8 (11 votes)

Explorer command line switches

Wed, 2007-07-18 10:49 by admin · Forum/category:

Windows Explorer command line switches are documented in several Microsoft Knowlege Base articles. The best one is probably this:

HOW TO: Customize the Windows Explorer Views in Windows XP (Q307856)
http://support.microsoft.com/kb/307856/

0
Average: 4 (1 vote)

How to change a drive letter

Wed, 2007-07-18 09:32 by admin · Forum/category:

The simple way

You can change the local drive letters in Start, Control Panel, Administrative Tools, Computer Management, Storage, Disk Management.

Changing the drive letter of a boot or system partition

Changing the drive letter of the drive that contains the boot files or the operating system is more involved.

0
Average: 3.4 (9 votes)

Moving the Documents and Settings folder

Wed, 2007-07-18 09:26 by admin · Forum/category:

Check the following article in the Microsoft Knowledge Base:

An error message informs you that you cannot move or rename the Documents and Settings folder
http://support.microsoft.com/kb/314843/

0