User Tools

Site Tools


windows:notes:misc

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:notes:misc [2025/05/13 17:53] – [FIPS Test] Sean Rhonewindows:notes:misc [2025/10/01 17:40] (current) Sean Rhone
Line 6: Line 6:
  
   RUNAS /showtrustlevels   RUNAS /showtrustlevels
- 
-====== FIPS Test ====== 
- 
-  * [[windows;10#enable_fips_mode]] 
-  * Nothing reported = FIPS disabled (default) 
-  * 2025/05/13: Enabling and the test also works on [[windows;7|Windows 7]] 
- 
-  "powershell.exe" -Command "$md5 = New-Object -TypeName 'System.Security.Cryptography.MD5CryptoServiceProvider'" 
- 
-  This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms. 
  
 ====== Disable Windows Defender ====== ====== Disable Windows Defender ======
Line 40: Line 30:
  
   reg add "HKLM\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter" /v "EnabledV9" /t "REG_DWORD" /d "0" /f   reg add "HKLM\SOFTWARE\Policies\Microsoft\MicrosoftEdge\PhishingFilter" /v "EnabledV9" /t "REG_DWORD" /d "0" /f
- 
-====== Disable Threaded DPCs ====== 
- 
-**** 
- 
-  REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel" /v "ThreadDpcEnable" /t "REG_DWORD" /d "0" /f 
  
 ====== Remove Most Modern UI Apps ====== ====== Remove Most Modern UI Apps ======
Line 69: Line 53:
  
   reg delete "HKCR\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f   reg delete "HKCR\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f
 +
 +====== Remove Defender ======
 +
 +  * :?: Requires Enterprise/Server
 +
 +  Uninstall-WindowsFeature -Name Windows-Defender
 +
 +====== GPU Shader Cache Wipe ======
 +
 +===== Intel =====
 +
 +****
 +
 +  DEL /F /Q "%UserProfile%\AppData\LocalLow\Intel\ShaderCache\"*
  
/usr/local/www/wiki/data/attic/windows/notes/misc.1747173233.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki