User Tools

Site Tools


windows:10

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
windows:10 [2026/06/23 21:13] – [Maintenance] Sean Rhonewindows:10 [2026/07/21 22:50] (current) – [Graphics] Sean Rhone
Line 2: Line 2:
  
   * Microsoft Windows 10 IoT Enterprise LTSC   * Microsoft Windows 10 IoT Enterprise LTSC
-  * Version 21H2 (OS Build 19044.7417)+  * Version 21H2 (OS Build 19044.7548)
  
 ====== Resources ====== ====== Resources ======
Line 126: Line 126:
  
 ==== SSH ==== ==== SSH ====
 +
 +  * TODO: ''MKDIR'' new folder + shortcut for update + wiki backup
  
   "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Accessories"   "%SystemRoot%\explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Accessories"
  
-  "%SystemRoot%\System32\OpenSSH\ssh.exe" -o "StrictHostKeyChecking='no'" -o "UserKnownHostsFile='NUL'" "espionage724"@"192.168.1.152"+  "%SystemRoot%\System32\OpenSSH\ssh.exe" -o "StrictHostKeyChecking='no'" -o "UserKnownHostsFile='NUL'" "192.168.1.152"
  
-  Alira+  Kraityn
  
 ==== RDP ==== ==== RDP ====
Line 182: Line 184:
  
 ===== Printer ===== ===== Printer =====
- 
-**** 
  
   ipp://192.168.1.164/ipp/print   ipp://192.168.1.164/ipp/print
Line 190: Line 190:
  
 ==== Disable Hibernation and Fast Start ==== ==== Disable Hibernation and Fast Start ====
- 
-**** 
  
   "powercfg.exe" /HIBERNATE "OFF"   "powercfg.exe" /HIBERNATE "OFF"
  
 ==== Enable Ultimate Performance Power Plan ==== ==== Enable Ultimate Performance Power Plan ====
- 
-**** 
  
   "powercfg.exe" /DUPLICATESCHEME "e9a42b02-d5df-448d-aa00-03f14749eb61"   "powercfg.exe" /DUPLICATESCHEME "e9a42b02-d5df-448d-aa00-03f14749eb61"
  
 ==== More Settings ==== ==== More Settings ====
- 
-**** 
  
   "powercfg.exe" /Qh   "powercfg.exe" /Qh
  
 ===== SMB ===== ===== SMB =====
- 
-**** 
  
   "%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"
  
 ===== Disable Clipboard History ===== ===== Disable Clipboard History =====
- 
-**** 
  
   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "AllowClipboardHistory" /t REG_DWORD /d "0" /f   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "AllowClipboardHistory" /t REG_DWORD /d "0" /f
  
 ===== Disable Cortana and Web Search ===== ===== Disable Cortana and Web Search =====
- 
-**** 
  
   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d "0" /f   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortana" /t REG_DWORD /d "0" /f
  
 ===== Disable Game DVR ===== ===== Disable Game DVR =====
- 
-**** 
  
   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /v "AllowgameDVR" /t "REG_DWORD" /d "0" /f   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\GameDVR" /v "AllowgameDVR" /t "REG_DWORD" /d "0" /f
Line 238: Line 224:
  
 ==== Undo ==== ==== Undo ====
- 
-**** 
  
   REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization" /v "NoLockScreen" /t REG_DWORD /d "0" /f   REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization" /v "NoLockScreen" /t REG_DWORD /d "0" /f
  
 ===== Disable Online Speech Recognition ===== ===== Disable Online Speech Recognition =====
- 
-**** 
  
   reg add "HKLM\SOFTWARE\Policies\Microsoft\InputPersonalization" /v "AllowInputPersonalization" /t REG_DWORD /d "0" /f   reg add "HKLM\SOFTWARE\Policies\Microsoft\InputPersonalization" /v "AllowInputPersonalization" /t REG_DWORD /d "0" /f
Line 266: Line 248:
  
 ===== Disable Remote Desktop ===== ===== Disable Remote Desktop =====
- 
-**** 
  
   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fDenyTSConnections" /t REG_DWORD /d "1" /f   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v "fDenyTSConnections" /t REG_DWORD /d "1" /f
  
 ===== Disable Shared Experiences ===== ===== Disable Shared Experiences =====
- 
-**** 
  
   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "EnableCdp" /t REG_DWORD /d "0" /f   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v "EnableCdp" /t REG_DWORD /d "0" /f
  
 ===== Disable System Restore ===== ===== Disable System Restore =====
- 
-**** 
  
   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableSR " /t "REG_DWORD" /d "1" /f   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore" /v "DisableSR " /t "REG_DWORD" /d "1" /f
  
 ===== Disable Telemetry Features ===== ===== Disable Telemetry Features =====
- 
-**** 
  
   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "AllowTelemetry" /t "REG_DWORD" /d "0" /f   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "AllowTelemetry" /t "REG_DWORD" /d "0" /f
  
 ===== Disable User Account Control ===== ===== Disable User Account Control =====
- 
-**** 
  
   REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "EnableLUA" /t "REG_DWORD" /d "0" /f   REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "EnableLUA" /t "REG_DWORD" /d "0" /f
Line 304: Line 276:
  
 ===== Remove Quick Access ===== ===== Remove Quick Access =====
- 
-**** 
  
   reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "HubMode" /t "REG_DWORD" /d "1" /f   reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v "HubMode" /t "REG_DWORD" /d "1" /f
Line 316: Line 286:
  
 ===== Show All Folders in File Explorer Pane ===== ===== Show All Folders in File Explorer Pane =====
- 
-**** 
  
   reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "NavPaneShowAllFolders" /t "REG_DWORD" /d "1" /f   reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "NavPaneShowAllFolders" /t "REG_DWORD" /d "1" /f
  
 ===== Verbose Shutdown ===== ===== Verbose Shutdown =====
- 
-**** 
  
   reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "VerboseStatus" /t REG_DWORD /d "1" /f   reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v "VerboseStatus" /t REG_DWORD /d "1" /f
Line 431: Line 397:
  
 ==== Add Prevent Policy ==== ==== Add Prevent Policy ====
- 
-**** 
  
   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "#" /t "REG_SZ" /d "PCI\VEN_XXXX&DEV_XXXX&SUBSYS_XXXXXXXX&REV_XX" /f   reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "#" /t "REG_SZ" /d "PCI\VEN_XXXX&DEV_XXXX&SUBSYS_XXXXXXXX&REV_XX" /f
  
 ==== Remove Prevent Policy ==== ==== Remove Prevent Policy ====
- 
-**** 
  
   reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "#" /f   reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs" /v "#" /f
Line 448: Line 410:
  
   HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\ACPI\INT3400\2&daba3ff&1   HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\ACPI\INT3400\2&daba3ff&1
 +
 +===== Transparent Taskbar =====
 +
 +<code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm ForceEffectMode 1</code>
 +
 +<code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced UseOLEDTaskbarTransparency 1</code>
 +
 +===== Aero Lite Theme =====
 +
 +  COPY /Y "%SystemRoot%\Resources\Themes\aero.theme" "%UserProfile%\Desktop\aerolite.theme"
 +
 +  "%SystemRoot%\System32\notepad.exe" "%UserProfile%\Desktop\aerolite.theme"
 +
 +<code>
 +[Theme]
 +DisplayName=Aero Lite</code>
 +
 +<code>
 +[VisualStyles]
 +Path=%ResourceDir%\Themes\Aero\AeroLite.msstyles</code>
 +
 +==== Apply ====
 +
 +  * Delete ''aerolite.theme'' after apply
 +
 +  "%UserProfile%\Desktop\aerolite.theme"
 +
 +==== Settings ====
 +
 +  * Personalization -> Colors
 +
 +  * Default Windows mode: ''[x]'' Dark
 +  * Default app mode: ''[x]'' Light
 +  * ''[ ]'' Transparency effects
 +  * ''[ ]'' Automatically pick an accent color
 +  * Accent color on surfaces: ''[x]'' Title bars and window borders
  
 ===== TCP ACK ===== ===== TCP ACK =====
Line 460: Line 458:
  
 ===== Hide SSH Folder ===== ===== Hide SSH Folder =====
- 
-**** 
  
   "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.ssh"   "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.ssh"
Line 514: Line 510:
  
 ==== Hide Keyrings ==== ==== Hide Keyrings ====
- 
-**** 
  
   "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.dbus-keyrings"   "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.dbus-keyrings"
Line 596: Line 590:
   * EPOMAKER x LEOBOG Hi75   * EPOMAKER x LEOBOG Hi75
  
-  * https://epomaker.com/blogs/firmware/epomaker-x-leobog-hi75-firmware +  * https://leobogtech.com/blogs/software/leobog-driver 
-  * https://epomaker.com/blogs/software/epomaker-x-leobog-hi75-driver+  * [[https://drive.google.com/file/d/1mNCEzYdCJbup6_a25H0H8nVytvGVenSl/view?usp=sharing|Hi75RGB固件.exe]] (''V5.0.0'') ((:!: flashes without warning/prompt))
  
 ==== Mouse ==== ==== Mouse ====
Line 637: Line 631:
  
   "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\GMM" /v "DedicatedSegmentSize" /t "REG_DWORD" /d "8192" /f   "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000\GMM" /v "DedicatedSegmentSize" /t "REG_DWORD" /d "8192" /f
 +
 +=== Etc ===
 +
 +  * :?: ''DisableFlipImmediateOnHSync=1'' caused MW2 (DX9) to cap FPS at refresh rate on external HDMI
 +  * 2026/07/13: ''Display1_DisableAsyncFlips=1'' capped osu!lazer (D3D11) at refresh rate (OGL was uncapped)
 +  * ''IncreaseFixedSegment'' is seemingly 0 or 1 (([[https://www.intel.com/content/dam/support/us/en/documents/boardsandkits/gfx_emgd_usersguide.pdf|source]]; hints online say it's VRAM increase but ''DedicatedSegmentSize'' does that))
 +  * :?: ''@dota2.exe'' and etc at ''1'' ((dx9, 11, games, benchmarks, CAD; 32-bit?))
 +
 +  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000
 +
 +<code>
 +AdaptiveVsyncEnable
 +ForcePLLDisableEnableForFreqChange
 +IncreaseFixedSegment
 +LSPCONLpmEnable
 +NarrowGamutSplitGammaEnable
 +PowerGpsAggressivenessLevel
 +PSR2Disable
 +Psr2DrrsEnable
 +RemoveALLInterlacedModes
 +ResendACTSignal
 +TotalPSR2OUICount
 +z AssertBreakDisable
 +z AssertEnableMask
 +z DebugEnableMask</code>
 +
  
 ===== Boulderback ===== ===== Boulderback =====
/usr/local/www/wiki/data/attic/windows/10.1782263614.txt.gz · Last modified: by Sean Rhone