# Microsoft Windows

- [CMD: Disable Windows 10 Reset](https://wiki.bryanpcoleman.com/microsoft-windows/disable-windows-10-reset.md): Users Resetting their PC thinking it was Restart? Users trying to hide thing by resetting their PC? Do this:
- [CMD: Fix Windows Key Activations](https://wiki.bryanpcoleman.com/microsoft-windows/fix-windows-key-activations.md): Windows 10, Windows Server 2016, and Windows Server 2019
- [CMD: FSMO Role Transfer](https://wiki.bryanpcoleman.com/microsoft-windows/fsmo-role-transfer.md)
- [De-Bloat Windows 10](https://wiki.bryanpcoleman.com/microsoft-windows/de-bloat-windows-10.md): Powershell Script to remove Windows 10 bloatware
- [Important Links](https://wiki.bryanpcoleman.com/microsoft-windows/important-links.md): Links to How-Tos and other important information that I am too lazy to write out myself.
- [Microsoft Exchange Server Search Index Rebuild](https://wiki.bryanpcoleman.com/microsoft-windows/microsoft-exchange-server-search-index-rebuild.md): When an entire office can no longer search their emails due to lack of network connection (so the error message says), the Database Index may be corrupt.
- [PowerShell: Export Active Directory Group Members](https://wiki.bryanpcoleman.com/microsoft-windows/powershell-export-active-directory-group-members.md): Query and save members of Active Directory groups. In this case, this is just looking for names of users, but other meta data can be queried as well.
- [Registry: Mapped Drives Don't Appear](https://wiki.bryanpcoleman.com/microsoft-windows/mapped-drives-dont-appear.md): In third-party software, mapped network drives may not appear. This can occur in Windows 7 and Windows 10. The fix for this is to edit a registry setting using the instructions below.
- [Robocopy](https://wiki.bryanpcoleman.com/microsoft-windows/robocopy.md): Command format and option definitions
- [SYSVOL Migration to DFRS](https://wiki.bryanpcoleman.com/microsoft-windows/sysvol-migration-to-dfrs.md): Primarily used to move from a Server 2008(R2) or 2012 environment to a Server 2016/2019 environment.
- [Moving Windows Recovery Partition](https://wiki.bryanpcoleman.com/microsoft-windows/moving-windows-recovery-partition.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.bryanpcoleman.com/microsoft-windows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
