From ea885e28c24c33519dfd12c12d63ba7834f7a232 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Tue, 14 Feb 2023 13:31:24 +0100 Subject: [PATCH] bugfix --- README.md | 15 ++++++++++++++- tools/logon.cmd | 10 +++++----- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2167ad6..5f81092 100644 --- a/README.md +++ b/README.md @@ -794,7 +794,9 @@ IMPORTANT HINT: Disable the update blocker to make the Microsoft Store work!" ``` -## 10.5 Troubleshooting +# 11 Troubleshooting + +## Installation *IMPORTANT!* @@ -822,3 +824,14 @@ This means you can use 2 types of media to install a windows system: Windows could not create a partition on disk 0. The error occured while applying the unattended answer file's setting. Error code: 0x80042565 ``` + +## Rescue System + +Boot your system with your installation media. In the boot menu click on "COMMAND shell". The system opens a shell and you can do repairs or rescue actions. The network will be started automatically. + +Start the script "netuse.cmd" to attach network drives as needed. + +## Backup/Recovery + +Boot your system with your installation media. In the boot menu click on "Snapshot 64". The system starts the Drivesnapshot tool ([www.drivesnapshot.de](http://www.drivesnapshot.de)). + diff --git a/tools/logon.cmd b/tools/logon.cmd index 1efa1b3..7af3c23 100644 --- a/tools/logon.cmd +++ b/tools/logon.cmd @@ -9,8 +9,8 @@ set SCRIPT_SETTINGS=%TOOLS%\scripts\settings.cmd set COMPANY_SETTINGS=%TOOLS%\company\settings.cmd set USERCONFIG_DONE="%LOCALAPPDATA%"\.userconfig_done set EMLICENSE_DONE="%LOCALAPPDATA%"\.emlicense_done -set STARTMENU="%APPDATA%\Microsoft\Windows\Start Menu\Programs" -set STARTMENU_PUBLIC="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" +set STARTMENU=%APPDATA%\Microsoft\Windows\Start Menu\Programs +set STARTMENU_PUBLIC=%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs rem =================== rem DEFAULTS @@ -383,9 +383,9 @@ if %ERRORLEVEL% == 0 ( %STARTMENU_PUBLIC%\"System Tools" 2>nul rem setting permissions for normal users ... - icacls %STARTMENU_PUBLIC%\"System Tools"\* /grant Users:R 1>nul 2>nul - icacls %STARTMENU_PUBLIC%\"Administrative Tools"\* /grant Users:R 1>nul 2>nul - icacls %STARTMENU_PUBLIC%\Accessories\* /grant Users:R 1>nul 2>nul + icacls "%STARTMENU_PUBLIC%\System Tools\*" /grant Users:R 1>nul + icacls "%STARTMENU_PUBLIC%\Administrative Tools\*" /grant Users:R 1>nul + icacls "%STARTMENU_PUBLIC%\Accessories\*" /grant Users:R 1>nul ) else (