NOTICE: The information in this document, including products and software versions, is current as of the Release Date. This document is subject to change without notice.
DESCRIPTION
The QRCD does not restore the operating system to the default factory settings as expected.
RESOLUTION
To resolve this issue, perform the following:
Single notebook PC:
-
Insert the OSDVD and start the PC.
-
Select
Open Command Prompt
and press
Enter
.
-
Type
diskpart
and press
Enter
.
-
Type
select disk 0
, then press
Enter
.
-
Type
create partition primary
and press
Enter
.
-
Type
assign letter C
, then press
Enter
.
-
Type
Exit
and press
Enter
.
-
Press the
Power
button.
-
When the PC restarts, select
Reinstall Operating System
.
For multiple notebook PCs:
NOTE: Norton Ghost and knowledge of this application is required to perform the following steps.
GDISK can use text input and an input. Each line in the text file contains 1 command and GDISK should exit after issuing the last command.
To invoke GDISK using a text file as input, use the following command syntax:
GDISK [disk] /BATCH[:filename]
(eg. GDISK 1 /BATCH:my_commands.txt)
Each line of the text file should contain the switches as if issuing commands manually.
eg. contents of my_commands.txt
/cre /pri /sz:10240 /for /q
/cre /ext
/cre /log /for /q
Omitting the [disk] designation on the original command line, you can use that in the
my_commands.txt
file. GDISK would be invoked using: GDISK /BATCH:my_commands.txt
eg. contents of my_commands.txt
1 /cre /pri /sz:10240 /for /q
1 /cre /ext
1 /cre /log /for /q
2 /cre /ext
2 /cre /log /for /q
Another script from DISKPART.EXE CMD, the DISKPART.EXE should be in 1 QRCD:
Here is the script:
Type diskpart
Type select disk 0
Type create partition primary
Type assign letter c
Type Exit
Type Exit
Save under filename.txt
From the prompt, type DISKPART /S FILENAME.TXT.
©Copyright 2008 Hewlett-Packard Development Company, L.P.
Hewlett-Packard Company shall not be liable for technical or editorial errors or omissions contained herein. The information provided is provided "as is" without warranty of any kind. To the extent permitted by law, neither HP or its affiliates, subcontractors or suppliers will be liable for incidental,special or consequential damages including downtime cost; lost profits;damages relating to the procurement of substitute products or services; or damages for loss of data, or software restoration. The information in this document is subject to change without notice. Hewlett-Packard Company and the names of Hewlett-Packard products referenced herein are trademarks of Hewlett-Packard Company in the United States and other countries. Other product and company names mentioned herein may be trademarks of their respective
owners.