Difference between revisions of "Windows"

From 6bit.ch wiki
Jump to navigation Jump to search
 
Line 7: Line 7:


== Fix broken Start Menu of Windows Server 2019 RDS Farm ==
== Fix broken Start Menu of Windows Server 2019 RDS Farm ==
* Run Powershet as Admin
* Run PowerShit as Admin
In regular PowerShell:</br>
In regular PowerShit:</br>
<code>Start-Process powershell -verb runAs</code>
<code>Start-Process powershell -verb runAs</code>


* Reinstall some crap
* Reinstall some crap
<code>Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}</code>
<code>Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}</code>

Latest revision as of 10:55, 20 March 2025

Move/Edit pagefile.sys

Open sysdm.cpl
Tab 'Advanced'
Performance Settings
Tab 'Advanced'
Virtual Memory -> Change

Fix broken Start Menu of Windows Server 2019 RDS Farm

  • Run PowerShit as Admin

In regular PowerShit:
Start-Process powershell -verb runAs

  • Reinstall some crap

Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}