I have followed your suggestions, but the problem persists.
I reported the virtual machine to a snapshot that worked. I scheduled a reboot every 15 minutes for several days and everything was fine.
I assigned the virtual machine to a user and I run the script (CommandsNoPersonaManagement.txt) recommended in this technical paper
http://www.vmware.com/resources/techresources/10157
The problem is returned ...
It 'possible that the problem is caused by disabling graphical features of windows 7? I thought about this because you have suggested to check the SVGA driver:
reg load "HKU \ temp" "%USERPROFILE%\..\Default User\NTUSER.DAT"
reg ADD "HKU \ temp \ Software \ Policies \ Microsoft \ Windows \ Control Panel \ Desktop" / v SCRNSAVE.EXE / d "% windir% \ system32 \ scrnsave.scr" / f
reg ADD "HKU \ temp \ Software \ Policies \ Microsoft \ Windows \ Control Panel \ Desktop" / v ScreenSaveTimeOut / d "600" / f
reg ADD "HKU \ temp \ Software \ Policies \ Microsoft \ Windows \ Control Panel \ Desktop" / v ScreenSaverIsSecure / d "1" / f
reg ADD "HKU \ temp \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ System" / v Wallpaper / d "" / f
reg ADD "HKU \ temp \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings \ Cache" / v Persistent / t REG_DWORD / d 0x0 / f
reg ADD "HKU \ temp \ Software \ Microsoft \ Feeds" / v SyncStatus / t REG_DWORD / d 0x0 / f
reg ADD "HKU \ temp \ Software \ Microsoft \ WIndows \ CurrentVersion \ Policies \ Explorer" / v HideSCAHealth / t REG_DWORD / d 0x1 / f
reg unload "HKU \ temp"
Powershell Set-Service 'UxSms'-startuptype "disabled"
Powershell Set-Service 'Themes'-startuptype "disabled"
Powershell Set-Service 'ehRecvr'-startuptype "disabled"
↧
Re: Black screen at windows 7 startup
↧