Элементарно Ватсон.
Качаем Classic Shell отсюда
http://www.classicshell.net/downloads/
Запускаем из командной строки скачанный инсталлер с ключом /qn для тихой установки.
После установки Сlassic Shell будет всегда грузиться привычный рабочий стол.
Другие параметры командной строки classic shell'a, можно глянуть ниже, под хайдом.
Скрытое содержимое доступно для зарегистрированных пользователей!
http://www.classicshell.net/faq/
What are the command line parameters for the installer?
The ClassicShellSetup.exe installer supports many command line parameters:
- runs the installer normally
extract32 - extracts the 32-bit MSI
extract64 - extracts the 64-bit MSI
help - shows the command line help
- the options are passed to msiexec
* if the options contain %MSI% (all caps) the token is replaced by the name of the extracted MSI file
* if %MSI% is not found, the setup runs "msiexec /i "
Examples:
/qn - runs the installer in quiet mode
/x %MSI% /qb - uninstalls the product in basic UI level
/f %MSI% - repairs the product
/l* log.txt - runs the installer and logs the process in the log.txt file
APPLICATIONFOLDER="C:\Programs\Classic Shell" - sets the installation folder
/qn ADDLOCAL=ClassicExplorer - installs only Classic Explorer in quiet mode
/qn ADDLOCAL=ClassicStartMenu - installs only Classic Start Menu in quiet mode
ADDLOCAL=ClassicStartMenu,ClassicIE - installs the Classic Start Menu and Classic IE. Note: there must be no space before ClassicIE
/qb START_MENU_FOLDER=0 - runs in basic mode and skips the creation of a start menu folder
When uninstalling or upgrading I get an error about a missing MSI file. What do I do?
Windows keeps a copy of the MSI file in its C:\Windows\Installer folder. If the file is missing or corrupted, the attempt to uninstall or upgrade Classic Shell will fail. Before you can continue you must repair that file first. You do that by running the installer for the same version you currently have, with the following command:
ClassicShellSetup.exe /fv %MSI%This will repair the cached copy of the MSI file and after that you should be able to uninstall or upgrade Classic Shell.
Либо если хочется сделать всё из командной строки исключительно штатными средствами Windows, придется читать следующий faq с Oszone:
"Управление назначенными заданиями средствами командной строки".
А потом создавать задачу по примеру со страницы
http://www.maketecheasier.com/boot-straight-into-the-desktop-windows-8/