{"id":11057,"date":"2025-09-16T10:00:57","date_gmt":"2025-09-16T10:00:57","guid":{"rendered":"https:\/\/cheapwindowsvps.com\/blog\/troubleshooting-windows-stuck-at-getting-windows-ready-dont-turn-off-your-computer-screen\/"},"modified":"2025-09-16T10:00:57","modified_gmt":"2025-09-16T10:00:57","slug":"troubleshooting-windows-stuck-at-getting-windows-ready-dont-turn-off-your-computer-screen","status":"publish","type":"post","link":"https:\/\/cheapwindowsvps.com\/blog\/troubleshooting-windows-stuck-at-getting-windows-ready-dont-turn-off-your-computer-screen\/","title":{"rendered":"Troubleshooting: Windows Stuck at \u2018Getting Windows Ready, Don\u2019t Turn Off Your Computer\u2019 Screen"},"content":{"rendered":"<p>This issue of Windows getting stuck at the &quot;Getting Windows Ready. Don&#8217;t turn off your computer&quot; message is fairly common, especially on Windows Server versions (2022, 2019, 2016) and occasionally on Windows 10 and 11. This often occurs after installing updates or modifying system roles and features.<\/p>\n<p>When encountering this message, the best initial advice is to remain patient. It can be normal for the installation process to take an extended period, particularly if updates haven&#8217;t been installed in a while, or if the system performance is sluggish. However, it&#8217;s possible for the system to freeze indefinitely during this phase.<\/p>\n<p>If you find yourself needing to shut down or restart your system under these conditions, you may have to forcefully interrupt the process, although this carries the risk of corrupting the Windows image.<\/p>\n<p>To manage this situation more gracefully, you can attempt to terminate background processes that may be causing the freeze. During this update installation phase, while direct desktop access via Remote Desktop Protocol (RDP) is not possible, you can connect to the affected computer remotely using administrative tools, provided it\u2019s in the same local network (LAN).<\/p>\n<p>First, ensure that you can access the troubled computer over the network and verify the accessibility of the SMB port (445). You can use the following command:<\/p>\n<pre><code>Test-NetConnection 192.168.123.10 -port 445<\/code><\/pre>\n<p>Next, open the Services snap-in (<code>services.msc<\/code>) and connect to the problematic host by going to <strong>Action<\/strong> &gt; <strong>Connect to another computer<\/strong>, and inputting the required details.<\/p>\n<p>Look for the <strong>Windows Modules Installer<\/strong>, which often gets stuck in a &quot;Stopping&quot; state and can prevent proper system shutdown or reboot. If you&#8217;re unable to manage this service via the GUI, you can utilize the command prompt on a different Windows machine to access the affected system using a tool like <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/learn.microsoft.com\/en-us\/sysinternals\/downloads\/psexec\">PsExec<\/a>. The command would resemble the following:<\/p>\n<pre><code>PsExec.exe \\192.168.13.10 -i -u localadminname powershell.exe<\/code><\/pre>\n<p>With a remote PowerShell session open, you can check for processes consuming high resources, particularly <code>TiWorker.exe<\/code>, which is associated with update tasks. Use these commands to list processes by memory and CPU usage:<\/p>\n<pre><code>Get-Process | Sort-Object WorkingSet -Descending | Select-Object -First 10 Name, Id, @{Name=&quot;Memory (MB)&quot;; Expression={[math]::round($_.WorkingSet \/ 1MB, 2)}}<\/code><\/pre>\n<pre><code>Get-Process | Sort-Object CPU -Descending | Select-Object -First 10 Name, Id, @{Name=&quot;CPU Time (s)&quot;; Expression={[math]::round($_.CPU, 2)}}<\/code><\/pre>\n<p>If <code>TiWorker<\/code> is indicating high resource usage, check how long it&#8217;s been running:<\/p>\n<pre><code>Get-Process TiWorker | Select-Object Id, Name, CPU, WorkingSet, StartTime<\/code><\/pre>\n<p>To find services stuck in a &quot;Stopping&quot; state:<\/p>\n<pre><code>Get-CimInstance -Class win32_service | where-Object state -eq 'stop pending'<\/code><\/pre>\n<p>To terminate the TrustedInstaller service and any hung processes, use:<\/p>\n<pre><code>taskkill \/IM TrustedInstaller.exe \/F<\/code><\/pre>\n<p>If the command must be executed remotely and include user credentials, the command would look like:<\/p>\n<pre><code>taskkill.exe \/s 192.168.13.10 \/u woshubadmin_account \/p MyPassw0rd! \/im TrustedInstaller.exe<\/code><\/pre>\n<p>After executing these commands, the system should ideally move to the &quot;Shutting down&quot; state and reboot successfully.<\/p>\n<p>While forcibly terminating the TrustedInstaller service isn&#8217;t recommended under normal circumstances, sometimes it may be necessary if the system is stuck for an excessive duration. Once back online, it\u2019s essential to check the integrity of the operating system image and repair any issues using <a target=\"_blank\" rel=\"nofollow noopener\" href=\"https:\/\/woshub.com\/dism-cleanup-image-restorehealth\/\">DISM<\/a> and the <code>sfc \/scannow<\/code> command, especially if Windows fails to boot after the update process.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This issue of Windows getting stuck at the &quot;Getting Windows Ready. Don&#8217;t turn off your computer&quot; message is fairly common, especially on Windows Server versions (2022, 2019, 2016) and occasionally on Windows 10 and 11. This often occurs after installing updates or modifying system roles and features. When encountering this message, the best initial advice [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":11058,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[98,99,108],"tags":[],"class_list":["post-11057","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-windows-10","category-windows-11","category-windows-server-2022"],"_links":{"self":[{"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/posts\/11057","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/comments?post=11057"}],"version-history":[{"count":0,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/posts\/11057\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/media\/11058"}],"wp:attachment":[{"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/media?parent=11057"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/categories?post=11057"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cheapwindowsvps.com\/blog\/wp-json\/wp\/v2\/tags?post=11057"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}