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

Windows – SafeMode Software deinstallieren

SafeMode:


REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer" /VE /T REG_SZ /F /D "Service"

SafeMode mit Netzwerk:


REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\MSIServer" /VE /T REG_SZ /F /D "Service"

net start msiserver