BES Express – stop Batch

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

Windows – SBS 2011 – 0x51 – LogOn

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

Windows – Registry BackUp wiederherstellen

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