This commit is contained in:
Michael H.G. Schmidt 2023-02-14 13:31:24 +01:00
parent 1fbb1e5eba
commit ea885e28c2
2 changed files with 19 additions and 6 deletions

View File

@ -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 <DiskConfiguration> 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)).

View File

@ -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 (