Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| windows:notes:misc [2026/07/29 08:51] – Sean Rhone | windows:notes:misc [2026/07/30 19:50] (current) – eject iso Sean Rhone |
|---|
| |
| 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 ====== |