Microsoft Windows cheat sheet
This is my old site that I'm keeping up for historical purposes and is no longer updated. You probably want to see my new site.
·Installation
·Selecting different HAL during installation
·Commands
·Recursive directory removal
·Removing desktop.ini files from a directory structure
·Selecting different HAL during installation
·Commands
·Recursive directory removal
·Removing desktop.ini files from a directory structure
Installation
Selecting different HAL during installation
A different HAL (i.e. Standard HAL instead of ACPI HAL) can be chosen on installation by hitting F5 during the Press F6 if you need to install a third party SCSI or RAID driver message.
Commands
Recursive directory removal
rmdir /s /q [directory]
Removing desktop.ini files from a directory structure
FOR /f %G in ('dir /b') do attrib %G\desktop.ini -h -s
FOR /f %G in ('dir /b') do del %G\desktop.ini
Backlinks:
Notes
Notes