<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>notifications &#8211; GTWebs</title>
	<atom:link href="https://gtwebs.com/tag/notifications/feed/" rel="self" type="application/rss+xml" />
	<link>https://gtwebs.com</link>
	<description>Tutorials, Tips, &#38; Tricks for Web, Software, and App Developers</description>
	<lastBuildDate>Thu, 03 Sep 2026 10:37:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://gtwebs.com/wp-content/uploads/2025/09/cropped-gtwebs-icon-purple-32x32.png</url>
	<title>notifications &#8211; GTWebs</title>
	<link>https://gtwebs.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to Stop &#8220;Let&#8217;s Finish Setting Up Your Device&#8221; in Windows 11</title>
		<link>https://gtwebs.com/tutorials/stop-lets-finish-setting-up-your-device-windows-11/</link>
		
		<dc:creator><![CDATA[Spida C]]></dc:creator>
		<pubDate>Thu, 03 Sep 2026 10:37:13 +0000</pubDate>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows settings]]></category>
		<category><![CDATA[Windows tips]]></category>
		<guid isPermaLink="false">https://gtwebs.com/?p=2928</guid>

					<description><![CDATA[<p>If you keep landing on a full-screen &#8220;Let&#8217;s finish setting up your device&#8221; prompt every time you sign in or restart, you&#8217;re not alone. It&#8217;s a built-in Windows 11 nag screen that pushes Microsoft account sign-in, OneDrive backup, Microsoft 365 trials, and other &#8220;recommended&#8221; steps — and it can reappear after Windows updates even after ... <a title="How to Stop &#8220;Let&#8217;s Finish Setting Up Your Device&#8221; in Windows 11" class="read-more" href="https://gtwebs.com/tutorials/stop-lets-finish-setting-up-your-device-windows-11/" aria-label="Read more about How to Stop &#8220;Let&#8217;s Finish Setting Up Your Device&#8221; in Windows 11">Read more</a></p>
<p>The post <a rel="nofollow" href="https://gtwebs.com/tutorials/stop-lets-finish-setting-up-your-device-windows-11/">How to Stop &#8220;Let&#8217;s Finish Setting Up Your Device&#8221; in Windows 11</a> appeared first on <a rel="nofollow" href="https://gtwebs.com">GTWebs</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class="wp-block-paragraph">If you keep landing on a full-screen &#8220;Let&#8217;s finish setting up your device&#8221; prompt every time you sign in or restart, you&#8217;re not alone. It&#8217;s a built-in Windows 11 nag screen that pushes Microsoft account sign-in, OneDrive backup, Microsoft 365 trials, and other &#8220;recommended&#8221; steps — and it can reappear after Windows updates even after you&#8217;ve dismissed it.</p>
<p class="wp-block-paragraph">The good news is you can turn it off for good in a couple of minutes. This guide walks through the quick Settings-app fix, a more permanent registry tweak, and what to do if the screen keeps coming back.</p>
<h2 class="wp-block-heading">Quick Answer</h2>
<p class="wp-block-paragraph">Go to Settings > System > Notifications > Additional settings, then turn off &#8220;Suggest ways to get the most out of Windows and finish setting up this device.&#8221; This stops the prompt from appearing again after your next sign-in or restart. If it keeps coming back after an update, use the registry fix below for a more permanent block.</p>
<h2 class="wp-block-heading">Turn It Off in Settings (Easiest Method)</h2>
<p class="wp-block-paragraph">This is the official toggle and works for most people without touching the registry. Open Settings (Win + I), then go to System > Notifications. Scroll down and click Additional settings. Find &#8220;Suggest ways to get the most out of Windows and finish setting up this device&#8221; and switch it off.</p>
<p class="wp-block-paragraph">This setting controls the same feature Microsoft calls &#8220;tips, tricks, and suggestions&#8221; as you use Windows, which includes the finish-setup prompt. Once it&#8217;s off, you shouldn&#8217;t see the full-screen reminder on your next login. If you&#8217;d previously clicked &#8220;Remind me in 3 days,&#8221; turning this off cancels that reminder too — you don&#8217;t need to wait it out.</p>
<h2 class="wp-block-heading">Block It Permanently with a Registry Tweak</h2>
<p class="wp-block-paragraph">The Settings toggle sometimes gets reset by a major Windows update, which is why the prompt can mysteriously return months later. For a more durable fix, you can set the registry key directly. Back up your registry first, or create a system restore point, since editing the registry incorrectly can cause other issues.</p>
<p class="wp-block-paragraph">Press Win + R, type regedit, and press Enter (approve the UAC prompt). Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\UserProfileEngagement. Look for a DWORD value named ScoobeSystemSettingEnabled — if it exists, double-click it and change the value to 0. If it doesn&#8217;t exist, right-click an empty area in the right pane, choose New > DWORD (32-bit) Value, name it ScoobeSystemSettingEnabled, and set its value to 0. Close Registry Editor and restart your PC.</p>
<p class="wp-block-paragraph">&#8220;Scoobe&#8221; here stands for Microsoft&#8217;s internal name for the second chance out-of-box experience — the extra setup screens shown after your first sign-in rather than during initial installation, which is exactly what this prompt is.</p>
<h2 class="wp-block-heading">Tips and Common Mistakes</h2>
<p class="wp-block-paragraph">Turning off the Settings toggle is enough for most people — try that before touching the registry, since it&#8217;s reversible with one click and carries no risk. Only use the registry method if the prompt keeps returning after updates.</p>
<p class="wp-block-paragraph">Don&#8217;t confuse this prompt with Windows Spotlight (the lock screen background suggestions) or with &#8220;Get more out of Windows&#8221; notification toast messages — those are controlled by separate toggles on the same Notifications page, so turn off the specific &#8220;finish setting up this device&#8221; option rather than disabling all notifications, which you probably still want for security alerts and app updates.</p>
<p class="wp-block-paragraph">If you manage multiple PCs and want to prevent the prompt from ever appearing for new user accounts, you&#8217;ll need to set the registry value for each user profile individually, since it lives under HKEY_CURRENT_USER rather than a machine-wide key.</p>
<p class="wp-block-paragraph">After a big Windows 11 feature update, it&#8217;s worth double-checking both the Settings toggle and the registry value, since Microsoft has occasionally reset these preferences during upgrades.</p>
<p class="wp-block-paragraph">Explore more: <a href="https://gtwebs.com/tutorials/">More Windows tutorials</a>.</p>
<h2 class="wp-block-heading">Windows 11 setup reminder FAQs</h2>
<h3 class="wp-block-heading">Why does &#8220;Let&#8217;s finish setting up your device&#8221; keep coming back?</h3>
<p class="wp-block-paragraph">It&#8217;s usually reset by a Windows update, or you may have only dismissed it with &#8220;Remind me in 3 days&#8221; instead of turning off the underlying setting. Use the Settings toggle or registry fix above to stop it for good rather than dismissing it each time.</p>
<h3 class="wp-block-heading">Is it safe to edit the registry to disable this prompt?</h3>
<p class="wp-block-paragraph">Yes, as long as you only change or add the ScoobeSystemSettingEnabled value described above and don&#8217;t delete other keys. Still, it&#8217;s good practice to create a system restore point first in case you need to undo any change.</p>
<h3 class="wp-block-heading">Will disabling this prompt turn off Windows Update notifications too?</h3>
<p class="wp-block-paragraph">No. This only affects the account-setup and &#8220;get the most out of Windows&#8221; suggestion screen. Security, update, and app notifications are controlled separately and remain on.</p>
<h3 class="wp-block-heading">Does this work on Windows 10 as well?</h3>
<p class="wp-block-paragraph">Windows 10 has a similar &#8220;suggestions, ads, and offers&#8221; notification setting under Settings > System > Notifications &#038; actions, but the exact registry key and screen layout differ slightly from Windows 11.</p>
<h2 class="wp-block-heading">Make Your Digital Life Better</h2>
<p class="wp-block-paragraph">More practical tech how-tos, tool picks, and guides to upgrade your everyday digital life. <a href="https://gtwebs.com/" target="_blank" rel="noopener">More on GTWebs</a>.</p>
<p class="wp-block-paragraph"><strong>Want web tips in your inbox?</strong> <a href="https://gtwebs.com/newsletter/">Subscribe to the free newsletter</a>.</p>


<p class="wp-block-paragraph"><em>Photo: Microsoft Corporation / CC BY-SA 4.0, via <a href="https://commons.wikimedia.org/wiki/File%3AWin11%20flyout.png" target="_blank" rel="noopener nofollow">Wikimedia Commons</a>.</em></p><p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fgtwebs.com%2Ftutorials%2Fstop-lets-finish-setting-up-your-device-windows-11%2F&amp;linkname=How%20to%20Stop%20%E2%80%9CLet%E2%80%99s%20Finish%20Setting%20Up%20Your%20Device%E2%80%9D%20in%20Windows%2011" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_x" href="https://www.addtoany.com/add_to/x?linkurl=https%3A%2F%2Fgtwebs.com%2Ftutorials%2Fstop-lets-finish-setting-up-your-device-windows-11%2F&amp;linkname=How%20to%20Stop%20%E2%80%9CLet%E2%80%99s%20Finish%20Setting%20Up%20Your%20Device%E2%80%9D%20in%20Windows%2011" title="X" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fgtwebs.com%2Ftutorials%2Fstop-lets-finish-setting-up-your-device-windows-11%2F&amp;linkname=How%20to%20Stop%20%E2%80%9CLet%E2%80%99s%20Finish%20Setting%20Up%20Your%20Device%E2%80%9D%20in%20Windows%2011" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_sms" href="https://www.addtoany.com/add_to/sms?linkurl=https%3A%2F%2Fgtwebs.com%2Ftutorials%2Fstop-lets-finish-setting-up-your-device-windows-11%2F&amp;linkname=How%20to%20Stop%20%E2%80%9CLet%E2%80%99s%20Finish%20Setting%20Up%20Your%20Device%E2%80%9D%20in%20Windows%2011" title="Message" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Fgtwebs.com%2Ftutorials%2Fstop-lets-finish-setting-up-your-device-windows-11%2F&amp;linkname=How%20to%20Stop%20%E2%80%9CLet%E2%80%99s%20Finish%20Setting%20Up%20Your%20Device%E2%80%9D%20in%20Windows%2011" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_copy_link" href="https://www.addtoany.com/add_to/copy_link?linkurl=https%3A%2F%2Fgtwebs.com%2Ftutorials%2Fstop-lets-finish-setting-up-your-device-windows-11%2F&amp;linkname=How%20to%20Stop%20%E2%80%9CLet%E2%80%99s%20Finish%20Setting%20Up%20Your%20Device%E2%80%9D%20in%20Windows%2011" title="Copy Link" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fgtwebs.com%2Ftutorials%2Fstop-lets-finish-setting-up-your-device-windows-11%2F&#038;title=How%20to%20Stop%20%E2%80%9CLet%E2%80%99s%20Finish%20Setting%20Up%20Your%20Device%E2%80%9D%20in%20Windows%2011" data-a2a-url="https://gtwebs.com/tutorials/stop-lets-finish-setting-up-your-device-windows-11/" data-a2a-title="How to Stop “Let’s Finish Setting Up Your Device” in Windows 11"></a></p><p>The post <a rel="nofollow" href="https://gtwebs.com/tutorials/stop-lets-finish-setting-up-your-device-windows-11/">How to Stop &#8220;Let&#8217;s Finish Setting Up Your Device&#8221; in Windows 11</a> appeared first on <a rel="nofollow" href="https://gtwebs.com">GTWebs</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
