Windows – Angemeldeter Benutzer
WMIC /Node:remotecomputer ComputerSystem Get UserName
WMIC /Node:remotecomputer ComputerSystem Get UserName
F1 öfters drücken um ins Bios zu gelangen -> SecureBoot ausschalten -> UEFI auf Leagcy -> USB3 ausschalten -> speichern -> Neustart -> F12 für das Botmenü
rem *** Stopping BES Services *** net stop "BlackBerry Controller" /yes net stop "BlackBerry Dispatcher" /yes net stop "BlackBerry Router" /yes net stop "BlackBerry Attachment Service" /yes net stop "BlackBerry MDS Connection Service" /yes net stop "BlackBerry Administration Service - Application Server" /yes net stop "BlackBerry Administration Service - Native Code Container" /yes net stop "BlackBerry Alert" /yes
Server im Safe Mode starten -> Regedit.exe -> HKEY_LOCAL_MACHINE\SYSTEM\Select
-> Ändern des Wertes von LastKnownGood auf einen nicht existiernden Wert (Falls ControlSet001 und ControlSet002 existieren, 3 eintragen) -> shutdown /r
Systemsteuerung -> Hardware und Sound -> Automatische Wiedergabe -> Häkchen bei „Automatische Wiedergabe für alle Medien und Geräte verwenden“ entfernen
cd c:\windows\system32\config\ C:\windows\system32\config\ ren default default.old C:\windows\system32\config\ ren sam sam.old C:\windows\system32\config\ security security.old C:\windows\system32\config\ software software.old C:\windows\system32\config\ system system.old cd c:\windows\system32\config\regback C:\windows\system32\config\regback\ copy default c:\windows\system32\config C:\windows\system32\config\regback\copy sam c:\windows\system32\config C:\windows\system32\config\regback\ copy security c:\windows\system32\config C:\windows\system32\config\regback\ copy software c:\windows\system32\config C:\windows\system32\config\regback\ copy system c:\windows\system32\config shutdown /r