# Windows OS



# Chkdsk /r replacment

[<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">https://www.altaro.com/hyper-v/repairing-corrupt-file-systems-vms-repair-volume/Repairing</span></span>](https://www.altaro.com/hyper-v/repairing-corrupt-file-systems-vms-repair-volume/Repairing)<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0"> </span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">Corrupt File Systems on VMs with Repair-Volume</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">Repairing Corrupt File Systems on VMs with Repair-Volume18 Dec 2014 by Luke Orellana9</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">The other day I ran into one of the most common issues IT pros have to face, file corruption. Out of the blue, one of our clients called in reporting issues printing from their Windows Server 2008 terminal server. This was a VM, which was being hosted on a Server 2008 R2 Hyper-V Cluster. Users were not receiving their redirected printers at logon. It turned out multiple remote desktop services were repeatedly crashing. A read only Check Disk on the system volume reported evidence of corrupt system files. In order to repair the corrupt files, a Check Disk repair had to be run on the system volume which required the server to be offline. This process ended up taking over 6 hours to fully complete the repair resulting in unwanted downtime and lost productivity for the client.</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">Fortunately, Microsoft has made some improvements to the Check Disk utility in Windows Server 2012 reducing the downtime for offline volume repairs to seconds instead of hours. The Check Disk repair process can now also be ran through Windows PowerShell using the Repair-Volume Cmdlet.</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">Using the Repair-Volume Cmdlet</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">Windows PowerShell 4.0 introduced the Repair-Volume Cmdlet. This cmdlet is built upon the Check Disk repair feature and allows repairs to be done on volumes through PowerShell.</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">In order to scan the volume for corruption without attempting to repair it, open up PowerShell on the VM you’d like to scan and type the following commands. In this example we will use the C volume to scan:</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">Repair-Volume –driveletter c –scan</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">repair-volume -scan</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">Once the scan has completed, PowerShell will report whether or not errors were found on the volume. If there were errors found on the volume, an offline scan and fix will need to be ran in order to fix the errors. This will take the volume offline, scan for errors, and fix any errors that it finds. This will also make the volume inaccessible during the scan, so this needs to be taken into account when planning an offline scan and fix. Also, performing a scan with the –scan parameter is not needed before running an offline scan and fix. You would use the –scan parameter on a volume that you’d want to check for corruption when you can’t take it offline at the moment. In order to perform an offline scan and fix, open up PowerShell and type the following commands:</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">Repair-Volume –driveletter E -offlinescanandfix</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">repair-volume -offlinescanandfix</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">Once the scan and repair is complete, the volume will automatically come back online and will once again be accessible.</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">Running an Offline Scan and Fix on the System Volume of a Running VM</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">If you try to run an offline scan and fix on the system volume of a running Windows OS, you will be presented with the following message:</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">repair-volume -offlinescanandfix failed msg</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">This is because the system volume is being used to run the Windows OS and cannot be taken offline unless the OS is shut down and that volume is no longer in use. This message can be deceiving because unlike the Check Disk repair utility which gives the option to run the offline repair at the next OS boot; the repair-volume cmdlet does not give the user a choice and will automatically flag the OS to run the Scan at next boot.</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">Using the Spotfix Parameter</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">Windows Server 2012 introduced an awesome feature called Check Disk spot fix. This feature allows you to do an online scan on a volume and logs any issues to a file called $corrupt. You can then issue a spot fix repair that will reference that file and repair the logged issues without needing to scan the entire volume again. This considerably speeds up the repair process taking only seconds to take a volume offline and repair, preventing the need to hassle with long outages.</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">To run a spot fix repair on a volume, first run an online scan on the volume to search for any errors with the following command, in this example we will use the system volume:</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">Repair-volume –driveletter c –scan</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">After the scan is run, any issues are automatically logged in the background. You can now initiate a scan using the –Spotfix parameter:</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">Repair-volume –driveletter c –spotfix</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">repair-volume -spotfix</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">Since this is a system volume, just like the example above, the “failed” message will show. However, once a reboot of the OS is done, the spot fix repair will automatically initiate and repair any issues that were logged from the online scan.</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">Disk Repair on Multiple VMs</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">The repair-volume cmdlet also allows for multiple VM’s to be scanned for file system issues with just a single line. In the example below I will perform an online scan of the System volume of 3 servers using the –cimsession parameter:</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">Repair-Volume –driverletter c -scan –cimsession dc01,fs02,fw</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">repair-volume -cimsession</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">The online scan will run on each server and the progress of each scan will be displayed.</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">repair-volume -cimsession results</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">At the end of the scans the results of each server will be displayed. You can also scan multiple drives of multiple servers by listing all the possible drives you would like to scan.</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">Repair-Volume –driverletter C,D,E -scan –cimsession dc01,fs02,fw</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="TextRun SCXO156180354 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO156180354 BCX0">There are many scenarios where being able to scan multiple servers at once can be beneficial. One example would be if a SAN went down hard because of a power or hardware issue. Once it was back up and fully functional, a good procedure would be to run a repair-volume scan on all the VMs residing on that storage target to check for any instances of file corruption. The repair-volume cmdlet not only allows us to be efficient, but also proactive.</span></span><span class="EOP SCXO156180354 BCX0"> </span>

<span class="EOP SCXO156180354 BCX0"></span>

# Chrome Profile Migration

<span class="EOP SCXO209783833 BCX0"> </span>

<span class="TextRun Highlight SCXO209783833 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO209783833 BCX0">Here’s everything you need to do:</span></span><span class="EOP SCXO209783833 BCX0"> </span>

<div class="OutlineElement Ltr SCXO209783833 BCX0" id="bkmrk-on-the-computer-that">1. <span class="TextRun Highlight SCXO209783833 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO209783833 BCX0">On the computer that has the Chrome profiles that you want to retain:</span></span><span class="EOP SCXO209783833 BCX0"> </span>
    
    
    1. <span class="TextRun Highlight SCXO209783833 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO209783833 BCX0">Copy the “User Data” folder found in this path to portable media: C:\\Users\\%username%\\AppData\\Local\\Google\\Chrome\\</span></span><span class="EOP SCXO209783833 BCX0"> </span>
    2. <span class="TextRun Highlight SCXO209783833 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO209783833 BCX0">Export this registry key to the same portable media: \[HKEY\_CURRENT\_USER\\Software\\Google\\Chrome\\PreferenceMACs\]</span></span><span class="EOP SCXO209783833 BCX0"> </span>
2. <span class="TextRun Highlight SCXO209783833 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO209783833 BCX0">Move the portable media to your new computer.</span></span><span class="EOP SCXO209783833 BCX0"> </span>

<div class="BCX0 SCXO209783833">  
</div></div><span class="TextRun Highlight SCXO209783833 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO209783833 BCX0">On the computer that you want to move the Chrome profiles to:</span></span><span class="EOP SCXO209783833 BCX0"> </span>

<div class="OutlineElement Ltr SCXO209783833 BCX0" id="bkmrk-make-sure-all-chrome"><div class="BCX0 SCXO209783833">1. <span class="TextRun Highlight SCXO209783833 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO209783833 BCX0">Make sure all Chrome browser windows are closed and chrome.exe is not running</span></span><span class="EOP SCXO209783833 BCX0"> </span>
2. <span class="TextRun Highlight SCXO209783833 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO209783833 BCX0">Copy the “User Data” folder from your portable media to C:\\Users\\%username%\\AppData\\Local\\Google\\Chrome\\</span></span><span class="EOP SCXO209783833 BCX0"> </span>
3. <span class="TextRun Highlight SCXO209783833 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO209783833 BCX0">Double-click the registry key that you saved to portable media in step 2</span></span><span class="EOP SCXO209783833 BCX0"> </span>
4. <span class="TextRun Highlight SCXO209783833 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO209783833 BCX0">Open Chrome, and you’ll find your profiles are present!</span></span><span class="EOP SCXO209783833 BCX0"> </span>

</div></div><span class="EOP SCXO209783833 BCX0"> </span>

<span class="TextRun SCXO209783833 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO209783833 BCX0">From &lt;</span></span>[<span class="TextRun SCXO209783833 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO209783833 BCX0">https://workconsultants.com/blog/move-google-chrome-profiles-to-a-new-computer/</span></span>](https://workconsultants.com/blog/move-google-chrome-profiles-to-a-new-computer/)<span class="TextRun SCXO209783833 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO209783833 BCX0">&gt; </span></span><span class="EOP SCXO209783833 BCX0"> </span>

<span class="EOP SCXO209783833 BCX0"> </span>

<span class="EOP SCXO209783833 BCX0"></span>

# CMD - SYSPREP

<span class="TextRun SCXO83095343 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO83095343 BCX0">%WINDIR%\\system32\\sysprep\\sysprep.exe /generalize /shutdown /oobe /quiet</span></span><span class="EOP SCXO83095343 BCX0"> </span>

<span class="EOP SCXO83095343 BCX0"> </span>

<span class="TextRun SCXO83095343 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO83095343 BCX0">From &lt;</span></span>[<span class="TextRun SCXO83095343 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO83095343 BCX0">https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/sysprep--generalize--a-windows-installation?view=windows-11</span></span>](https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/sysprep--generalize--a-windows-installation?view=windows-11)<span class="TextRun SCXO83095343 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO83095343 BCX0">&gt; </span></span><span class="EOP SCXO83095343 BCX0"></span>

# Decrypt EFS-encrypted files without a cert backup

[https://tinyapps.org/docs/decrypt-efs-without-cert-backup.html](https://tinyapps.org/docs/decrypt-efs-without-cert-backup.html)

# [tinyapps.org](https://tinyapps.org/) / [docs](https://tinyapps.org/docs/) / Decrypt EFS-encrypted files without a cert backup

---

Windows users [may](https://social.technet.microsoft.com/Forums/windows/en-US/ae94ac55-1a63-4b80-978d-042e46b2df76/how-can-i-search-for-files-encrypted-with-encrypting-file-system-efs) [unintentionally](https://social.technet.microsoft.com/Forums/windows/en-US/16625757-ba72-4eb2-a87f-2dc7157f2f2b/remove-efs-encryption-from-files-that-were-inadvertantly-encrypted-so-efs-can-be-turned-off-for) [enable](https://superuser.com/questions/1074693/how-to-disable-encrypting-file-system) EFS encryption (even from just [unpacking a ZIP file created under macOS](https://blogs.msdn.microsoft.com/asklar/2012/05/03/why-do-zip-files-from-mac-os-show-up-as-greenencrypted/)), resulting in errors like these when trying to copy files from a backup or offline system, even as root:

- Windows: 
    - File Access Denied
    - Access is denied.
- macOS: 
    - The operation can’t be completed because you don’t have permission to access some of the items.
    - Permission denied
- Linux: 
    - Error splicing file: Permission denied
    - Permission denied

Despite popular perception ("*[If you don't have a copy of the certificate then your files are forever lost.](https://answers.microsoft.com/en-us/windows/forum/all/about-encrypting-file-system-efs/c7297391-728b-4fda-8f9a-00e98c7bf1a6)*", "*[If you didn't export the encryption certificates from the computer that encrypted the files then the data in those files is gone forever](https://forums.tomshardware.com/threads/cannot-move-encrypted-files-to-new-system.2861216/post-18143187)*", etc.), it may be possible to create the necessary certificate from an offline system or backup thanks to [Benjamin Delpy's](https://www.youtube.com/watch?v=_mSl8qiuxP8) [mimikatz](https://github.com/gentilkiwi/mimikatz) and his guide *[howto ~ decrypt EFS files](https://github.com/gentilkiwi/mimikatz/wiki/howto-%7E-decrypt-EFS-files)*. Here is an abbreviated (and by turns amplified) version:

## 0. Copy necessary files

From the offline system, copy these folders and paste them into the directory containing mimikatz.exe on a running system:

- %USERPROFILE%\\AppData\\Roaming\\Microsoft\\ 
    - SystemCertificates\\
    - Crypto\\
    - Protect\\

If the password is unknown, copy these two files as well:

- %WINDIR%\\system32\\config\\ 
    - SAM
    - SYSTEM

## 1. Retrieve certificate thumbprint from one of the encrypted files

```
```
cipher /c "D:\Users\foo\Pictures\secret.jpg"
```
<samp>...
    Certificate thumbprint: 096B A4D0 21B5 0F5E 78F2 B985 4A74 6167 8EDA A006

  No recovery certificate found.

  Key information cannot be retrieved.

The specified file could not be decrypted.</samp>
```

## 2. Export certificate and its public key to DER

```
<samp>mimikatz #</samp> ```
crypto::system /file:"SystemCertificates\My\Certificates\096BA4D021B50F5E78F2B9854A7461678EDAA006" /export
```
<samp>...
        Key Container  : d209e940-6952-4c9d-b906-372d5a3dbd50
        Provider       : Microsoft Enhanced Cryptographic Provider v1.0
...
  Saved to file: 096BA4D021B50F5E78F2B9854A7461678EDAA006.der</samp>
```

## 3. Find the master key

Check files within Crypto\\RSA\\*SID*\\ to find the one containing a pUniqueName which matches the key container found in step 2, e.g.,

```
<samp>mimikatz #</samp> ```
dpapi::capi /in:"Crypto\RSA\S-1-5-21-3425643682-3879794161-2639006588-1000\43838b0ac634d4f965f7c24f0fa91b2b_a55eeef9-ab65-4716-a466-adfc937caecd"
```
<samp>...
  pUniqueName        : d209e940-6952-4c9d-b906-372d5a3dbd50
...
  guidMasterKey      : {92f17fce-aae6-488b-9fd8-7774c6c3eb16}</samp>
```

## 4. Recover NTLM hash if necessary

If the password is unknown, recover the NTLM hash:

```
<samp>mimikatz #</samp> ```
lsadump::sam /system:SYSTEM /SAM:SAM
```
<samp>...
RID  : 000003e8 (1000)
User : foo
  Hash NTLM: 31d6cfe0d16ae931b73c59d7e0c089c0</samp>
```

For domain accounts, you'll only need the NTLM hash (`/hash:xx`); for local accounts, you'll need *either* the corresponding password (`/password:xx`) or its SHA1 hash (`/hash:xx`), which means knowing, cracking, or looking it up:<sup>1</sup>

- Lookup online: 
    - [Hashes.com](https://hashes.com/en/decrypt/hash)
    - [CrackStation](https://crackstation.net/)
    - [Ntlm() Encrypt &amp; Decrypt](https://md5decrypt.net/en/Ntlm/)
    - [HashKiller](https://hashkiller.co.uk/Cracker)
- Lookup offline: 
    - [Rainbow Crackalack](https://www.rainbowcrackalack.com/)
    - [FreeRainbowTables.com](https://freerainbowtables.com/)
- [Crack via hashcat](https://tinyapps.org/docs/hashcat.html) or similar

## 5. Decrypt the master key

In this example, we have a local account with an NTLM hash of 31d6cfe0d16ae931b73c59d7e0c089c0, which [corresponds to](https://hashkiller.co.uk/Tools/HashPassword) a blank password and a SHA1 hash of da39a3ee5e6b4b0d3255bfef95601890afd80709:

```
<samp>mimikatz #</samp> ```
dpapi::masterkey /in:"Protect\S-1-5-21-3425643682-3879794161-2639006588-1000\92f17fce-aae6-488b-9fd8-7774c6c3eb16" /hash:da39a3ee5e6b4b0d3255bfef95601890afd80709
```
<samp>...
[masterkey] with hash: da39a3ee5e6b4b0d3255bfef95601890afd80709 (sha1 type)
  key : 6e24723a56a885fc957f25d4872cbbf10589b1f08033d32174ef3618a192f0e101e41196ca76d689057737429af000af2d7e19497ef2151344dfdfdfb9a6bfd0
  sha1: 4505118da94b7df471bbbcf6d2c6c744a612e62b</samp>
```

## 6. Decrypt the private key

```
<samp>mimikatz #</samp> ```
dpapi::capi /in:"Crypto\RSA\S-1-5-21-3425643682-3879794161-2639006588-1000\43838b0ac634d4f965f7c24f0fa91b2b_a55eeef9-ab65-4716-a466-adfc937caecd" /masterkey:4505118da94b7df471bbbcf6d2c6c744a612e62b
```
<samp>...
        Private export : OK - 'raw_exchange_capi_0_d209e940-6952-4c9d-b906-372d5a3dbd50.pvk'</samp>
```

## 7. Build PFX certificate

with [OpenSSL](https://wiki.openssl.org/index.php/Binaries):<sup>2</sup>

```
openssl.exe x509 -inform DER -outform PEM -in 096BA4D021B50F5E78F2B9854A7461678EDAA006.der -out public.pem

openssl.exe rsa -inform PVK -outform PEM -in raw_exchange_capi_0_d209e940-6952-4c9d-b906-372d5a3dbd50.pvk -out private.pem
```
<samp>writing RSA key</samp>

```
openssl.exe pkcs12 -in public.pem -inkey private.pem -password pass:bar -keyex -CSP "Microsoft Enhanced Cryptographic Provider v1.0" -export -out cert.pfx
```

## 8. Install PFX certificate

```
```
certutil -user -p bar -importpfx cert.pfx NoChain,NoRoot
```
<samp>Certificate "user" added to store.
CertUtil: -importPFX command completed successfully.</samp>
```

## 9. Access your files!

Your files should now be accessible, but you may want to take this opportunity to decrypt them:

```
cipher /d "D:\Users\foo\Pictures\secret.jpg"

cipher /d /s:"D:\Users\foo\Pictures\"
```

(or right click → Advanced → uncheck "Encrypt contents to secure data" → OK).

## Footnotes

1. Benjamin [mentions a few other possibilities](https://github.com/gentilkiwi/mimikatz/wiki/howto-%7E-decrypt-EFS-files#decrypting-the-masterkey): domain backup key, CREDHIST, and extracting NTLM &amp; SHA1 hashes along with masterkeys from a full memory dump.
2. [3gstudent suggests](https://github.com/gentilkiwi/mimikatz/issues/51) using cert2spc.exe and pvk2pfx.exe instead of openssl.exe:
    
    ```
    cert2spc.exe 096BA4D021B50F5E78F2B9854A7461678EDAA006.der public.spc
    pvk2pfx.exe -pvk raw_exchange_capi_0_d209e940-6952-4c9d-b906-372d5a3dbd50.pvk -pi test -spc public.spc -pfx cert.pfx -f
    ```
    
    A potential downside of this approach is having to download the 810MB [Windows 10 SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) rather than [a 2MB OpenSSL binary](http://wiki.overbyte.eu/arch/openssl-1.1.1d-win64.zip); on the other hand, you don't have to trust a third party. Mount the Windows 10 SDK ISO and extract cert2spc.exe and pvk2pfx.exe via [lessmsi](https://github.com/activescott/lessmsi); find cert2spc.exe in Installers\\Windows SDK Signing Tools-x86\_en-us.msi (ARM, x64, and x86 versions included) and pvk2pfx.exe in Installers\\Windows SDK Desktop Tools x86-x86\_en-us.msi, Installers\\Windows SDK Desktop Tools x64-x86\_en-us, and Installers\\Windows SDK Desktop Tools arm64-x86\_en-us.msi.

## Sources

- [howto ~ decrypt EFS files](https://github.com/gentilkiwi/mimikatz/wiki/howto-%7E-decrypt-EFS-files)
- [Retrieving lost Windows 10 password, using Kali Linux, mimikatz and hashcat](https://www.tomsdev.com/blog/2017/retrieving-lost-windows-10-password-using-kali-linux-mimikatz-hashcat/)

## Related

- Search for EFS-encrypted files: `cipher /u /n`
- View or backup existing certs via reykeywiz.exe or certmgr.msc
- [Advanced EFS Data Recovery](https://www.elcomsoft.com/aefsdr.html) "helps recovering the encrypted files under various circumstances. 
    - EFS-protected disk inserted into a different PC
    - Deleted users or user profiles
    - User transferred into a different domain without EFS consideration
    - Account password reset performed by system administrator without EFS consideration
    - Damaged disk, corrupted file system, unbootable operating system
    - Reinstalled Windows or computer upgrades
    - Formatted system partitions with encrypted files left on another disk"
- [Encrypting File System](https://en.wikipedia.org/wiki/Encrypting_File_System)
- [About EFS (Encryption File System)](https://www.elcomsoft.com/help/en/aefsdr/about_efs.html)
- [So my dad asked me to help regain access to some "encrypted files"...](https://www.reddit.com/r/techsupport/comments/1sbt95/so_my_dad_asked_me_to_help_regain_access_to_some/)
- [encrypted file system recovery](https://web.archive.org/web/20160103205624/http://www.beginningtoseethelight.org/efsrecovery/index.htm)
- [Files remain encrypted after you copy the files from an encrypted folder to a WebDAV share if the files are copied by using a computer that is running Windows 7 or Windows Server 2008 R2](https://support.microsoft.com/lo-la/help/2386854/files-remain-encrypted-after-you-copy-the-files-from-an-encrypted-fold)
- [Encrypting File System (EFS) files appear corrupted when you open them](https://support.microsoft.com/en-us/help/329741/encrypting-file-system-efs-files-appear-corrupted-when-you-open-them)
- [HOW TO: Prevent Files from Being Encrypted When Copied to a Server](https://support.microsoft.com/gl-es/help/302093/how-to-prevent-files-from-being-encrypted-when-copied-to-a-server)
- [To Create A Personal Information Exchange (PFX) File](https://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/2018/ENU/AutoCAD-Customization/files/GUID-DC1B25FE-E063-486C-B90C-565AB5E87BBC-htm.html)
- [MCTS 70-680: Encrypting File System (EFS)](https://www.youtube.com/watch?v=rnuCitzSgQ8)
- [EFS and decrypting a file](https://social.technet.microsoft.com/Forums/windowsserver/en-US/a7eebc72-2e77-4baf-a0c3-c64811fa55fb/efs-and-decrypting-a-file): > *If you have your original profile, you can use "reccerts" tool to retrieve the private key to recovery EFS file.*  
    > ...  
    > `reccerts.exe -path: "profile path" -password:<password>`  
    > *But you have to contact to Microsoft Support to get this tool.*

---

*created: 2019.10.18, updated: 2022.11.19*

# Disable Bing Search

- <span class="TextRun Highlight SCXO254503693 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO254503693 BCX0">Run Regedit.exe—just hit the Windows key and the R key to launch Run: dialog, type “Regedit,” and hit “OK.” Then hit “Yes” when it asks if you want to make changes.</span></span><span class="EOP SCXO254503693 BCX0"> </span>
- <span class="TextRun Highlight SCXO254503693 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO254503693 BCX0">Find HKEY\_CURRENT\_USER\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Search</span></span><span class="EOP SCXO254503693 BCX0"> </span>
- <span class="TextRun Highlight SCXO254503693 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO254503693 BCX0">Find BingSearchEnabled, and if it’s not there, create it by selecting New &gt; DWORD (32-bit) Value &gt; entering “BingSearchEnabled”</span></span><span class="EOP SCXO254503693 BCX0"> </span>
- <span class="TextRun Highlight SCXO254503693 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO254503693 BCX0">Select that, set it to 0, and select “OK”</span></span><span class="EOP SCXO254503693 BCX0"> </span>
- <span class="TextRun Highlight SCXO254503693 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO254503693 BCX0">Repeat the steps for BingSearchEnabled for CortanaConsent</span></span><span class="EOP SCXO254503693 BCX0"> </span>
- <span class="TextRun Highlight SCXO254503693 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO254503693 BCX0">Reboot and you’re done</span></span><span class="EOP SCXO254503693 BCX0"> </span>

<span class="EOP SCXO254503693 BCX0"> </span>

<span class="TextRun SCXO254503693 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO254503693 BCX0">From &lt;</span></span>[<span class="TextRun SCXO254503693 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO254503693 BCX0">https://gizmodo.com/search-on-windows-10-was-borked-but-microsoft-says-it-1841471161</span></span>](https://gizmodo.com/search-on-windows-10-was-borked-but-microsoft-says-it-1841471161)<span class="TextRun SCXO254503693 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO254503693 BCX0">&gt; </span></span><span class="EOP SCXO254503693 BCX0"> </span>

<span class="EOP SCXO254503693 BCX0"> </span>

<span class="EOP SCXO254503693 BCX0"></span>

# DISM Options

<div class="OutlineElement Ltr SCXO254612017 BCX0" id="bkmrk-dism.exe-%2Fonline-%2Fcl"><div class="TableContainer SCXO254612017 BCX0"><table border="1" class="Table Border SCXO254612017 BCX0"><tbody class="SCXO254612017 BCX0"><tr class="TableRow SCXO254612017 BCX0" role="row"><td class="HighContrastShading SCXO254612017 BCX0" role="rowheader"><span class="TextRun SCXO254612017 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO254612017 BCX0">DISM.exe /Online /Cleanup-image /Restorehealth</span></span><span class="EOP SCXO254612017 BCX0"> </span>

</td></tr><tr class="TableRow SCXO254612017 BCX0" role="row"><td class="SCXO254612017 BCX0" role="rowheader"><span class="TextRun SCXO254612017 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO254612017 BCX0">DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:C:\\RepairSource\\Windows /LimitAccess</span></span><span class="EOP SCXO254612017 BCX0"> </span>

</td></tr><tr class="TableRow SCXO254612017 BCX0" role="row"><td class="SCXO254612017 BCX0" role="rowheader"><span class="TextRun SCXO254612017 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO254612017 BCX0">DISM /Online /Cleanup-Image /StartComponentCleanup</span></span><span class="EOP SCXO254612017 BCX0"> </span>

</td></tr><tr class="TableRow SCXO254612017 BCX0" role="row"><td class="SCXO254612017 BCX0" role="rowheader"><span class="TextRun SCXO254612017 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO254612017 BCX0">DISM /Online /Cleanup-Image /AnalyzeComponentStore</span></span><span class="EOP SCXO254612017 BCX0"> </span>

</td></tr><tr class="TableRow SCXO254612017 BCX0" role="row"><td class="SCXO254612017 BCX0" role="rowheader"><span class="TextRun SCXO254612017 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO254612017 BCX0">DISM /Online /Cleanup-Image /RestoreHealth /Source:E:\\Sources\\install.wim</span></span><span class="EOP SCXO254612017 BCX0"> </span>

</td></tr></tbody></table>

</div></div><span class="TextRun SCXO254612017 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO254612017 BCX0">DISM /Online /Cleanup-Image /ScanHealth</span></span><span class="EOP SCXO254612017 BCX0"> </span>

<span class="TextRun SCXO254612017 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO254612017 BCX0">DISM /Online /Cleanup-Image /CheckHealth</span></span><span class="EOP SCXO254612017 BCX0"></span>

# Find Certificate (SSL) by Thumbprint

1. <span class="TextRun  BCX0 SCXO10443065" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO10443065">Open Powershell as admin</span></span><span class="EOP  BCX0 SCXO10443065"> </span>
2. <span class="TextRun  BCX0 SCXO10443065" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO10443065">Change to the cert directory by using the command: </span></span><span class="EOP  BCX0 SCXO10443065"> </span>
    
    
    1. <span class="TextRun  BCX0 SCXO10443065" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO10443065">cd cert:</span></span><span class="EOP  BCX0 SCXO10443065"> </span>

<span class="TextRun  BCX0 SCXO10443065" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO10443065">Search for a certificate by using this command:</span></span><span class="EOP  BCX0 SCXO10443065"> </span>

<div class="BCX0 SCXO10443065" id="bkmrk-dir--recurse-%7C-where">1. <span class="TextRun  BCX0 SCXO10443065" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO10443065">dir -recurse | where {$\_.Thumbprint -eq “THUMBPRINT”} | Format-List -property \*</span></span><span class="EOP  BCX0 SCXO10443065"> </span>

</div>

# Net USe

<span class="TextRun SCXO66889212 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO66889212 BCX0">To get a cmd line listing of network drives:</span></span><span class="EOP SCXO66889212 BCX0"> </span>

<span class="TextRun SCXO66889212 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO66889212 BCX0">Net use</span></span><span class="EOP SCXO66889212 BCX0"> </span>

<span class="EOP SCXO66889212 BCX0"> </span>

<span class="EOP SCXO66889212 BCX0"> </span>

<span class="TextRun SCXO66889212 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO66889212 BCX0">To remove a network drive (f:)</span></span><span class="EOP SCXO66889212 BCX0"> </span>

<span class="TextRun SCXO66889212 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO66889212 BCX0">Net use F: /delete</span></span><span class="EOP SCXO66889212 BCX0"> </span>

<span class="EOP SCXO66889212 BCX0"> </span>

<span class="EOP SCXO66889212 BCX0"> </span>

<span class="EOP SCXO66889212 BCX0"> </span>

<span class="TextRun SCXO66889212 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO66889212 BCX0">To map a network drive (F: to //myserver/myshare</span></span><span class="EOP SCXO66889212 BCX0"> </span>

<span class="TextRun SCXO66889212 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO66889212 BCX0">Net use F: //myserver/myshare</span></span><span class="EOP SCXO66889212 BCX0"> </span>

<span class="EOP SCXO66889212 BCX0"> </span>

<span class="TextRun SCXO66889212 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO66889212 BCX0">\#to use different account than login</span></span><span class="EOP SCXO66889212 BCX0"> </span>

<span class="TextRun SCXO66889212 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO66889212 BCX0">net use g: </span></span>[<span class="TextRun SCXO66889212 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO66889212 BCX0">\\\\RHSC-00-HVSRV05\\C$</span></span>](file://rhsc-00-hvsrv05/C%24)<span class="TextRun SCXO66889212 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO66889212 BCX0"> /user:rhsc\\adminjohnson</span></span><span class="EOP SCXO66889212 BCX0"></span>

# Remove a Domain User Profile from Windows 10

<span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">To delete a user profile in Windows 10</span></span><span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">, do the following.</span></span><span class="EOP  BCX0 SCXO174685748"> </span>

<div class="OutlineContainer OutlineContainerDisplayWrapper  BCX0 SCXO174685748" id="bkmrk-press%E2%80%AFwin%E2%80%AF%2B%E2%80%AFr%E2%80%AFhotkey"><div class="Outline  BCX0 SCXO174685748"><div class="OutlineElement Ltr  BCX0 SCXO174685748">1. <span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">Press </span></span><span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">Win</span></span><span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748"> + </span></span><span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">R</span></span><span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748"> hotkeys on the keyboard. The Run dialog will appear on the screen. Type the following into the text box and press Enter:</span></span><span class="LineBreakBlob BlobObject DragDrop  BCX0 SCXO174685748"><span class="BCX0 SCXO174685748"> </span>  
    </span><span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">SystemPropertiesAdvanced</span></span><span class="EOP  BCX0 SCXO174685748"> </span>

<div class="OutlineElement Ltr  BCX0 SCXO174685748"><div class="WACImageContainer     BCX0 SCXO174685748" role="presentation"><span aria-hidden="true" class="WACAltTextDescribedBy  BCX0 SCXO174685748" id="bkmrk-"></span>![System Properties Advanced In The Run Dialog](http://bookstack.coltscomputer.services/uploads/images/gallery/2023-12/embedded-image-bwetzkmb.png)</div></div>2. <span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">Advanced System Properties will open. There, click on the </span></span><span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">Settings</span></span><span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748"> button in the </span></span><span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">User Profiles</span></span><span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748"> section.</span></span><span class="EOP  BCX0 SCXO174685748"> </span>

<div class="OutlineElement Ltr  BCX0 SCXO174685748"><div class="WACImageContainer  BCX0 SCXO174685748" role="presentation"><span aria-hidden="true" class="WACAltTextDescribedBy  BCX0 SCXO174685748" id="bkmrk--1"></span>![User Profiles Settings Button System Properties](http://bookstack.coltscomputer.services/uploads/images/gallery/2023-12/embedded-image-bmeiapsg.png)</div></div>3. <span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">In the User Profiles window, select the profile of the user account and click the </span></span><span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">Delete</span></span><span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748"> button.</span></span><span class="EOP  BCX0 SCXO174685748"> </span>

<div class="OutlineElement Ltr  BCX0 SCXO174685748"><div class="WACImageContainer  BCX0 SCXO174685748" role="presentation"><span aria-hidden="true" class="WACAltTextDescribedBy  BCX0 SCXO174685748" id="bkmrk--2"></span>![Delete User Profile Windows 10]()</div></div>4. <span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">Confirm the request, and the profile of the user account will now be deleted.</span></span><span class="EOP  BCX0 SCXO174685748"> </span>

<div class="OutlineElement Ltr  BCX0 SCXO174685748"><div class="WACImageContainer  BCX0 SCXO174685748" role="presentation"><span aria-hidden="true" class="WACAltTextDescribedBy  BCX0 SCXO174685748" id="bkmrk--3"></span>![Confirm Delete User Profile Windows 10]()</div></div></div><div class="OutlineElement Ltr  BCX0 SCXO174685748">  
</div></div></div><span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">The next time the user signs in, his or her profile will be re-created automatically, with all the default options and settings.</span></span><span class="EOP  BCX0 SCXO174685748"> </span>

<span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">You might also be interested in learning how to delete a user profile manually. This procedure involves File Explorer and the Registry editor app.</span></span><span class="EOP  BCX0 SCXO174685748"> </span>

<span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">Delete a user profile in Windows 10 manually</span></span><span class="EOP  BCX0 SCXO174685748"> </span>

<div class="OutlineContainer OutlineContainerDisplayWrapper  BCX0 SCXO174685748" id="bkmrk-open%E2%80%AFfile-explorer.%C2%A0"><div class="Outline  BCX0 SCXO174685748"><div class="OutlineElement Ltr  BCX0 SCXO174685748">1. <span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">Open </span></span>[<span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">File Explorer</span></span>](https://winaero.com/blog/open-this-pc-instead-of-quick-access-in-windows-10-file-explorer/)<span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">.</span></span><span class="EOP  BCX0 SCXO174685748"> </span>
2. <span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">Go to the folder C:\\Users and look for the user name which you want to delete. The appropriate folder contains everything related to the user profile, so you just need to delete this folder.</span></span><span class="EOP  BCX0 SCXO174685748"> </span>

<div class="OutlineElement Ltr  BCX0 SCXO174685748"><div class="WACImageContainer  BCX0 SCXO174685748" role="presentation"><span aria-hidden="true" class="WACAltTextDescribedBy  BCX0 SCXO174685748" id="bkmrk--4"></span>![Select User Profile Folder]()</div></div><div class="OutlineElement Ltr  BCX0 SCXO174685748">  
</div></div></div></div><span class="EOP  BCX0 SCXO174685748"> </span>

<div class="OutlineContainer OutlineContainerDisplayWrapper  BCX0 SCXO174685748" id="bkmrk-now%2C-open%E2%80%AFregistry-e"><div class="Outline  BCX0 SCXO174685748"><div class="OutlineElement Ltr  BCX0 SCXO174685748"><div class="OutlineElement Ltr  BCX0 SCXO174685748">  
</div><div class="OutlineElement Ltr  BCX0 SCXO174685748"><div class="WACImageContainer  BCX0 SCXO174685748" role="presentation"><span aria-hidden="true" class="WACAltTextDescribedBy  BCX0 SCXO174685748" id="bkmrk--5"></span>![Delete User Profile Folder Windows 10]()</div></div>3. <span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">Now, open </span></span>[<span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">Registry Editor</span></span>](https://winaero.com/blog/windows-registry-editor-for-dummies/)<span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">.</span></span><span class="EOP  BCX0 SCXO174685748"> </span>
4. <span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">Go to the following Registry key.</span></span><span class="LineBreakBlob BlobObject DragDrop  BCX0 SCXO174685748"><span class="BCX0 SCXO174685748"> </span>  
    </span><span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">HKEY\_LOCAL\_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\ProfileList</span></span><span class="LineBreakBlob BlobObject DragDrop  BCX0 SCXO174685748"><span class="BCX0 SCXO174685748"> </span>  
    </span><span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">See how to go to a Registry key </span></span>[<span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">with one click</span></span>](http://winaero.com/blog/how-to-jump-to-the-desired-registry-key-with-one-click/)<span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">.</span></span><span class="EOP  BCX0 SCXO174685748"> </span>
5. <span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">On the left, go through the subkeys. For each subkey, look for the value data of the </span></span><span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">ProfileImagePath</span></span><span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748"> string value. Once you find the one which points to the deleted user profile, remove it. See the following screenshot:</span></span><span class="EOP  BCX0 SCXO174685748"> </span>

<div class="OutlineElement Ltr  BCX0 SCXO174685748"><div class="WACImageContainer  BCX0 SCXO174685748" role="presentation"><span aria-hidden="true" class="WACAltTextDescribedBy  BCX0 SCXO174685748" id="bkmrk--6"></span>![Registry Profile Path]()</div></div></div><div class="OutlineElement Ltr  BCX0 SCXO174685748">  
</div></div></div><span class="TextRun Highlight  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">That's it! You just deleted the user profile for the account. It will be re-created using defaults the next time the user signs in.</span></span><span class="EOP  BCX0 SCXO174685748"> </span>

<span class="EOP  BCX0 SCXO174685748"> </span>

<span class="TextRun  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">From &lt;</span></span>[<span class="TextRun  BCX0 SCXO174685748" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">https://winaero.com/blog/delete-user-profile-windows-10/</span></span>](https://winaero.com/blog/delete-user-profile-windows-10/)<span class="TextRun  BCX0 SCXO174685748" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">&gt; </span></span><span class="EOP  BCX0 SCXO174685748"> </span>

<span class="EOP  BCX0 SCXO174685748"> </span>

<span class="EOP  BCX0 SCXO174685748"> </span>

<span class="EOP  BCX0 SCXO174685748"> </span>

[<span class="TextRun  BCX0 SCXO174685748" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">https://winaero.com/blog/delete-user-profile-windows-10/</span></span>](https://winaero.com/blog/delete-user-profile-windows-10/)<span class="EOP  BCX0 SCXO174685748"> </span>

[<span class="TextRun  BCX0 SCXO174685748" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO174685748">https://us-clover.passportalmsp.com/digidocs/digidoc/app/4337118/340870#/view</span></span>](https://us-clover.passportalmsp.com/digidocs/digidoc/app/4337118/340870#/view)<span class="EOP  BCX0 SCXO174685748"></span>

# Remove from Domain

<span class="TextRun SCXO130083955 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO130083955 BCX0">Cmd</span></span><span class="EOP SCXO130083955 BCX0"> </span>

<span class="EOP SCXO130083955 BCX0"> </span>

<span class="EOP SCXO130083955 BCX0"> </span>

<span class="EOP SCXO130083955 BCX0"> </span>

<span class="TextRun SCXO130083955 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO130083955 BCX0">netdom remove RHSC-14-HVSRV01 /domain:RHSC.local</span></span><span class="EOP SCXO130083955 BCX0"> </span>

<span class="EOP SCXO130083955 BCX0"> </span>

<span class="EOP SCXO130083955 BCX0"> </span>

<span class="EOP SCXO130083955 BCX0"> </span>

<span class="TextRun SCXO130083955 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO130083955 BCX0">POWERSHELL</span></span><span class="EOP SCXO130083955 BCX0"> </span>

<span class="TextRun SCXO130083955 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO130083955 BCX0">$cmpter = hostname</span></span><span class="EOP SCXO130083955 BCX0"> </span>

<span class="TextRun SCXO130083955 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO130083955 BCX0">netdom remove $cmpter /domain:$env:USERDOMAIN</span></span><span class="EOP SCXO130083955 BCX0"> </span>

<span class="EOP SCXO130083955 BCX0"></span>

# Remove Local Printer

<span class="TextRun SCXO140773626 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO140773626 BCX0">RUNDLL32 printui.dll, PrintUIEntry /dl /n "HP Color LaserJet 2600n (Copy 1)"</span></span><span class="EOP SCXO140773626 BCX0"> </span>

<span class="TextRun SCXO140773626 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO140773626 BCX0">RUNDLL32 printui.dll, PrintUIEntry /dl /n "Generic /Text Only Test"</span></span><span class="EOP SCXO140773626 BCX0"> </span>

<span class="TextRun SCXO140773626 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO140773626 BCX0">RUNDLL32 printui.dll, PrintUIEntry /dl /n "HP Officejet Pro X576dw MFP PCL 6 (Network)"</span></span><span class="EOP SCXO140773626 BCX0"> </span>

<span class="TextRun SCXO140773626 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO140773626 BCX0">RUNDLL32 printui.dll, PrintUIEntry /dl /n "Fax - HP Officejet Pro X576dw MFP (Network)"</span></span><span class="EOP SCXO140773626 BCX0"> </span>

<span class="EOP SCXO140773626 BCX0"> </span>

<span class="TextRun SCXO140773626 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO140773626 BCX0">RUNDLL32 printui.dll, PrintUIEntry /dl /n "HPDCA377 (HP Photosmart 6520 series)"</span></span><span class="EOP SCXO140773626 BCX0"> </span>

<span class="EOP SCXO140773626 BCX0"> </span>

<span class="EOP SCXO140773626 BCX0"> </span>

<span class="EOP SCXO140773626 BCX0"> </span>

<span class="TextRun SCXO140773626 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO140773626 BCX0">RUNDLL32 printui.dll, PrintUIEntry /dl /n "Canon MB2300 series FAX"</span></span><span class="EOP SCXO140773626 BCX0"></span>

# Remove Network Printers

<span class="TextRun SCXO185097309 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO185097309 BCX0">You can remotely remove the printer from the registry (I assume you have </span></span><span class="EOP SCXO185097309 BCX0"> </span>

<span class="TextRun SCXO185097309 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO185097309 BCX0">admin rights on the remote system). </span></span><span class="EOP SCXO185097309 BCX0"> </span>

<span class="EOP SCXO185097309 BCX0"> </span>

<span class="TextRun SCXO185097309 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO185097309 BCX0">HKCU\\printers\\connections</span></span><span class="EOP SCXO185097309 BCX0"> </span>

<span class="EOP SCXO185097309 BCX0"> </span>

<span class="TextRun SCXO185097309 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO185097309 BCX0">just delete the key for the old printer then stop/start the spooler </span></span><span class="EOP SCXO185097309 BCX0"> </span>

<span class="EOP SCXO185097309 BCX0"> </span>

<span class="TextRun SCXO185097309 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO185097309 BCX0">Pasted from &lt;</span></span>[<span class="TextRun SCXO185097309 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO185097309 BCX0">http://help.lockergnome.com/windows/Removing-ers-remotely--ftopict440987.html</span></span>](http://help.lockergnome.com/windows/Removing-ers-remotely--ftopict440987.html)<span class="TextRun SCXO185097309 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO185097309 BCX0">&gt; </span></span><span class="EOP SCXO185097309 BCX0"> </span>

<span class="EOP SCXO185097309 BCX0"> </span>

<span class="EOP SCXO185097309 BCX0"> </span>

<span class="EOP SCXO185097309 BCX0"> </span>

<span class="EOP SCXO185097309 BCX0"> </span>

<span class="TextRun SCXO185097309 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO185097309 BCX0">To remove stuck print jobs:</span></span><span class="EOP SCXO185097309 BCX0"> </span>

<span class="EOP SCXO185097309 BCX0"> </span>

<span class="TextRun SCXO185097309 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO185097309 BCX0">net stop spooler</span></span><span class="EOP SCXO185097309 BCX0"> </span>

<span class="TextRun SCXO185097309 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO185097309 BCX0">del %systemroot%\\system32\\spool\\printers\\\*.shd</span></span><span class="EOP SCXO185097309 BCX0"> </span>

<span class="TextRun SCXO185097309 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO185097309 BCX0">del %systemroot%\\system32\\spool\\printers\\\*.spl</span></span><span class="EOP SCXO185097309 BCX0"> </span>

<span class="TextRun SCXO185097309 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO185097309 BCX0">net start spooler</span></span><span class="EOP SCXO185097309 BCX0"> </span>

<span class="EOP SCXO185097309 BCX0"> </span>

<span class="TextRun SCXO185097309 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO185097309 BCX0">From &lt;</span></span>[<span class="TextRun SCXO185097309 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO185097309 BCX0">https://support.microsoft.com/en-us/kb/946737</span></span>](https://support.microsoft.com/en-us/kb/946737)<span class="TextRun SCXO185097309 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO185097309 BCX0">&gt; </span></span><span class="EOP SCXO185097309 BCX0"> </span>

<span class="EOP SCXO185097309 BCX0"> </span>

<span class="EOP SCXO185097309 BCX0"> </span>

<span class="EOP SCXO185097309 BCX0"> </span>

<span class="EOP SCXO185097309 BCX0"> </span>

<span class="EOP SCXO185097309 BCX0"> </span>

<span class="EOP SCXO185097309 BCX0"> </span>

<span class="EOP SCXO185097309 BCX0"> </span>

<span class="EOP SCXO185097309 BCX0"> </span>

<span class="EOP SCXO185097309 BCX0"> </span>

<span class="TextRun SCXO185097309 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO185097309 BCX0">"Remove-Printer -Name ""\*ServerName\*"""</span></span><span class="EOP SCXO185097309 BCX0"> </span>

<span class="EOP SCXO185097309 BCX0"> </span>

<span class="TextRun SCXO185097309 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO185097309 BCX0">"Get-Printer -Name ""\*ServerName\*"""</span></span><span class="EOP SCXO185097309 BCX0"></span>

# Remove Profile

<span class="TextRun  BCX0 SCXO155564115" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO155564115">If you have a corrupt profile in Windows 10 there are two easy ways to remove it and rebuild it:</span></span><span class="EOP  BCX0 SCXO155564115"> </span>

<span class="EOP  BCX0 SCXO155564115"> </span>

<span class="TextRun  BCX0 SCXO155564115" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO155564115">1: REMOVE CORRUPT WINDOWS PROFILE USING GUI:</span></span><span class="EOP  BCX0 SCXO155564115"> </span>

<span class="TextRun  BCX0 SCXO155564115" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO155564115">CONTROL PANEL &gt; SYSTEM AND SECURITY &gt; SYSTEM &gt; ADVANCED SYSTEM SETTINGS (from the menu on the LEFT)</span></span><span class="EOP  BCX0 SCXO155564115"> </span>

<span class="TextRun  BCX0 SCXO155564115" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO155564115">.</span></span><span class="EOP  BCX0 SCXO155564115"> </span>

<span class="TextRun  BCX0 SCXO155564115" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO155564115">Click SETTINGS button in the USER PROFILES section</span></span><span class="EOP  BCX0 SCXO155564115"> </span>

<span class="TextRun  BCX0 SCXO155564115" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO155564115">.</span></span><span class="EOP  BCX0 SCXO155564115"> </span>

<span class="TextRun  BCX0 SCXO155564115" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO155564115">Click on the user that has issues and click the DELETE button (note that you can not delete the profile you are using)</span></span><span class="EOP  BCX0 SCXO155564115"> </span>

<span class="TextRun  BCX0 SCXO155564115" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO155564115">2: REMOVE CORRUPT WINDOWS PROFILE MANUALLY:</span></span><span class="EOP  BCX0 SCXO155564115"> </span>

<span class="TextRun  BCX0 SCXO155564115" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO155564115">Open File Explorer (This PC) and go to C:\\USERS\\</span></span><span class="EOP  BCX0 SCXO155564115"> </span>

<span class="TextRun  BCX0 SCXO155564115" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO155564115">.</span></span><span class="EOP  BCX0 SCXO155564115"> </span>

<span class="TextRun  BCX0 SCXO155564115" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO155564115">Right click on the profile you want to remove and select DELETE</span></span><span class="EOP  BCX0 SCXO155564115"> </span>

<span class="TextRun  BCX0 SCXO155564115" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO155564115">.</span></span><span class="EOP  BCX0 SCXO155564115"> </span>

<span class="TextRun  BCX0 SCXO155564115" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO155564115">remove-corrupt-windows10-profile-manuallyOpen RegEdit</span></span><span class="EOP  BCX0 SCXO155564115"> </span>

<span class="TextRun  BCX0 SCXO155564115" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO155564115">.</span></span><span class="EOP  BCX0 SCXO155564115"> </span>

<span class="TextRun  BCX0 SCXO155564115" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO155564115">Expand HKLM &gt; SOFTWARE &gt; MICROSOSFT &gt; WINDOWS NT &gt; CURRENTVERSION &gt; PROFILELIST</span></span><span class="EOP  BCX0 SCXO155564115"> </span>

<span class="TextRun  BCX0 SCXO155564115" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO155564115">.</span></span><span class="EOP  BCX0 SCXO155564115"> </span>

<span class="TextRun  BCX0 SCXO155564115" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO155564115">Click on each entry until you see the PROFILE IMAGE PATH that matches the one you want to delete</span></span><span class="EOP  BCX0 SCXO155564115"> </span>

<span class="TextRun  BCX0 SCXO155564115" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO155564115">.</span></span><span class="EOP  BCX0 SCXO155564115"> </span>

<span class="TextRun  BCX0 SCXO155564115" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO155564115">Right click on that entry and select DELETE</span></span><span class="EOP  BCX0 SCXO155564115"> </span>

<span class="TextRun  BCX0 SCXO155564115" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO155564115">Reboot and sign in with the username you just removed and a nice new profile should be created.</span></span><span class="EOP  BCX0 SCXO155564115"></span>

# Repair Windows

<span class="TextRun  BCX0 SCXO64186588" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">There are several ways to repair Windows when corrupt. Running sfc /scannow is a good start. If this does not repair then you can try the DISM tool. A good article about the DISM tool can be found here:</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="EOP  BCX0 SCXO64186588"> </span>

[<span class="TextRun  BCX0 SCXO64186588" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">http://www.windowscentral.com/how-use-dism-command-line-utility-repair-windows-10-image</span></span>](http://www.windowscentral.com/how-use-dism-command-line-utility-repair-windows-10-image)<span class="EOP  BCX0 SCXO64186588"> </span>

<span class="EOP  BCX0 SCXO64186588"> </span>

<span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">&lt;img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=220642544984887&amp;ev=PageView&amp;noscript=1"/&gt; </span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Before you begin</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">It's important to note that you'll be making changes to your computer, as such it's recommended to do a </span></span>[<span class="TextRun  BCX0 SCXO64186588" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">full backup</span></span>](http://www.windowscentral.com/how-make-full-backup-windows-pc)<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> or </span></span>[<span class="TextRun  BCX0 SCXO64186588" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">create a system restore point</span></span>](http://www.windowscentral.com/how-configure-system-restore-windows-10)<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> in case things go wrong, and you need to rollback the changes.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">How to run DISM commands to fix Windows 10</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">There are three main options you can use with DISM to repair the Windows image on your computer, including CheckHealth, ScanHealth, and RestoreHealh -- and you want to use them in this order.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Using DISM with the CheckHealth option</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Use the DISM command with the /CheckHealth switch to verify whether any corruption has been detected. This command can only be used to see if corruption exists, but it doesn't perform any repairs.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">To run the command do the following:</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

1. <span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Use the </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Windows key + X</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> keyboard shortcut to open the Power User menu and select </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Command Prompt (Admin)</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>
2. <span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Type the following command and press </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Enter</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">:</span></span><span class="LineBreakBlob BlobObject DragDrop  BCX0 SCXO64186588"><span class="BCX0 SCXO64186588"> </span>  
    </span><span class="TextRun Highlight  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">DISM /Online /Cleanup-Image /CheckHealth</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<div class="OutlineElement Ltr  BCX0 SCXO64186588" id="bkmrk-"><div class="WACImageContainer Selected  BCX0 SCXO64186588" role="presentation"><span aria-hidden="true" class="WACAltTextDescribedBy  BCX0 SCXO64186588" id="bkmrk--1"></span>![](http://bookstack.coltscomputer.services/uploads/images/gallery/2023-12/embedded-image-ryhunjp7.jpeg)</div></div><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Using DISM with the ScanHealth option</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Use the DISM command with the /ScanHealth switch to scan the Windows </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">image</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> for any corruption. Unlike the /CheckHealth, the /ScanHealth witch can take up to 10 minutes to complete the process.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">To run the command do the following:</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

3. <span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Use the </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Windows key + X</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> keyboard shortcut to open the Power User menu and select </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Command Prompt (Admin)</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>
4. <span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Type the following command and press </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Enter</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">:</span></span><span class="LineBreakBlob BlobObject DragDrop  BCX0 SCXO64186588"><span class="BCX0 SCXO64186588"> </span>  
    </span><span class="TextRun Highlight  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">DISM /Online /Cleanup-Image /ScanHealth</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<div class="OutlineElement Ltr  BCX0 SCXO64186588" id="bkmrk--2"><div class="WACImageContainer Selected  BCX0 SCXO64186588" role="presentation"><span aria-hidden="true" class="WACAltTextDescribedBy  BCX0 SCXO64186588" id="bkmrk--3"></span>![](http://bookstack.coltscomputer.services/uploads/images/gallery/2023-12/embedded-image-nkr7bv5b.jpeg)</div></div><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Using DISM with the RestoreHearlh option</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Use the DISM command with the /RestoreHealth switch to scan the Windows image for any corruption and to perform a repair automatically. Unlike the /ScanHealth switch, the /RestoreHealth switch can take up to 20 minutes to complete the process.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">To run the command do the following:</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

5. <span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Use the </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Windows key + X</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> keyboard shortcut to open the Power User menu and select </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Command Prompt (Admin)</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>
6. <span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Type the following command and press </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Enter</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">:</span></span><span class="LineBreakBlob BlobObject DragDrop  BCX0 SCXO64186588"><span class="BCX0 SCXO64186588"> </span>  
    </span><span class="TextRun Highlight  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">DISM /Online /Cleanup-Image /RestoreHealth</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<div class="OutlineElement Ltr  BCX0 SCXO64186588" id="bkmrk--4"><div class="WACImageContainer Selected  BCX0 SCXO64186588" role="presentation"><span aria-hidden="true" class="WACAltTextDescribedBy  BCX0 SCXO64186588" id="bkmrk--5"></span>![](http://bookstack.coltscomputer.services/uploads/images/gallery/2023-12/embedded-image-4o6ldt7f.jpeg)</div></div><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Note:</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> While the running DISM using the /RestoreHealth or /ScanHealth, you will notice the process will seem stuck at 20% or 40%, but it's normal behavior. After a few minutes, the operation will finish as expected.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">When you run the command mentioned above, DISM will try to use Windows Update to replace the damaged files. However, if the problem has also extended to the Windows Update components, then you'll need to specify a source containing the known good files to repair the image.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Using DISM with the RestoreHearlh and Source options</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">You can specify a new location for the known good files by using the /Source switch alongside /RestoreHealth.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Before you can use the repair commands, you will either need a copy of the </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">install.wim</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> file from another computer, a Windows 10 installation media, or the Windows 10 ISO file. It's also </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">very important</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> that the source of the known good files matches the same version, edition, and language of the operating system you're using.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">You can download the ISO for Windows 10 using these instructions:</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

7. <span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Visit the Microsoft </span></span>[<span class="TextRun  BCX0 SCXO64186588" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Windows 10 download page</span></span>](http://www.windowscentral.com/e?link=http%3A%2F%2Fclkde.tradedoubler.com%2Fclick%3Fp%3D259740%26a%3D2542549%26g%3D0%26epi%3DUUwpUdUnU38864%26url%3Dhttps%253A%252F%252Fwww.microsoft.com%252Fen-us%252Fsoftware-download%252Fwindows10&token=3BvfZPM6)<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>
8. <span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Click the </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Download tool now</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> button.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>
9. <span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Double-click the file to run the Media Creation Tool.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>
10. <span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Follow the on-screen directions to create an ISO file with the same version and edition of your current version of Windows 10.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>
11. <span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Once the process completes, double-click the file to mount the ISO, and note the drive letter as you'll need it set the source path.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Note:</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> If you come across any issues using the ISO using the Media Creation Tool, you can try downloading the Windows 10 installation files from the </span></span>[<span class="TextRun  BCX0 SCXO64186588" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Microsoft's Tech Bench Upgrade Program site</span></span>](http://www.windowscentral.com/e?link=http%3A%2F%2Fclkde.tradedoubler.com%2Fclick%3Fp%3D259740%26a%3D2542549%26g%3D0%26epi%3DUUwpUdUnU38864%26url%3Dhttps%253A%252F%252Fwww.microsoft.com%252Fen-us%252Fsoftware-download%252Ftechbench&token=W0AWln48)<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Now you are ready to run the command to fix the Windows image:</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

12. <span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Use the </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Windows key + X</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> keyboard shortcut to open the Power User menu and select </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Command Prompt (Admin)</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>
13. <span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Type the following command and press </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Enter</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">:</span></span><span class="LineBreakBlob BlobObject DragDrop  BCX0 SCXO64186588"><span class="BCX0 SCXO64186588"> </span>  
    </span><span class="TextRun Highlight  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">DISM /Online /Cleanup-Image /RestoreHealth /Source:repairSource\\install.wim</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<div class="OutlineElement Ltr  BCX0 SCXO64186588" id="bkmrk--6"><div class="WACImageContainer Selected  BCX0 SCXO64186588" role="presentation"><span aria-hidden="true" class="WACAltTextDescribedBy  BCX0 SCXO64186588" id="bkmrk--7"></span>![](http://bookstack.coltscomputer.services/uploads/images/gallery/2023-12/embedded-image-hvzydew8.jpeg)</div></div><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Or you can also run the following to limit the use of Windows Update:</span></span><span class="LineBreakBlob BlobObject DragDrop  BCX0 SCXO64186588"><span class="BCX0 SCXO64186588"> </span>  
</span><span class="TextRun Highlight  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">DISM /Online /Cleanup-Image /RestoreHealth /Source:repairSource\\install.wim /LimitAccess</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<div class="OutlineElement Ltr  BCX0 SCXO64186588" id="bkmrk--8"><div class="WACImageContainer Selected  BCX0 SCXO64186588" role="presentation"><span aria-hidden="true" class="WACAltTextDescribedBy  BCX0 SCXO64186588" id="bkmrk--9"></span>![](http://bookstack.coltscomputer.services/uploads/images/gallery/2023-12/embedded-image-abqdvyzu.jpeg)</div></div><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Alternatively, you can also use following variant of the previous command to accomplish the same task:</span></span><span class="LineBreakBlob BlobObject DragDrop  BCX0 SCXO64186588"><span class="BCX0 SCXO64186588"> </span>  
</span><span class="TextRun Highlight  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">DISM /Online /Cleanup-Image /RestoreHealth /Source:wim:repairSource\\install.wim:1 /LimitAccess</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Note:</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> Remember to replace "repairSource" for the path to the source with known good files. For example, </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">D:\\Sources\\install.wim</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">The command will perform a Windows image repair using the known good files included within the </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">install.wim</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> file using the Windows 10 installation media, and without trying to use Windows Update as a source to download the required files for repair.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Using DISM with an install.ESD file</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Alternatively, you can not only specify a source pointing to install.WIM, but you can also use an </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">install.ESD</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> file, which is an encrypted version of Windows image.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">If you have </span></span>[<span class="TextRun  BCX0 SCXO64186588" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">upgraded to Windows 10</span></span>](http://www.windowscentral.com/how-to-upgrade-windows-7-windows-10)<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> from a previous version of the operating system, the installation files may still stored on the </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">C:</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> drive, which means that you may just have a source of known good files.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">To use the install.esd to repair the Windows image in your computer use the following steps:</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

14. <span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Use the </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Windows key + X</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> keyboard shortcut to open the Power User menu and select </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Command Prompt (Admin)</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>
15. <span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Type the following command and press </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Enter</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">:</span></span><span class="LineBreakBlob BlobObject DragDrop  BCX0 SCXO64186588"><span class="BCX0 SCXO64186588"> </span>  
    </span><span class="TextRun Highlight  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">DISM /Online /Cleanup-Image /RestoreHealth /Source:C:\\$Windows.~BT\\Sources\\Install.esd</span></span><span class="LineBreakBlob BlobObject DragDrop  BCX0 SCXO64186588"><span class="BCX0 SCXO64186588"> </span>  
    </span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Or you can also run the following to limit the use of Windows Update:</span></span><span class="LineBreakBlob BlobObject DragDrop  BCX0 SCXO64186588"><span class="BCX0 SCXO64186588"> </span>  
    </span><span class="TextRun Highlight  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">DISM /Online /Cleanup-Image /RestoreHealth /Source:C:\\$Windows.~BT\\Sources\\Install.esd /LimitAccess</span></span><span class="LineBreakBlob BlobObject DragDrop  BCX0 SCXO64186588"><span class="BCX0 SCXO64186588"> </span>  
    </span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Alternatively, you can also use following variant of the previous command to accomplish the same task:</span></span><span class="LineBreakBlob BlobObject DragDrop  BCX0 SCXO64186588"><span class="BCX0 SCXO64186588"> </span>  
    </span><span class="TextRun Highlight  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">DISM /Online /Cleanup-Image /RestoreHealth /Source:esd:C:\\$Windows.~BT\\Sources\\Install.esd:1 /LimitAccess</span></span><span class="LineBreakBlob BlobObject DragDrop  BCX0 SCXO64186588"><span class="BCX0 SCXO64186588"> </span>  
    </span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Or if the install.esd is located on another drive use the following command:</span></span><span class="LineBreakBlob BlobObject DragDrop  BCX0 SCXO64186588"><span class="BCX0 SCXO64186588"> </span>  
    </span><span class="TextRun Highlight  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">DISM /Online /Cleanup-Image /RestoreHealth /Source:repairSource\\Install.esd</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<div class="OutlineElement Ltr  BCX0 SCXO64186588" id="bkmrk--10"><div class="WACImageContainer Selected  BCX0 SCXO64186588" role="presentation"><span aria-hidden="true" class="WACAltTextDescribedBy  BCX0 SCXO64186588" id="bkmrk--11"></span>![](http://bookstack.coltscomputer.services/uploads/images/gallery/2023-12/embedded-image-yu4qp42k.jpeg)</div></div><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Note:</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> Remember to replace "repairSource" for the path to the source with known good files. For example, </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">D:\\Sources\\install.esd</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">The Deployment Image Servicing and Management (DISM) utility will always create a log file at </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">%windir%/Logs/CBS/CBS.log</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> capturing any problems the command-line utility fixed or found.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">How to repair Windows 10 problems</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">The instructions you've learned thus far are to repair the Windows image. Now you can use the Windows image to fix the problems in your Windows 10 installation using the System File Checker (SFC) utility.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

16. <span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Use the </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Windows key + X</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588"> keyboard shortcut to open the Power User menu and select </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Command Prompt (Admin)</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">.</span></span><span class="EOP  BCX0 SCXO64186588"> </span>
17. <span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">In the Command Prompt type the following command and press </span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">Enter</span></span><span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">:</span></span><span class="LineBreakBlob BlobObject DragDrop  BCX0 SCXO64186588"><span class="BCX0 SCXO64186588"> </span>  
    </span><span class="TextRun Highlight  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">sfc /scannow</span></span><span class="EOP  BCX0 SCXO64186588"> </span>

<span class="EOP  BCX0 SCXO64186588"> </span>

<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">From &lt;</span></span>[<span class="TextRun  BCX0 SCXO64186588" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">http://www.windowscentral.com/how-use-dism-command-line-utility-repair-windows-10-image</span></span>](http://www.windowscentral.com/how-use-dism-command-line-utility-repair-windows-10-image)<span class="TextRun  BCX0 SCXO64186588" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun  BCX0 SCXO64186588">&gt; </span></span><span class="EOP  BCX0 SCXO64186588"></span>

# Reset-ComputerMachinePassword

# Reset-Computer<wbr>Machine<wbr>Password</wbr></wbr>

<div class="display-flex-tablet justify-content-space-between-tablet" id="bkmrk-reference">- Reference

<div class="margin-block-xxs display-none-print" data-hide-on-archived="" id="bkmrk-"></div></div><div class="metadata" id="bkmrk-module%3A-microsoft.po"><dl class="attributeList"><dt>Module:</dt><dd>[Microsoft.PowerShell.Management](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/?view=powershell-5.1)</dd></dl></div>Resets the machine account password for the computer.

## Syntax

<div class="codeHeader" data-bi-name="code-header" id="bkmrk-powershell"><span class="language">PowerShell</span></div>```
Reset-ComputerMachinePassword
     [-Server <String>]
     [-Credential <PSCredential>]
     [-WhatIf]
     [-Confirm]
     [<CommonParameters>]
```

## Description

The `Reset-ComputerMachinePassword` cmdlet changes the computer account password that the computers use to authenticate to the domain controllers in the domain. You can use it to reset the password of the local computer.

## Examples

### Example 1: Reset the password for the local computer

<div class="codeHeader" data-bi-name="code-header" id="bkmrk-powershell-1"><span class="language">PowerShell</span></div>```
Reset-ComputerMachinePassword
```

This command resets the computer password for the local computer. The command runs with the credentials of the current user.

### Example 2: Reset the password for the local computer by using a specified domain controller

<div class="codeHeader" data-bi-name="code-header" id="bkmrk-powershell-2"><span class="language">PowerShell</span></div>```
Reset-ComputerMachinePassword -Server "DC01" -Credential Domain01\Admin01
```

This command resets the computer password of the local computer by using the DC01 domain controller. It uses the **Credential** parameter to specify a user account that has permission to reset a computer password in the domain.

### Example 3: Reset the password on a remote computer

<div class="codeHeader" data-bi-name="code-header" id="bkmrk-powershell-3"><span class="language">PowerShell</span></div>```
$cred = Get-Credential
Invoke-Command -ComputerName "Server01" -ScriptBlock {Reset-ComputerMachinePassword -Credential $using:cred}
```

This command uses the Invoke-Command cmdlet to run a `Reset-ComputerMachinePassword` command on the Server01 remote computer.

For more information about remote commands in Windows PowerShell, see [about\_Remote](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_remote?view=powershell-5.1) and `Invoke-Command`.

## Parameters

### -Confirm

Prompts you for confirmation before running the cmdlet.

<div class="parameterInfo" id="bkmrk-type%3A-switchparamete"><div class="buttons buttons-right margin-bottom-none margin-top-sm">  
</div><div class="has-inner-focus"><table aria-label="Table 1" class="table stack table-sm margin-top-none"><tbody><tr><td>Type:</td><td>[SwitchParameter](https://learn.microsoft.com/en-us/dotnet/api/system.management.automation.switchparameter)</td></tr><tr><td>Aliases:</td><td>cf</td></tr><tr><td>Position:</td><td>Named</td></tr><tr><td>Default value:</td><td>False</td></tr><tr><td>Required:</td><td>False</td></tr><tr><td>Accept pipeline input:</td><td>False</td></tr><tr><td>Accept wildcard characters:</td><td>False</td></tr></tbody></table>

</div></div>### -Credential

Specifies a user account that has permission to perform this action. The default is the current user.

Type a user name, such as User01 or Domain01\\User01, or enter a **PSCredential** object, such as one generated by the `Get-Credential` cmdlet. If you type a user name, this cmdlet prompts you for a password.

This parameter was introduced in Windows PowerShell 3.0.

<div class="parameterInfo" id="bkmrk-type%3A-pscredential-p"><div class="buttons buttons-right margin-bottom-none margin-top-sm">  
</div><div class="has-inner-focus"><table aria-label="Table 2" class="table stack table-sm margin-top-none"><tbody><tr><td>Type:</td><td>[PSCredential](https://learn.microsoft.com/en-us/dotnet/api/system.management.automation.pscredential)</td></tr><tr><td>Position:</td><td>Named</td></tr><tr><td>Default value:</td><td>None</td></tr><tr><td>Required:</td><td>False</td></tr><tr><td>Accept pipeline input:</td><td>False</td></tr><tr><td>Accept wildcard characters:</td><td>False</td></tr></tbody></table>

</div></div>### -Server

Specifies the name of a domain controller to use when this cmdlet sets the computer account password.

This parameter is optional. If you omit this parameter, a domain controller is chosen to service the command.

<div class="parameterInfo" id="bkmrk-type%3A-string-positio"><div class="buttons buttons-right margin-bottom-none margin-top-sm">  
</div><div class="has-inner-focus"><table aria-label="Table 3" class="table stack table-sm margin-top-none"><tbody><tr><td>Type:</td><td>[String](https://learn.microsoft.com/en-us/dotnet/api/system.string)</td></tr><tr><td>Position:</td><td>Named</td></tr><tr><td>Default value:</td><td>None</td></tr><tr><td>Required:</td><td>False</td></tr><tr><td>Accept pipeline input:</td><td>False</td></tr><tr><td>Accept wildcard characters:</td><td>False</td></tr></tbody></table>

</div></div>### -WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

<div class="parameterInfo" id="bkmrk-type%3A-switchparamete-1"><div class="buttons buttons-right margin-bottom-none margin-top-sm">  
</div><div class="has-inner-focus"><table aria-label="Table 4" class="table stack table-sm margin-top-none"><tbody><tr><td>Type:</td><td>[SwitchParameter](https://learn.microsoft.com/en-us/dotnet/api/system.management.automation.switchparameter)</td></tr><tr><td>Aliases:</td><td>wi</td></tr><tr><td>Position:</td><td>Named</td></tr><tr><td>Default value:</td><td>False</td></tr><tr><td>Required:</td><td>False</td></tr><tr><td>Accept pipeline input:</td><td>False</td></tr><tr><td>Accept wildcard characters:</td><td>False</td></tr></tbody></table>

</div></div>## Inputs

**<span class="no-loc xref">None</span>**

You cannot pipe input to this cmdlet.

## Outputs

**<span class="no-loc xref">None</span>**

This cmdlet does not generate any output.

# Sticky Keys Trick

[https://www.thewindowsclub.com/reset-administrator-password-windows-sticky-keys](https://www.thewindowsclub.com/reset-administrator-password-windows-sticky-keys)

For a general Windows user, resetting a **lost or forgotten administrative password** can be a bit troublesome if you don’t have the proper tools and techniques to reset it, depending on the underlying OS that you’re using. However, there are several third-party [free password recovery tools](https://www.thewindowsclub.com/free-password-recovery-tools) available in the market that can help you reset your password, but that’s not our topic here. In this guide, we show you how to reset &amp; [recover a lost or forgotten Windows password](https://www.thewindowsclub.com/recover-from-lost-forgotten-password-regain-access-computer) using a simple **Sticky Keys** trick.

[Sticky Keys](https://www.thewindowsclub.com/sticky-keys-backdoor-scanner) enables users to enter key combinations by pressing keys in sequence rather than simultaneously. This is desirable, especially for users who cannot press the keys in combination due to some physical challenges. Although the method of enabling Sticky keys helps simplify various tasks, its system files can be replaced.

You can replace an [Ease of Access](https://www.thewindowsclub.com/ease-access-settings-windows-10) system file like **sethc.exe**, with a Command Prompt, and then use **cmd.exe** to make system changes.

<div class="widget" id="bkmrk-">  
</div>Before proceeding with this method, please make a note of the following:

1. When you [reset a Windows password](https://www.thewindowsclub.com/how-to-recover-lost-or-forgotton-windows-login-password), all the files that have been compressed/encrypted using tools such as *Encrypting File Systems (EFS)* will be lost.
2. Stored Internet Explorer passwords and settings will be lost as well.

So if you have a **backup** it will be good for you.

<div class="widget" id="bkmrk--1">  
</div>**TIP**: Our [Ease Of Access Replacer](https://www.thewindowsclub.com/ease-access-replacer-replace-ease-access-button-windows-7-8-tools) lets you replace Ease of Access button in Windows with useful tools, including CMD.

## Reset Administrator password in Windows 11/10

For resetting the password, you will need a Windows PE bootable drive which can be used to access the command prompt where you will have to set the new password.

Follow the below steps once you have the Windows PE DVD booted and ready.

1\. Boot from the Windows PE DVD and open Command Prompt from the Advanced troubleshooting menu.

2\. Enter the drive letter where your Operating System is installed, which is usually the C: Drive. Initially, you should be on X: drive which is the default residence for Windows PE.

3\. Type in the below command after replacing C with the drive where Windows is installed on your PC.

```
copy C:\Windows\system32\sethc.exe C:\
```

![Reset Administrator password](https://www.thewindowsclub.com/wp-content/uploads/2016/10/Reset-Windows-Password-600x348.jpg "Reset Administrator password")

4\. After taking the backup of the original file, run the below command to replace it in the original location.

```
copy /y C:\Windows\system32\cmd.exe C:\windows\system32\sethc.exe
```

The above command should replace the sethc.exe file with the cmd.exe file.

5\. Now, restart your PC and navigate to the screen where it requires a password. Press the SHIFT key 5 times.

6\. A command prompt window should open where you can enter the below command and reset your account password. You can get the list of current users on your PC by using the command **net user**.

```
net user your_account  new_password
```

![How to reset forgotten Administrator password using sticky keys trick in Windows](https://www.thewindowsclub.com/wp-content/uploads/2016/10/Net-User-Reset-Password.png)

Well, that’s it! You should be able to reset the password now.

Once you are in, you should replace the cmd.exe file with the original sethc.exe system file.

\------------------------------------------------------------------------------------------------------------------------

<div class="content-center" id="bkmrk-on-windows-computers"><section id="bkmrk-on-windows-computers-1"><section class="section main-article-chapter" data-menu-title="The Sticky Keys Hack">1. On Windows computers, you press a special key to access the boot menu or BIOS. If your startup screen doesn't show you which key to press just before the Windows startup logo appears, reboot your computer and quickly press ESC, DELETE, F8, F9, F10, F11, or F12 right as it begins to start up. Search online for "boot menu" and the specific make and model of your computer to find the right key.
2. If the boot menu appears, select the **Boot from DVD** or **Boot from USB** option to boot from the Windows installation disc you inserted, then move on to step 5.
3. If the boot menu doesn't appear after a few restarts, try entering the BIOS menu instead: turn the computer off and on again, and press DELETE, F2, F9, F10, F12, or ESC. Search online for "BIOS" and your computer model to find the right key.
4. Once you're inside the BIOS, find the boot options and change the order or priority of your boot devices (often by using your arrow keys) to make the USB or DVD the top option. Then save the changes and exit the BIOS.
5. Reboot the computer again. You should briefly see the message <span style="font-family: courier new, courier, monospace;">Press any key to boot from CD or DVD</span> or <span style="font-family: courier new, courier, monospace;">Press any key to boot from USB device</span>. Press any key (such as the spacebar) *immediately* to boot from your DVD or USB.
6. When the Windows installation disc starts up, click **Next&gt;Repair your computer&gt;Troubleshoot&gt;Command Prompt**, as shown in Figure 2-2. The menu order or the option names might look different, but look for the Windows command prompt.

**Warning:** *Make sure you* don't install *Windows 10 -- that would wipe out all the files from the PC you're trying to recover!*

<figure class="main-article-image full-col" data-img-fullsize="https://cdn.ttgtmedia.com/rms/onlineimages/Figure_2_Go_Hack_Yourself_Bookshelf-f.jpg"><div class="imageWithCredit">![An image with four Windows setup screens.](https://cdn.ttgtmedia.com/rms/onlineimages/Figure_2_Go_Hack_Yourself_Bookshelf-f_mobile.jpg)</div>No Starch Press

<figcaption>Figure 2-2: Use the Windows installation disc to access the command prompt.</figcaption><div class="main-article-image-enlarge">  
</div></figure>7. Once you've reached the Windows command prompt (usually a black, text-based window), type **c:** and press **ENTER** to change to the C: drive, as shown here:  
    ```
    X:\> <strong>c:</strong>
    ```

8. Enter the command <span style="font-family: courier new, courier, monospace;">**dir**</span> to see a list of files and folders on the C: drive. Look for a folder called Windows (it will be marked &lt;DIR&gt;, short for *directory*).  
    ```
    C:\> <strong>dir<br></br></strong>  Volume in drive C is Windows 10<br></br>  Volume Serial Number is B4EF-FAC7<br></br>  Directory of C:\<br></br><em>--snip--<br></br></em>03/15/2018 02:51 AM   <DIR>     Users<br></br>05/19/2019 10:09 AM   <DIR>     Windows *1<br></br><em>--snip--</em>
    ```
    
    This folder (\*1) contains the operating system files, including the command prompt application and the Sticky Keys program file that we need to swap out to perform this hack.

9. If there's no *Windows* directory on the C: drive, try the same process in the D: drive by entering <span style="font-family: courier new, courier, monospace;">**d:**</span> and then <span style="font-family: courier new, courier, monospace;">**dir**</span>. If the D: drive doesn't have the *Windows* directory either, keep going through the alphabet (E:, F:, G:, and so on) until you find a drive containing *Windows* in its listing.

### Gaining Administrator-Level Access

Now to replace the *sethc.exe* Sticky Keys program with the *cmd.exe* command prompt program. Then we'll be able to create a new administrator account on the computer.

1. Enter the following three commands:  
    ```
    C:\> cd \Windows\System32\<br></br>C:\Windows\System32\>  <strong>copy  sethc.exe  sethc.bak</strong><br></br>C:\Windows\System32\>  <strong>copy  cmd.exe  sethc.exe</strong>
    ```
    
    These commands enter the directory where we can find both *sethc.exe* and *cmd.exe*, create a backup copy of the Sticky Keys program, and replace the original Sticky Keys program file with a copy of the command prompt program file. This way, whenever the computer runs *sethc.exe*, it will open a command prompt window in place of the Sticky Keys program.

<figure class="main-article-image half-col" data-img-fullsize="https://cdn.ttgtmedia.com/rms/onlineimages/Figure_3_Go_Hack_Yourself_Bookshelf-h.jpg"><div class="imageWithCredit">![An image of a lock screen with the message, '2017 Microsoft Corporation. All rights reserved.'](https://cdn.ttgtmedia.com/rms/onlineimages/Figure_3_Go_Hack_Yourself_Bookshelf-h_half_column_mobile.jpg)</div>No Starch Press

<figcaption>Figure 2-3: Opening a command prompt window</figcaption><div class="main-article-image-enlarge">  
</div></figure>2. After the third command, Windows will ask you if you want to overwrite *exe*. Enter <span style="font-family: courier new, courier, monospace;">**Y**</span> to proceed.
3. Remove the Windows 10 installation DVD or USB and reboot the computer.
4. When the PC boots to the login screen, press **SHIFT** five times. Instead of the usual Sticky Keys program, you should see a command prompt window pop up *in front* of the login screen, as shown in Figure 2-3.
5. Enter the following two commands into the command prompt window:  
    ```
    C:\Windows\System32\> <strong>net user ironman Jarvis /add<br></br></strong>C:\Windows\System32\> <strong>net localgroup  administrators ironman /add</strong>
    ```
    
    The first command adds a user account named *ironman* with the password *Jarvis* to the Windows computer. The second command adds the *ironman* user to the list of local administrators. This means that when we log in as *ironman*, we'll have administrator-level access to all the files on the computer.

<figure class="main-article-image half-col" data-img-fullsize="https://cdn.ttgtmedia.com/rms/onlineimages/Figure_4_Go_Hack_Yourself_Bookshelf-h.jpg"><div class="imageWithCredit">![An image of a lock screen with the message, 'C:\Windows\system32>net user ironman Jarvis /add.'](https://cdn.ttgtmedia.com/rms/onlineimages/Figure_4_Go_Hack_Yourself_Bookshelf-h_half_column_mobile.jpg)</div>No Starch Press

<figcaption>Figure 2-4: We've successfully added a user named ironman as an administrator on this computer.</figcaption><div class="main-article-image-enlarge">  
</div></figure>6. When you see a success message like the one in Figure 2-4, close the command prompt.

In addition to creating a new user account, you can also reset the password of an existing user from the command prompt window by entering <span style="font-family: courier new, courier, monospace;">**net user**</span> followed by the existing username and the new password you want to set -- for example, net user bryson Thisisyournewpassword!. However, you should never reset another person's password without their permission and the permission of the computer's owner.

<figure class="main-article-image half-col" data-img-fullsize="https://cdn.ttgtmedia.com/rms/onlineimages/Figure_5_Go_Hack_Yourself_Bookshelf-h.jpg"><div class="imageWithCredit">![An image of a locked screen with login.](https://cdn.ttgtmedia.com/rms/onlineimages/Figure_5_Go_Hack_Yourself_Bookshelf-h_half_column_mobile.jpg)</div>No Starch Press

<figcaption>Figure 2-5: You can now use the ironman user to log in to this Windows PC</figcaption><div class="main-article-image-enlarge">  
</div></figure>### Now You're an Administrator. Log In!

Congratulations! You now have access to the machine as an administrator. Go ahead and log in. Enter <span style="font-family: courier new, courier, monospace;">**.\\ironman**</span> as the username (or select **ironman** from the list of accounts, as shown in Figure 2-5). The dot and backslash before ironman tell Windows the account is local to the computer and not stored on a network server. After entering the username, enter the password, <span style="font-family: courier new, courier, monospace;">**Jarvis**</span>.

<figure class="main-article-image half-col" data-img-fullsize="https://cdn.ttgtmedia.com/rms/onlineimages/Figure_6_Go_Hack_Yourself_Bookshelf-h.jpg"><div class="imageWithCredit">![An image of a Windows File Explorer page.](https://cdn.ttgtmedia.com/rms/onlineimages/Figure_6_Go_Hack_Yourself_Bookshelf-h_half_column_mobile.jpg)</div>No Starch Press

<figcaption>Figure 2-6: As an administrator-level user, you can see all users' files, not just your own.</figcaption><div class="main-article-image-enlarge">  
</div></figure>Since we made the *ironman* user a member of the local administrators group, you should have administrator-level access to *all* files and folders, including all users and documents *in C:\\Users\\*, as shown in Figure 2-6.

When you click into another user's folder for the first time, you'll see a pop-up message saying you need permission to open another user's files, as shown in Figure 2-7. Since you're an administrator, click **Continue** to grant yourself permanent access!

The Sticky Keys hack works only on Windows machines. However, computers running macOS are vulnerable to physical access hacks as well.

<figure class="main-article-image full-col" data-img-fullsize="https://cdn.ttgtmedia.com/rms/onlineimages/Figure_7_Go_Hack_Yourself_Bookshelf.jpg"><div class="imageWithCredit">![An image with the message, 'You don't currently have permission to access this folder.'](https://cdn.ttgtmedia.com/rms/onlineimages/Figure_7_Go_Hack_Yourself_Bookshelf_mobile.jpg)</div>No Starch Press

<figcaption>Figure 2-7: Administrators can give themselves permission to access anyone's files on the same computer.</figcaption><div class="main-article-image-enlarge">  
</div></figure></section></section></div>

# Turn off, disable, or uninstall OneDrive

[https://support.microsoft.com/en-us/office/turn-off-disable-or-uninstall-onedrive-f32a17ce-3336-40fe-9c38-6efb09f944b0#:~:text=Click%20the%20Start%20button%2C%20then,the%20password%20or%20provide%20confirmation](https://support.microsoft.com/en-us/office/turn-off-disable-or-uninstall-onedrive-f32a17ce-3336-40fe-9c38-6efb09f944b0#:~:text=Click%20the%20Start%20button%2C%20then,the%20password%20or%20provide%20confirmation)[.](https://support.microsoft.com/en-us/office/turn-off-disable-or-uninstall-onedrive-f32a17ce-3336-40fe-9c38-6efb09f944b0#:~:text=Click%20the%20Start%20button%2C%20then,the%20password%20or%20provide%20confirmation.)

<section aria-labelledby="ID0EDL" class="ocpSection" id="bkmrk-unlink-onedrive%C2%A0from">## Unlink OneDrive from your computer

You won't lose files or data by unlinking OneDrive from your computer. You can always access your files by signing in to [OneDrive.com](https://go.microsoft.com/fwlink/p/?LinkID=251869).

**Windows 10/11**

1. Select the OneDrive cloud in your notification area to show the OneDrive pop-up.  
    ![Blue and white OneDrive icons](https://support.content.office.net/en-us/media/b9a1d4ab-83be-4e4c-bd27-816361ef758d.png)
2. Go to the **Account** tab.
3. Select the OneDrive Help and Settings icon then select **Settings**

**macOS**

1. Click the OneDrive cloud icon up in your Menu bar, click the three dots to open the menu, and select **Preferences**.
2. Go to the **Account** tab.
3. Select **Unlink this PC**.

</section><section aria-labelledby="ID0EDJ" class="ocpSection" id="bkmrk-hide-or-uninstall-on">## Hide or uninstall OneDrive

On some versions of Windows, you can also hide or uninstall OneDrive. You can also uninstall the OneDrive mobile app from Android and iOS devices.

</section>

# Unable to see windows updates

<span class="TextRun SCXO218745126 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO218745126 BCX0">In Gpedit.msc</span></span><span class="EOP SCXO218745126 BCX0"> </span>

<span class="TextRun Highlight SCXO218745126 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO218745126 BCX0">The settings page visibility was 'not enabled'. I enabled and set it to 'ShowAll' and this appears to have resolved the issue. Problem is that this issue is on several client computers and just logged in to one workstation remotely that was having this issue. Checked the Settings Page Visibility and found that the setting was the same as on the workstation I was working with - 'Not Enabled'. Windows update was not appearing in the settings window.</span></span><span class="EOP SCXO218745126 BCX0"> </span>

<span class="TextRun Highlight SCXO218745126 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO218745126 BCX0">See snapshot below - </span></span><span class="EOP SCXO218745126 BCX0"> </span>

<span class="TextRun Highlight SCXO218745126 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO218745126 BCX0">Enabling setting page visibility and typing 'ShowAll' in the options window brought the Windows Update option back to the settings menu. This should not have to occur - This is a bug in Windows 10. Windows update options should not randomly be removed from the settings page NOR should this group policy item need to be updated to show Windows Update. Microsoft needs to address this issue.</span></span><span class="EOP SCXO218745126 BCX0"> </span>

<span class="TextRun Highlight SCXO218745126 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO218745126 BCX0">Your answer has resolved the issue, however, I believe that MS would be best to address this problem in the next update, I have a lot of clients that have this same issue. </span></span><span class="EOP SCXO218745126 BCX0"> </span>

<span class="TextRun Highlight SCXO218745126 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO218745126 BCX0">Thanks.</span></span><span class="EOP SCXO218745126 BCX0"> </span>

<div class="OutlineElement Ltr SCXO218745126 BCX0" id="bkmrk-"><div class="WACImageContainer Selected SCXO218745126 BCX0" role="presentation"><span aria-hidden="true" class="WACAltTextDescribedBy SCXO218745126 BCX0" id="bkmrk--1"></span>![](http://bookstack.coltscomputer.services/uploads/images/gallery/2023-12/embedded-image-26eutim4.png)</div></div><span class="EOP SCXO218745126 BCX0"> </span>

<span class="TextRun SCXO218745126 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO218745126 BCX0">From &lt;</span></span>[<span class="TextRun SCXO218745126 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO218745126 BCX0">https://social.technet.microsoft.com/Forums/Lync/en-US/5846e5a0-0057-469b-9bd6-a14327f69306/windows-update-not-appearing?forum=win10itprogeneral</span></span>](https://social.technet.microsoft.com/Forums/Lync/en-US/5846e5a0-0057-469b-9bd6-a14327f69306/windows-update-not-appearing?forum=win10itprogeneral)<span class="TextRun SCXO218745126 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO218745126 BCX0">&gt; </span></span><span class="EOP SCXO218745126 BCX0"></span>

# Win 10 Image Restore from Network Location

[https://answers.microsoft.com/en-us/windows/forum/all/win-10-image-restore-from-network-location/2c6710e4-120a-416c-bc74-898bba23b71c](https://answers.microsoft.com/en-us/windows/forum/all/win-10-image-restore-from-network-location/2c6710e4-120a-416c-bc74-898bba23b71c)

<table border="1" id="bkmrk-i-have-tried-for-abo" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 99.8765%;"></col></colgroup><tbody><tr><td>I have tried for about a week and a half to restore an image backup of my system from a network location.

Windows 10 originally successfully completed the image backup to the network location (share): it told me it was successful, and I also inspected the network location to see if the contents made sense: they did.

I am using the repair disk I created originally when I updated my system to Win 10. I have read and tried all of the usually suggested solutions like loading the network driver after repair disk startup and moving the image to "root level" of a share and nothing works. I have also tried copying the image to an external usb drive: again, no luck (there is no option to point to an image location on a USB drive, only a network location).

From my searches for a solution, I see I am not alone with this problem.

After loading network drivers (after repair disk startup), I looked to see if I could access my network location share where the image backup is by pretending to look for a driver to add, and sure enough, I got prompted for the share's user id and password, which I presented, after which I could see my backup image. Then I went back to the Advanced setting to select a network location to restore my image and the system (restore image utility) asked for the network location, then it asked for the share user id and password, which I entered (as in the previous step), and the system momentarily flashed a dialogue screen and went right back to the start of the process and offered no insight as to whether there was a problem or not.

Now, in an older post on this site - http://blogs.technet.com/b/filecab/archive/2009/10/31/learn-more-about-system-image-backup.aspx - from the Microsoft Storage Team Blog, I found the following statement:

**"Considerations while creating a system image**

Since system image is a critical feature to ensure availability of your system and data after a disaster, it is important to understand how some of the advanced configuration on your system may affect your options during restore.

1\. Choosing the backup target

System image is supported on internal\\external disks, optical removable media, and ***network locations (Business edition or above)***. Aside from the usual tradeoffs when picking a storage location such as performance and reliability, here are some additional recommendations to consider for picking a system image backup target:..."

**While this post is 2009, I wonder whether the stated caveat about system image recovery only being available in "Business edition or above" still applies?**

**So, I have two questions:**

**1) Can anyone confirm whether image recovery from a network location requires a particular level of Windows OS product?**

**2) Or if not, can someone from Microsoft provide an answer why image restore from a network location does not seem to work for many, many people, and also, if it does work, what is the restore image utility actually looking for on the network location folder/file-wise and who/what privileges are required over and above authorized access to the network share?**

Hi,

Thank you for posting your query on Microsoft Community.

You can create and store Recovery image in a network location in Windows 10. System image is stored in the root of the network drive. Therefore, when you try to restore, the image it should be available in the root. If you store multiple back up copies, you must rename all the other backups and save one backup with the original name.

The network path should be as follows **\\\\ComputerName\\SharePath**.

Hope this helps. Please respond if you have further related queries.

Thank you for your reply Jesinta.

I have tried various combinations of path and none seems to work. Examples I have tried are:

\\\\NAStorage\\WindowsImageBackup

\\\\NAStorage\\WindowsImageBackup\\ComputerName

\\\\NAStorage\\WindowsImageBackup\\ComputerName\\Backup 2015-10-13 002128

My NAS drive is a Western Digital My Book Live.

Any further help would be gratefully received as I have three computers backed-up using this image backup method (and a further three friends computers also - so six computers in total depending on this method working if required).

</td></tr></tbody></table>

<table border="1" id="bkmrk-one-of-my-own-comput" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 100%;"></col></colgroup><tbody><tr><td>One of my own computers needs the image to be restored as the hard disk has failed.

Also, can you please confirm or not whether the Windows version is a factor or not: I have Win 10 Pro.

</td></tr></tbody></table>

<table border="1" id="bkmrk-%C2%A0it%27s-an-old-post%2C-b" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 99.8765%;"></col></colgroup><tbody><tr><td> It's an old post, but this issue still remains in 2017 and Windows 10 Creators Update (ver 1703). Anyways, I managed to find a workaround. The workaround is to use command line tool WBADMIN which is installed by default when you create Windows 10 repair disc.

1. Boot with your repair disc.
2. Choose keyboard.
3. Choose an option: Troubleshoot.
4. Advanced Options: Command prompt.

Now you're in command prompt.

Start the network with command:

**startnet**

Check that you have valid IP configuration. If you don't, install necessarry driver and check again.

**ipconfig**

Connect to your network location which holds your backups.

**net use \\\\pc1\\backups /user:localhost\\operator**

In the example above adjust for your network name and user name.

Run wbadmin on it's own to see available parameters.

**wbadmin**

Run wbadmin to retrieve available versions of backups that can be recovered.

**wbadmin get versions -backupTarget:\\\\pc1\\backups**

This will retrieve available version identifiers in the format 'MM/DD/YYYY-HH:MM'

Use the version identifier from above to restore your backup.

In the example below, I removed old disk (250 GB) and replaced it with a bigger one (500GB).

I chose to recreate disks and restore all volumes. Originaly, I had one disk with two volumes - 'system reserved' volume (500MB) and another volume occupying the rest of the disk.

The command below recreated these two volumes succesfully, but when I signed in, I had to extend the volume, because it created it with the original size of 250 GB.

Modify the command below to your needs. specifying version you want to restore, where your backup is being stored (-backupTarget), the machine you want to restore (-machine) and whether you want to recreate disks an restore all volumes.

**wbadmin start sysrecovery -version:05/30/2017-22:05 -backuptarget:\\\\pc1\\backups -machine:ds2 -recreateDisks -restoreAllVolumes**

*wbadmin 1.0 - Backup command-line tool*  
*(C) Copyright 2013 Microsoft Corporation. All rights reserved.*  
  
*Troubleshooting information for BMR: http://go.microsoft.com/fwlink/p/?LinkId=225039*  
  
*You have chosen to recover volume(s) \\\\?\\Volume{319c017e-0000-0000-0000-100000000000}\\,C:*  
*from the backup created on 5/30/2017 2:05 PM to the original location.*  
*Warning: You are about to recreate volumes, which will erase the data on all*  
*volumes that contain operating system components. This action might also*  
*delete data on data volumes. The deleted data will be replaced with the data*  
*in the backup. If the disk layout is different from the layout when the*  
*backup was created, this action will also erase data on the other disks. Once*  
*the recovery operation starts, you cannot recover the erased data, even if*  
*the action fails or is restarted.*  
  
*Do you want to continue?*  
*\[Y\] Yes \[N\] No **y***  
  
*Preparing all the volumes on all disk(s) for recovery.*  
*Retrieving volume information...*  
*Running a recovery operation for volume System Reserved (500.00 MB), copied (0%).*  
*Running a recovery operation for volume System Reserved (500.00 MB), copied (94%).*  
*Running a recovery operation for volume (C:), copied (0%)*

*Running a recovery operation for volume (C:), copied (20%).*

*...*

*Running a recovery operation for volume (C:), copied (97%).*  
*Running a recovery operation for volume (C:), copied (99%).*  
*The recovery operation for volume (C:) successfully completed.*  
*The recovery operation completed.*  
*Summary of the recovery operation:*  
*--------------------*  
  
*The recovery operation for volume System Reserved (500.00 MB) successfully completed.*  
*The recovery operation for volume (C:) successfully completed.*

\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_

I'd like to endorse this method and add some notes to help folks work thru the syntax components.

1st: Avoid spaces / long file names in your server and network locations. If you messed this up in the back up step then you can just move it to a new directory later. **wbadmin** will still show the old dir when you do a **wbadmin get versions** but it works fine recovering. If you use spaces / long file names... your probably going to have problems.

TLDR: **\\\\My Awesome Server\\My Awesome Drive\\** is bad

 **\\\\AwesomeServer\\AwesomeDrive\\** is good

2nd: You can find the machine name required for **-machine:** by double clicking into the WindowsImageBackup directory in the share that your back up is stored in. That next level directory is the machine names, choose the machine name you are restoring.

3rd: When doing the **net use**, i recommend using the **net use \* \\\\pc1\\backups\\** format. This will prompt you for user name / password and save you a lot of heart ache trying to get the syntax right.

This process allowed me to back up and restore a 1 TB Surface Book 2 15" when I had to send it back to Microsoft for service. Thanks to @Les52 for the original guide.

</td></tr></tbody></table>

<table border="1" id="bkmrk-when-you-add-your-ne" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 99.8765%;"></col></colgroup><tbody><tr><td>When you add your network administrative password, add your domain name, ex: contuso.org\\admin name. Worked for me.</td></tr></tbody></table>

<table border="1" id="bkmrk-no-joy-with-this-pro" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 99.8765%;"></col></colgroup><tbody><tr><td>No joy with this procedure. I did see that WBADMIN supports pointing to a local drive to search for a backup. My backup is on an external drive mounted as D:.

</td></tr></tbody></table>

<table border="1" id="bkmrk-but-wbadmin-get-vers" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 99.8765%;"></col></colgroup><tbody><tr><td>But wbadmin get versions -backupTarget:d: resulted in ERROR - No backup was found.</td></tr></tbody></table>

<table border="1" id="bkmrk-directory-of-d%3A-incl" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 99.8765%;"></col></colgroup><tbody><tr><td>Directory of D: includes a WindowsImageBackup folder created by a system image backup I did before hosing my Windows 10 boot capability. I eventually reinstalled fresh Windows 10 Home and want to restore this image.</td></tr></tbody></table>

<table border="1" id="bkmrk-i-too-was-having-pro" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 99.8765%;"></col></colgroup><tbody><tr><td>I too was having problems with the "net use"

I added "\*" so that the command would ask for a password for the user account on my NAS

</td></tr></tbody></table>

<div class="message-action-container thread-message-locked" id="bkmrk-%C2%A0-2"><div class="message-action-container-col-reply">  
</div> </div><div class="message-action-container thread-message-locked" id="bkmrk-are-you-sure-you-hav"><div class="message-action-container-col-reply"><table border="1" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 99.8765%;"></col></colgroup><tbody><tr><td>Are you sure you have the external drive's Letter correct? When I tested this procedure with an external USB drive that had several machine's backups on it, the USB drive showed up as E:, and I only have a single storage device inside the machine.

<div class="message-action-container thread-message-locked"><div class="message-action-container-col-reply">  
</div></div></td></tr></tbody></table>

</div> <table border="1" style="border-collapse: collapse; width: 100%; height: 29.7969px;"><colgroup><col style="width: 99.8765%;"></col></colgroup><tbody><tr style="height: 29.7969px;"><td style="height: 29.7969px;">Should either a network / Dism fail then do try-out the following info from my other post [https://answers.microsoft.com/en-us/windows/forum/windows\_10-update/how-to-create-system-image-backup-of-windows-10/688842c1-a937-4ee2-8c8d-51771d41d382#LastReply](https://answers.microsoft.com/en-us/windows/forum/windows_10-update/how-to-create-system-image-backup-of-windows-10/688842c1-a937-4ee2-8c8d-51771d41d382#LastReply "answers.microsoft.com")

as those détails are pasted here for you!

You will require some sort of a ***3rd party backup solution*** such as any of the following listed below as Microsoft has depreciated this feature from w/in the ***Windows 10 Fall Creators Update*** build &amp; onwards!

I personally use **AOMEI Backupper Professional** [AOMEI Backupper Standard 4.0.6 (FreeBie) or upgrade to Pro](https://www.backup-utility.com/free-backup-software.html "www.backup-utility.com") which wofrks very well under multiple beta tests w/ both Windows 10 Enterprise (x64) / Windows 10 Enterprise LTSB 2016

Acronis [https://www.acronis.com/](https://www.acronis.com/ "www.acronis.com")

EaseUS [https://www.easeus.com/](https://www.easeus.com/ "www.easeus.com")

Paragon Software [https://www.paragon-software.com/](https://www.paragon-software.com/ "www.paragon-software.com")

Parted Magic [https://partedmagic.com/](https://partedmagic.com/ "partedmagic.com")

**Beta-Tests&gt;** update info- Macrium Reflect freebie [Macrium Reflect 7 - Free Edition](https://www.macrium.com/reflectfree "www.macrium.com") works perfectly under beta-tests over the past several days upon my HP Envy 34-b004nf w/ Windows 10 Enterprise E3 subscription &amp; also w/ Windows 10 Enterprise LTSB 2016!

Macrium Software Manufacturer: **Paramount Software (UK) Ltd**...

Results&gt; Macrium Reflect works perfectly upon both these Windows OS!

Wikipedia - List of Backup Software [https://en.wikipedia.org/wiki/List\_of\_backup\_software](https://en.wikipedia.org/wiki/List_of_backup_software "en.wikipedia.org")

Features that are removed or deprecated in Windows 10 Fall Creators Update&gt; [https://docs.microsoft.com/en-us/windows/deployment/planning/windows-10-fall-creators-deprecation](https://docs.microsoft.com/en-us/windows/deployment/planning/windows-10-fall-creators-deprecation "docs.microsoft.com")

<table><tbody><tr><td>**System Image Backup (SIB) Solution**  
We recommend that users use full-disk backup solutions from other vendors.</td><td> </td><td>Deprecated</td></tr></tbody></table>

Features that are removed or deprecated in Windows 10 Fall Creators Update&gt; [https://support.microsoft.com/en-us/help/4034825/features-that-are-removed-or-deprecated-in-windows-10-fall-creators-up](https://support.microsoft.com/en-us/help/4034825/features-that-are-removed-or-deprecated-in-windows-10-fall-creators-up "support.microsoft.com")

**System Image Backup (SIB) Solution**

We recommend that users use full-disk backup solutions from other vendors.

</td></tr></tbody></table>

</div><div class="message-action-container thread-message-locked" id="bkmrk-following-the-instru"><table border="1" style="border-collapse: collapse; width: 100%;"><colgroup><col style="width: 99.8765%;"></col></colgroup><tbody><tr><td>Following the instructions from Les52's post:

I have a folder labelled 'Backups' on my server called 'lowkey' which has been shared with the permissions set to 'Everybody'.

The username on my server 'lowkey' is also by the same name, 'lowkey'

The backup stored on 'lowkey' is for my desktop computer called 'knowledge'.

These were the commands I used from my desktop computer 'knowledge':

Startnet   
  
Ipconfig   
  
Net use \\\\lowkey\\backups /user:lowkey\\lowkey   
  
Wbadmin get versions -backuptarget:\\\\lowkey\\backups   
  
Wbadmin start sysrecovery -version:07/03/2018-07:30 -backuptarget:\\\\lowkey\\backups -machine:knowledge -recreateDisks -restoreAllVolumes

</td></tr></tbody></table>

</div>

# Windows 10 update not showing in settings after update

<span class="TextRun SCXO116422568 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO116422568 BCX0"> </span></span><span class="EOP SCXO116422568 BCX0"> </span>

<span class="TextRun SCXO116422568 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO116422568 BCX0">The solution is to disable blocking of settings visibility.</span></span><span class="EOP SCXO116422568 BCX0"> </span>

<span class="TextRun SCXO116422568 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO116422568 BCX0">RUN - gpedit.msc</span></span><span class="EOP SCXO116422568 BCX0"> </span>

<span class="TextRun SCXO116422568 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO116422568 BCX0">Change </span></span><span class="TextRun SCXO116422568 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO116422568 BCX0">Computer Configuration&gt;Administrative Templates&gt;Control Panel&gt;Settings Page Visibility</span></span><span class="TextRun SCXO116422568 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO116422568 BCX0"> to Disabled. Then changed back to not configured</span></span><span class="EOP SCXO116422568 BCX0"> </span>

<span class="EOP SCXO116422568 BCX0"> </span>

<span class="EOP SCXO116422568 BCX0"> </span>

<span class="TextRun SCXO116422568 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO116422568 BCX0">Changed </span></span><span class="TextRun SCXO116422568 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO116422568 BCX0">User Configuration&gt;Administrative Templates&gt;Control Panel&gt;All items&gt;Show Only Specified Control Pane Items</span></span><span class="TextRun SCXO116422568 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO116422568 BCX0"> to Disabled. </span></span><span class="EOP SCXO116422568 BCX0"> </span>

<span class="EOP SCXO116422568 BCX0"> </span>

<span class="TextRun SCXO116422568 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO116422568 BCX0">From &lt;</span></span>[<span class="TextRun SCXO116422568 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO116422568 BCX0">https://answers.microsoft.com/en-us/windows/forum/windows\_10-other\_settings/windows-update-missing-from-settings-update/59ef3c5d-01d5-412d-8bdc-18c9a4177dfc</span></span>](https://answers.microsoft.com/en-us/windows/forum/windows_10-other_settings/windows-update-missing-from-settings-update/59ef3c5d-01d5-412d-8bdc-18c9a4177dfc)<span class="TextRun SCXO116422568 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO116422568 BCX0">&gt; </span></span><span class="EOP SCXO116422568 BCX0"></span>

# Windows Update Issues

<div class="OutlineElement Ltr  BCX0 SCXO187950749" id="bkmrk-subject%C2%A0-windows-upd"><div class="TableContainer SCXO187950749 BCX0"><table border="1" class="Table Border SCXO187950749 BCX0"><tbody class="SCXO187950749 BCX0"><tr class="TableRow SCXO187950749 BCX0" role="row"><td class="SCXO187950749 BCX0" role="rowheader"><span class="TextRun SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">Subject</span></span><span class="EOP SCXO187950749 BCX0"> </span>

</td><td class="SCXO187950749 BCX0" role="columnheader"><span class="TextRun SCXO187950749 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">Windows update issues</span></span><span class="EOP SCXO187950749 BCX0"> </span>

</td></tr><tr class="TableRow SCXO187950749 BCX0" role="row"><td class="SCXO187950749 BCX0" role="rowheader"><span class="TextRun SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">From</span></span><span class="EOP SCXO187950749 BCX0"> </span>

</td><td class="SCXO187950749 BCX0"><span class="TextRun SCXO187950749 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">Michael Felker</span></span><span class="EOP SCXO187950749 BCX0"> </span>

</td></tr><tr class="TableRow SCXO187950749 BCX0" role="row"><td class="SCXO187950749 BCX0" role="rowheader"><span class="TextRun SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">To</span></span><span class="EOP SCXO187950749 BCX0"> </span>

</td><td class="SCXO187950749 BCX0"><span class="TextRun SCXO187950749 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">Keith Johnson; Barron Gillon; Jim Silvers; Phil Wright</span></span><span class="EOP SCXO187950749 BCX0"> </span>

</td></tr><tr class="TableRow SCXO187950749 BCX0" role="row"><td class="SCXO187950749 BCX0" role="rowheader"><span class="TextRun SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">Sent</span></span><span class="EOP SCXO187950749 BCX0"> </span>

</td><td class="SCXO187950749 BCX0"><span class="TextRun SCXO187950749 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">Tuesday, August 23, 2011 1:43 PM</span></span><span class="EOP SCXO187950749 BCX0"> </span>

</td></tr></tbody></table>

</div></div><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun SCXO187950749 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">Sometimes with windows you get an error when trying to update. This will almost fix the issue every time! Enjoy </span></span><span class="TextRun SCXO187950749 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">J</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun SCXO187950749 BCX0" data-contrast="auto" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0"> </span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">1. Disable Windows Update</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">a. Click on start</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">b. Click on all programs</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">c. Click on accessories</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">d. Click on Run</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">e. Type services.msc and press ok</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">f. Right click on "Windows Update"</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">g. Click on stop (Windows Update is now disabled)</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">2. Rename Software Distribution folder</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">a. Navigate to: C:/Windows/</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">b. Find the folder named: “SoftwareDistribution”</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">c. Rename that folder to something like “SoftwareDistribution.old”</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">d. Create a new folder called “SoftwareDistribution”</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">3. Enable Windows Update</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">a. Click on start</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">b. Click on all programs</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">c. Click on accessories</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">d. Click on Run</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">e. Type services.msc and press ok</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">f. Right click on windows update</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">g. Click on start</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<div class="OutlineElement Ltr  BCX0 SCXO187950749" id="bkmrk-restart%C2%A0"><div class="OutlineElement Ltr  BCX0 SCXO187950749">  
</div>4. <span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">Restart</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<div class="OutlineElement Ltr  BCX0 SCXO187950749">  
</div></div><span class="EOP SCXO187950749 BCX0"> </span>

<span class="EOP SCXO187950749 BCX0"> </span>

<span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">If you are unable to find Software Distribution Folder, follow these</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">steps before #2 above.</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">1. From the explorer window press the Alt key to view the file menu.</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">2. Click Tools</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">3. Select Folder Options</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">4. Select the View tab</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">5. Select “Show hidden files and folders”</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">6. Remove the selection from “Hide protected operating system files”</span></span><span class="EOP SCXO187950749 BCX0"> </span>

<span class="TextRun Highlight SCXO187950749 BCX0" data-contrast="none" lang="EN-US" xml:lang="EN-US"><span class="NormalTextRun SCXO187950749 BCX0">7. Click OK</span></span><span class="EOP SCXO187950749 BCX0"></span>

# Computer Reboot Event Log

12,13,19,41,1001,1074,6005,6009,7045

Filtering a log by these event ID's will show all system reboots and the reason why.