diff options
Diffstat (limited to '')
-rw-r--r-- | src/VBox/ValidationKit/vms/t-nt4sp1.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/VBox/ValidationKit/vms/t-nt4sp1.txt b/src/VBox/ValidationKit/vms/t-nt4sp1.txt new file mode 100644 index 00000000..9f1eac9c --- /dev/null +++ b/src/VBox/ValidationKit/vms/t-nt4sp1.txt @@ -0,0 +1,21 @@ + +Test VM - nt4sp1 - Windows NT 4 Service Pack 1 +============================================== + +Setup: + - Configure a VM t-nt4sp1 with default Windows NT 4 settings. Make sure to + configure the disk to 8 GB or higher capacity (2 GB suffices). + - Make sure networking is NAT. + - Install Windows NT 4 SP 1. + - Disable CD autorun: + - Start regedit. + - Set the value HKLM/System/CurrentControlSet/Services/Cdrom to 0. + - Shorten boot menu wait, disable automatic reboot on STOP, make it write a + dump: + - Right click on "My Computer", select "Properties" and go to the + "Startup/Shutdown" tab. + - Change the "Show list for" entry field to "1" second. + - Uncheck "Automatically reboot". + - Check "Write debugging information to". + - Check "Overwrite any existing file". + - Proceed as shown in readme_first.txt |