| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| windows:notes:misc [2026/07/22 15:01] – [MEM_TOP_DOWN] Sean Rhone | windows:notes:misc [2026/07/30 19:50] (current) – eject iso Sean Rhone |
|---|
| | ====== TODO ====== |
| | |
| | * https://learn.microsoft.com/en-us/troubleshoot/windows-server/remote/frame-rate-limited-to-30-fps (60 FPS RDP) |
| | * https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-10/deployment/compatibility/compatibility-fixes-for-windows-8-windows-7-and-windows-vista |
| | * https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/registry-entry-control-tcp-acknowledgment-behavior + [[https://support.purestorage.com/bundle/m_microsoft_platform_guide/page/Solutions/Microsoft_Platform_Guide/Multipath-IO_and_Storage_Settings/topics/concept/c_disabling_delayed_ack_and_nagle.html|this]] (TCP ACK) |
| | * http://redeem.microsoft.com/ (TODO: Put somewhere else) |
| | |
| ====== Run as Basic User ====== | ====== Run as Basic User ====== |
| |
| |
| DEL /F /Q "%UserProfile%\AppData\LocalLow\Intel\ShaderCache\"* | DEL /F /Q "%UserProfile%\AppData\LocalLow\Intel\ShaderCache\"* |
| | |
| | ====== DX Refresh Rate ====== |
| | |
| | * https://steamcommunity.com/app/227600/discussions/0/864979008327344181/ |
| | * [[https://www.pcgamingwiki.com/wiki/Glossary:Frame_rate_(FPS)#Force_games_to_use_a_custom_refresh_rate|https://www.pcgamingwiki.com/wiki/Glossary:Frame_rate_(FPS)#Force_games_to_use_a_custom_refresh_rate]] |
| | |
| | REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectDraw" /v "ForceRefreshRate" /t "REG_DWORD" /d "760" /reg:64 /f |
| | |
| | REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectDraw" /v "ForceRefreshRate" /t "REG_DWORD" /d "760" /reg:32 /f |
| | |
| | ====== Test FIPS Mode ====== |
| | |
| | "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "$md5 = New-Object -TypeName 'System.Security.Cryptography.MD5CryptoServiceProvider'" |
| |
| ====== MEM_TOP_DOWN ====== | ====== MEM_TOP_DOWN ====== |
| |
| "%SystemRoot%\System32\bcdedit.exe" /deletevalue "SAFEBOOT" | "%SystemRoot%\System32\bcdedit.exe" /deletevalue "SAFEBOOT" |
| | |
| | ====== Eject ISO ====== |
| | |
| | * Eject disk at ''D:\'' ([[https://superuser.com/questions/972447/how-can-i-eject-a-cd-via-the-cmd/972502#972502|source]]) |
| | |
| | "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "(New-Object -COM 'Shell.Application').NameSpace(17).ParseName('D:').InvokeVerb('Eject')" |
| |
| ====== Tweaks ====== | ====== Tweaks ====== |
| |
| "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\firefox.exe" /v "UseLargePages" /t "REG_DWORD" /d "0" /f | "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\firefox.exe" /v "UseLargePages" /t "REG_DWORD" /d "0" /f |
| | |
| | ====== Start Menu ====== |
| | |
| | ===== RDP ===== |
| | |
| | * https://learn.microsoft.com/en-us/azure/virtual-desktop/rdp-properties |
| | * [[https://learn.microsoft.com/en-us/previous-versions/windows/apps/hh994953(v=win.10)|https://learn.microsoft.com/en-us/previous-versions/windows/apps/hh994953(v=win.10)]] |
| | |
| | "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Documents\Alira (LAN).rdp" |
| | |
| | <code> |
| | full address:s:192.168.1.152 |
| | networkautodetect:i:0 |
| | connection type:i:6 |
| | gatewayusagemethod:i:4 |
| | use redirection server name:i:0 |
| | prompt for credentials:i:0 |
| | allow font smoothing:i:1 |
| | redirectprinters:i:0 |
| | redirectcomports:i:0 |
| | redirectsmartcards:i:0 |
| | redirectwebauthn:i:0 |
| | redirectclipboard:i:1 |
| | redirectposdevices:i:0</code> |
| | |
| | === Start Menu === |
| | |
| | "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Accessories" |
| | |
| | "%UserProfile%\Documents\Alira (LAN).rdp" |
| | |
| | Alira |
| |
| ====== Version Notes ====== | ====== Version Notes ====== |