SOLVED After signing in Windows doesn't load and screen blink's

Joined
Mar 6, 2020
Messages
1
Reaction score
0
My screen starts blinking after I sign in in my windows 10, and nothing loads.

Booting in Safe mode is also like that.

My screen panel is fine, it loads all colors and stuff, but my windows doesn't load after I sign in!

Troubleshooting startup repair also says it can't repair it.

Anyone can help me with that?!

*HP ProBook 4530s, windows 10, didn't updated it after September 2019.
 

Attachments

  • D968CFFA-7AB9-4EB9-8B80-55713D9DD6D3.gif
    D968CFFA-7AB9-4EB9-8B80-55713D9DD6D3.gif
    60.3 KB · Views: 174
  • C170E8DF-5699-43FB-92EF-84820D8C4404.jpeg
    C170E8DF-5699-43FB-92EF-84820D8C4404.jpeg
    27.3 KB · Views: 179
Joined
Jan 27, 2016
Messages
795
Reaction score
80
Hope you have a USB iso, boot to - change to command prompt then run this
-------------------------
I make a fix.bat then run as admin.
dism /online /cleanup-image /scanhealth

dism /online /cleanup-image /checkhealth

dism /online /cleanup-image /restorehealth

sfc /scannow

DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:I:\sources\Install.esd:1 /LimitAccess

net stop wuauserv

net stop cryptSvc

net stop bits

net stop msiserver

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
rmdir /s /q c:\windows\SoftwareDistribution.old

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

net stop cryptsvc
rmdir /s /q %systemroot%\system32\catroot2.bak

md %systemroot%\system32\catroot2.bak

xcopy %systemroot%\system32\catroot2 %systemroot%\system32\catroot2.bak /s


pause
exit
------------------------------
this should allow you to update/upgrade - what happens after this...
 
Joined
Apr 22, 2017
Messages
5,477
Reaction score
684
Hi James,

if Snuffy's advice doesn't help you, try a fresh install following the tips in the link below:


You should also upgrade to the latest version which is currently 1909!:

https://www.windows10forums.com/threads/how-to-upgrade-windows-10-to-the-latest-version.13015/ :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top