| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| windows:notes:misc [2026/07/29 08:17] – 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 ====== |