| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| windows:10 [2026/04/14 20:40] – [RDP] Sean Rhone | windows:10 [2026/04/14 21:18] (current) – [SATA/RST] Sean Rhone |
|---|
| |
| ===== Desktop ===== | ===== Desktop ===== |
| | |
| | ==== Calculator ==== |
| | |
| | "%SystemRoot%\System32\win32calc.exe" |
| | |
| | Calculator |
| |
| ==== Maintenance ==== | ==== Maintenance ==== |
| |
| "notepad.exe" "%UserProfile%\Desktop\Maintenance.bat" | "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Desktop\Maintenance.bat" |
| |
| <code> | <code> |
| CD "%Temp%" | CD "%Temp%" |
| |
| "%SystemRoot%\System32\takeown.exe /F "%SystemRoot%\System32\mcupdate_GenuineIntel.dll" | "%SystemRoot%\System32\takeown.exe" /F "%SystemRoot%\System32\mcupdate_GenuineIntel.dll" |
| "%SystemRoot%\System32\icacls.exe" "%SystemRoot%\System32\mcupdate_GenuineIntel.dll" /grant "Administrators:F" | "%SystemRoot%\System32\icacls.exe" "%SystemRoot%\System32\mcupdate_GenuineIntel.dll" /grant "Administrators:F" |
| | |
| DEL /Q "%SystemRoot%\System32\mcupdate_GenuineIntel.dll" | DEL /Q "%SystemRoot%\System32\mcupdate_GenuineIntel.dll" |
| | DIR /B "%SystemRoot%\System32\mcupdate_GenuineIntel.dll" |
| | |
| | PAUSE |
| |
| :: End</code> | :: End</code> |
| ===== SMB ===== | ===== SMB ===== |
| |
| * [[windows;notes;smb|Notes]] | **** |
| |
| "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "Set-SmbClientConfiguration -EnableBandwidthThrottling 0 -Force" | "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -Command "Set-SmbClientConfiguration -EnableBandwidthThrottling 0 -Force" |
| * [[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]] | * [[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 "152" /reg:64 /f | 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 "152" /reg:32 /f | REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectDraw" /v "ForceRefreshRate" /t "REG_DWORD" /d "760" /reg:32 /f |
| |
| ====== Other ====== | ====== Other ====== |
| |
| * https://sourceforge.net/projects/brainworkshop/files/brainworkshop/ | * https://sourceforge.net/projects/brainworkshop/files/brainworkshop/ |
| |
| ===== Calculator ===== | |
| |
| * Only available on LTSB/LTSC | |
| |
| "%SystemRoot%\System32\win32calc.exe" | |
| |
| ===== DirectX End-User Runtime ===== | ===== DirectX End-User Runtime ===== |
| ==== SATA/RST ==== | ==== SATA/RST ==== |
| |
| * :?: Intel RST Premium driver with RST/RAID enabled caused random BSoDs ((Standard AHCI Win10 and native NVMe Win11 24H2+ both fine)) | * ''16.8.5.1014'' ((OpROM is ''16.0.2.3402'', ''16.8.5.1014.5'' release notes matches latest v16 branch)) |
| |
| ==== Ethernet ==== | ==== Ethernet ==== |