von MedienDeZign | Dez. 27, 2012 | DiesUndDas
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
von MedienDeZign | Dez. 27, 2012 | DiesUndDas
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
von MedienDeZign | Dez. 27, 2012 | DiesUndDas
Systemsteuerung -> Hardware und Sound -> Automatische Wiedergabe -> Häkchen bei „Automatische Wiedergabe für alle Medien und Geräte verwenden“ entfernen
von MedienDeZign | Dez. 27, 2012 | DiesUndDas
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
von MedienDeZign | Dez. 27, 2012 | DiesUndDas
c:\> shutdown /o /r