computer restart problem kb5028166
computer restart problem kb5028166
computer cannot be restarted after installing the hotfix. It shows reboot in progress
solution remove patch kb5028166
KB5028166 is slowing down PCs, games
Beyond the enterprise world, gamers have also been hit by Windows 10’s July 2023 update. Several users reported their games and apps becoming laggy after the update.
“The latest update has slowed my PC to a crawl, with Chrome and other apps taking minutes to open. Webpages are often delayed or display a ‘page not responding’ message,” a user reported.
Users report that their games and apps have become noticeably laggy since the KB5028166 installation. Even popular games, such as Cyberpunk, that previously ran smoothly are now fraught with annoying loading pauses and disappearing icons, which negatively affects the gaming experience.
The update has generally slowed down systems, leading to a surge in user frustration. Users face performance issues even after attempts to restore speed by clearing caches, running system scans, and rebooting their devices.
Strona internetowa - youcandance.tvp.pl przestała odpowiadać
W dniu dzisiejszym 02.03.2023 TVP.PL padła ofiarą własnej strony internetowej. Zainteresowanie głosowaniem na YOU CAN DANCE było tak duże, że nie pozwalało głosującym na dostanie się do strony. Pokazywało się jedynie białe okno.
Jeżeli ktoś ma chęć oddać głos poniżej przepis ja obstawiam drużynę z Torunia!
„You can dance 2”
How do I find the .NET version
There is an easier way to get the exact version .NET version installed on your machine from a cmd prompt. Just follow the following instructions;
1. Open the command prompt (i.e Windows + R → type "cmd").
2. Type the following command, all on one line:
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP"
(This will list all the .NET versions.)
3. If you want to check the latest .NET 4 version.
4. Type following instruction, on a single line:
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\full" /v version
or type the following in the command line: dir /b /ad /o-n %systemroot%\Microsoft.NET\Framework\v?.*
PDF Creator - Error-Nr: 339 (Component MSCOMCT2.OCX or one of its dependencies
PDF Creator - Error-Nr: 339 (Component MSCOMCT2.OCX or one of its dependencies not correctly registered: a file is missing or invalid)
Solution:
You logged in as administrator and used pdfcreator once. After logging in as user, the problem was gone as well.
or
It looks like, registering MSCOMCT2.OCX solves the problem without the "start as admin"-trick:
For a 64-bit OS create a batch file with
regsvr32 C:\\Windows\\SysWOW64\\MSCOMCT2.OCX
or for a 32-bis OS
regsvr32 C:\\Windows\\System32\\MSCOMCT2.OCX
and run the file as administrator.