This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| Author: Oliver Kieselbach (oliverkieselbach.com) | |
| Script: Install-LanguageExperiencePack-de-DE.ps1 | |
| Description: | |
| run in SYSTEM context, usage of MDM Bridge WMI Provider to install german language experience pack | |
| Release notes: | |
| Version 1.0: 2020-04-21 - Original published version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| Version: 1.0 | |
| Author: Oliver Kieselbach (oliverkieselbach.com) | |
| Script: Create-MyVM.ps1 | |
| Description: | |
| The script crates a VM on a Hyper-V host with TPM and starts it including the VMConnect client. | |
| Release notes: | |
| Version 1.0: Original published version. | |
| The script is provided "AS IS" with no warranties. | |
| #> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| Author: Oliver Kieselbach (oliverkieselbach.com) | |
| Script: Create-CmtraceMRU.ps1 | |
| The script is provided "AS IS" with no warranties. | |
| #> | |
| # write cmtrace MRU list for SYSTEM user | |
| & REG DELETE HKCU\Software\Microsoft\Trace32 /f /reg:64 | Out-Null | |
| & REG ADD HKCU\Software\Microsoft\Trace32 /v "Register File Types" /t REG_SZ /d "1" /f /reg:64 | Out-Null | |
| & REG ADD HKCU\Software\Microsoft\Trace32 /v "Maximize" /t REG_SZ /d "1" /f /reg:64 | Out-Null |
OlderNewer