<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Windows Hints and Tips on Much Ado About IT</title><link>https://it.knightnet.org.uk/kb/windows/</link><description>
Recent content about Windows Hints and Tips from Much Ado About IT |
Ramblings and rantings from IT Architect &amp; Designer, Julian Knight</description><generator>Hugo | gohugo.io | Theme twenty-sixteen</generator><language>en-gb</language><copyright>This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.</copyright><lastBuildDate>Mon, 24 Apr 2023 21:27:28 +0000</lastBuildDate><atom:link href="https://it.knightnet.org.uk/kb/windows/feed.xml" rel="self" type="application/rss+xml"/><item><title>BitLocker issues and fixes</title><link>https://it.knightnet.org.uk/kb/windows/bitlocker-issues/</link><guid isPermaLink="true">https://it.knightnet.org.uk/kb/windows/bitlocker-issues/</guid><pubDate>Mon, 16 Apr 2018 10:00:00 +0000</pubDate><guid>https://it.knightnet.org.uk/kb/windows/bitlocker-issues/</guid><description><div>BitLocker allows you to fully encrypt drives. It can be enabled so that it protects drives before boot. It also allows administrative recovery keys. However, sometimes it can go wrong.</div><div>&lt;h2 id="setup">Setup&lt;/h2>
&lt;p>Make sure you create a backup of your BitLocker key when setting up. Keep that absolutely
safe. If you lose it, you will not be able to recover the drive if you have an issue or need
to move the drive to a different PC.&lt;/p>
&lt;h2 id="issues">Issues&lt;/h2>
&lt;h3 id="disk-faults-or-other-operating-systems">Disk faults or other operating systems&lt;/h3>
&lt;p>Remember that, if your drive is encrypted &amp;amp; if you have a fault on it, it will probably not be possible to recover the data.&lt;/p>
&lt;p>Also remember that, when working with multiple operating systems installed on the drive (e.g. not virtual OS&amp;rsquo;s), they must all support BitLocker.&lt;/p>
&lt;h3 id="this-pc-doesnt-support-entering-a-bitlocker-recovery-password-during-startup-ask-your-administrator-to-configure-windows-recovery-environment-so-that-you-can-use-bitlocker">&amp;ldquo;This PC doesn&amp;rsquo;t support entering a BitLocker recovery password during startup. Ask your administrator to configure Windows Recovery Environment so that you can use BitLocker&amp;rdquo;&lt;/h3>
&lt;p>This error messsage appears to have a number of reasons.&lt;/p>
&lt;h4 id="tablets">Tablets&lt;/h4>
&lt;p>One is that you are using a tablet and so may not have a keyboard available during pre-boot where you
might need to enter the BitLocker key. To fix this, try:&lt;/p>
&lt;ul>
&lt;li>run &lt;code>gpedit.msc&lt;/code>&lt;/li>
&lt;li>Under computer configuration click on &amp;ldquo;administrative templates&amp;rdquo;&lt;/li>
&lt;li>Click on &amp;ldquo;windows components&amp;rdquo;&lt;/li>
&lt;li>Click on &amp;ldquo;bitlocker drive encryption&amp;rdquo;&lt;/li>
&lt;li>Click &amp;ldquo;operating system drives&amp;rdquo;&lt;/li>
&lt;li>Make sure that &amp;ldquo;require additional authentication at startup&amp;rdquo; is enabled&lt;/li>
&lt;li>On Microsoft surface devices, make sure that &amp;ldquo;enable use of bitlocker authentication
requiring preboot keyboard input on slates&amp;rdquo; is enabled.&lt;/li>
&lt;/ul>
&lt;p>Reference: &lt;a href="https://community.spiceworks.com/topic/1401228-bitlocker-not-allowing-encryption">https://community.spiceworks.com/topic/1401228-bitlocker-not-allowing-encryption&lt;/a>&lt;/p>
&lt;h3 id="other">Other&lt;/h3>
&lt;p>Try:&lt;/p>
&lt;ul>
&lt;li>Start an elevated command line&lt;/li>
&lt;li>Run &lt;code>DISKPART&lt;/code>&lt;/li>
&lt;li>Enter &lt;code>LIST VOLUME&lt;/code>&lt;/li>
&lt;li>Select the &amp;ldquo;recovery&amp;rdquo; volume with &lt;code>SELECT VOLUME &amp;lt;number&amp;gt;&lt;/code>. Number is the recovery volume number&lt;/li>
&lt;li>&lt;code>ASSIGN LETTER=Q&lt;/code> (to assign the letter Q:\ to the recovery partition)&lt;/li>
&lt;li>&lt;code>FORMAT fs=ntfs label=&amp;quot;Recovery&amp;quot; quick override&lt;/code>. You can use any name for the label.&lt;/li>
&lt;li>&lt;code>EXIT&lt;/code> to leave diskpart&lt;/li>
&lt;li>Run &lt;code>Robocopy.exe C:\Windows\System32\Recovery\ Q:\Recovery\WindowsRE\ /copyall /dcopy:t&lt;/code>&lt;/li>
&lt;li>Run &lt;code>reagentc /setreimage /path Q:\Recovery\WindowsRE&lt;/code>&lt;/li>
&lt;li>Run &lt;code>reagentc /enable&lt;/code>&lt;/li>
&lt;li>Run &lt;code>reagentc /info&lt;/code> to check whether the setup worked.
If everything worked OK, &amp;ldquo;WinRe-Status&amp;rdquo; should be enabled.&lt;/li>
&lt;li>You can now remove the Q: drive letter to prevent accidental access (which should result
in an &amp;ldquo;access denied&amp;rdquo; message anyway). Go back into DISKPART, follow steps 1 through 3 again.
Then enter &lt;code>REMOVE LETTER=Q&lt;/code>.&lt;/li>
&lt;/ul>
&lt;p>You don&amp;rsquo;t need to reboot.&lt;/p></div></description><author>Julian Knight</author><category domain="https://it.knightnet.org.uk/categories/windows">Windows</category><category domain="https://it.knightnet.org.uk/tags/support">Support</category><category domain="https://it.knightnet.org.uk/tags/bitlocker">BitLocker</category><category domain="https://it.knightnet.org.uk/tags/win10">Win10</category></item></channel></rss>