<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Windows on handy tech tips &amp; reminders</title>
		<link>https://vamota.com/tech/tags/windows/</link>
		<description>Recent content in Windows on handy tech tips &amp; reminders</description>
		<generator>Hugo</generator>
		<language>en-gb</language>
		
		
		
		
			<lastBuildDate>Wed, 02 Sep 2026 09:41:12 +0100</lastBuildDate>
		
			<atom:link href="https://vamota.com/tech/tags/windows/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Windows 11 on an older PC</title>
				<link>https://vamota.com/tech/posts/windows11-on-older-pc/</link>
				<pubDate>Wed, 02 Sep 2026 09:41:12 +0100</pubDate>
				<guid>https://vamota.com/tech/posts/windows11-on-older-pc/</guid>
				<description>&lt;h2 id=&#34;how-to-get-an-old-pc-or-laptop-to-run-windows-11&#34;&gt;How to get an old PC or laptop to run Windows 11&lt;/h2&gt;&#xA;&lt;p&gt;If you have an old laptop which is running Windows 10 very nicely, but when you tried to upgrade it to Windows 11 you got a message telling you your PC was too old and not supported by Windows 11, it&amp;rsquo;s quite likely that your PC is perfectly able to run Windows 11, but Microsoft have put some artificial limits in place to prevent older PCs and laptops from upgrading.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Reminders for Microsoft Windows</title>
				<link>https://vamota.com/tech/posts/windows-reminders/</link>
				<pubDate>Tue, 01 Sep 2026 11:51:46 +0100</pubDate>
				<guid>https://vamota.com/tech/posts/windows-reminders/</guid>
				<description>&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#clean-up-windows-winsxs-folder&#34;&gt;Clean up WinSxS folder using DISM /cleanup-image&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#how-to-enable-the-built-in-administrator-account&#34;&gt;How to enable the built-in Administrator account&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#sysprep-fails-reserved-storage-in-use&#34;&gt;SYSPREP fails: &amp;lsquo;reserved storage in use&amp;rsquo;&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#disable-wifi-from-the-command-line&#34;&gt;Disable Wi-Fi from the command line&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#windows-kernel-versions&#34;&gt;Windows kernel versions&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#another-topic&#34;&gt;Topic&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Various handy tips and shortcuts&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;Shift-F10&lt;/code&gt; : (during OOBE) open a Command Window&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;Control-Shift-F3&lt;/code&gt; : (during OOBE ) logs you in as Administrator&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;Control-Shift-Win-B&lt;/code&gt; : Windows desktop manager/display reset&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Useful command-window commands:&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Reboot now : &lt;code&gt;C:&amp;gt; SHUTDOWN /R /T 0&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;see who is logged on : &lt;code&gt;C:&amp;gt; QUERY USER&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;see if PC is joined to a domain : &lt;code&gt;C:&amp;gt; SET USER&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;see when last rebooted  : &lt;code&gt;C:&amp;gt; NET STATISTICS WORKSTATION&lt;/code&gt;  OR  &lt;code&gt;C:&amp;gt; SYSTEMINFO&lt;/code&gt;  (also shows lots of other useful info, such as which Hotfixes have been installed)&lt;/li&gt;&#xA;&lt;li&gt;recursive search for a file : &lt;code&gt;C:&amp;gt; DIR /S *REALTEK*&lt;/code&gt; ( /S meaning &amp;ldquo;scan subfolders too&amp;rdquo; )&lt;/li&gt;&#xA;&lt;li&gt;Laptop battery health report: &lt;code&gt;C:&amp;gt;POWERCFG /BatteryReport&lt;/code&gt; -  will write the report to a file and show you the filename&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Useful Powershell/&amp;lsquo;Terminal&amp;rsquo; commands :&lt;/strong&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>How to reset Windows password</title>
				<link>https://vamota.com/tech/posts/windows-reset-password/</link>
				<pubDate>Wed, 26 Aug 2026 10:52:10 +0100</pubDate>
				<guid>https://vamota.com/tech/posts/windows-reset-password/</guid>
				<description>&lt;h3 id=&#34;locked-out-of-your-pc-&#34;&gt;Locked out of your PC ?&lt;/h3&gt;&#xA;&lt;p&gt;If you forget the password of the account on your Windows 10/11 PC/laptop, and you&amp;rsquo;re not able to log into it, here&amp;rsquo;s how you can reset your password.&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;Note: this method probably won&amp;rsquo;t work if you have BitLocker encryption set up on your PC/laptop.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;find a USB stick or CD/DVD which can be used to boot your PC. This could be&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;a USB stick or DVD which was used to install Windows;&lt;/li&gt;&#xA;&lt;li&gt;a &amp;lsquo;system repair disk&amp;rsquo; DVD created by Windows Backup (in Windows Control Panel).&lt;/li&gt;&#xA;&lt;li&gt;Or if you have a blank USB stick, you can create  your own bootable USB stick using Microsoft&amp;rsquo;s &lt;strong&gt;Media Creation Tool&lt;/strong&gt; which you can download from the &lt;a href=&#34;https://www.microsoft.com/en-us/software-download/windows11&#34;&gt;Microsoft Windows website&lt;/a&gt;  . But obviously you will need access to another PC or laptop to do this download &amp;amp; write onto the USB stick.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;ol start=&#34;2&#34;&gt;&#xA;&lt;li&gt;Boot your PC or laptop from the USB stick or DVD you created  in Step 1.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Choose &amp;lsquo;Repair my PC&amp;rsquo;, then &amp;lsquo;Troubleshoot&amp;rsquo; , then &amp;lsquo;Command prompt&amp;rsquo;.  A black Command window should appear.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
