This commit is contained in:
ralfk 2025-03-31 14:36:12 +02:00
parent 518a683e36
commit d0efe66d18
2 changed files with 20 additions and 1 deletions

View File

@ -36,3 +36,10 @@ location / {
proxy_set_header X-Forwarded-For $remote_addr;
proxy_pass http://192.168.132.19:7005;
}
MiniPC Modelle
NUC13ANHI5 oder
NUC13ANHI7 wobei das H wichtig ist, das ist die HOHE Bauform mit Platz für 2,5 Zoll ssd

View File

@ -36,6 +36,18 @@ Windows 11 Home hat anscheint auch keine Strg+alt+entf
Es geht auch wie folgt :
während des Windows-11-Setups mit Shift + F10 die Konsole öffnen und dort
den Befehl "start ms-cxh:localonly" absetzen.
den Befehl
```Command
start ms-cxh:localonly
```
absetzen.
Danach kann ein lokaler Nutzer angelegt werden.
Und hier noch eine Regeintrag :
```Command
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f
shutdown /r /t 0
```
#config #Gruppenrichtlinien