Difference between revisions of "Windows"
Jump to navigation
Jump to search
| Line 5: | Line 5: | ||
Tab 'Advanced'</br> | Tab 'Advanced'</br> | ||
Virtual Memory -> Change</br> | Virtual Memory -> Change</br> | ||
== Fix broken Start Menu of Windows Server 2019 RDS Farm == | |||
* Run Powershet as Admin | |||
In regular PowerShell:</br> | |||
<code>Start-Process powershell -verb runAs</code> | |||
* Reinstall some crap | |||
<code>Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}</code> | |||
Revision as of 10:49, 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 Powershet as Admin
In regular PowerShell:
Start-Process powershell -verb runAs
- Reinstall some crap
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}