windows

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
windows [21/01/2020 - 08:29] thommie3windows [20/08/2020 - 15:44] – alte Version wiederhergestellt (21/01/2020 - 09:36) admin
Zeile 1: Zeile 1:
-====== Versions- & Patch-Information ======+====== Windows ====== 
 + 
 +===== Versions- & Patch-Information =====
  
 <code> <code>
Zeile 8: Zeile 10:
 </code> </code>
  
-Patch Status mit PS get-hotfix<code>+Patch Status mit PS get-hotfix 
 +<code>
  
 PS C:ProgramDataMercedes-BenzUserDatalogsXentry> get-hotfix PS C:ProgramDataMercedes-BenzUserDatalogsXentry> get-hotfix
Zeile 36: Zeile 39:
 <code> <code>
 "Get-Content .InDia_debug.log -Wait -Tail 10 | Select-String -Pattern 'appdynamics' | out-file 'appdyn_fusoko.log'" "Get-Content .InDia_debug.log -Wait -Tail 10 | Select-String -Pattern 'appdynamics' | out-file 'appdyn_fusoko.log'"
 +
 +</code>
 +
 +===== Grosse Dateien suchen =====
 +
 +< 1 GB
 +<code>
 +
 +//forfiles /S /M * /C “cmd /c if @fsize GEQ 1073741824 echo @path> largefiles.txt//
 +
 +</code>
 +
 +===== Windows Defender auf der Kommandozeile =====
 +
 +Quick scan in einem Verzeichnis
 +
 +<code><font inherit/inherit;;#800000;;inherit>"%ProgramFiles%\Windows Defender\MpCmdRun.exe"</font> <font inherit/inherit;;pink;;inherit>-</font>Scan <font inherit/inherit;;pink;;inherit>-</font>ScanType 1 <font inherit/inherit;;#FF0000;;inherit>-File</font> <font inherit/inherit;;#800000;;inherit>"D:\Folder\Path"</font>
 +
 +</code>
 +
 +Full scan
 +
 +<code>
 +<font inherit/inherit;;#800000;;inherit>"%ProgramFiles%\Windows Defender\MpCmdRun.exe"</font> <font inherit/inherit;;pink;;inherit>-</font>Scan <font inherit/inherit;;pink;;inherit>-</font>ScanType 2 <font inherit/inherit;;#FF0000;;inherit>-File</font> <font inherit/inherit;;#800000;;inherit>"D:\Folder\Path"</font>
 +
 +</code>
 +
 +Bootsektor scannen
 +
 +<code>
 +<font inherit/inherit;;#800000;;inherit>"%ProgramFiles%\Windows Defender\MpCmdRun.exe"</font> <font inherit/inherit;;pink;;inherit>-</font>Scan <font inherit/inherit;;pink;;inherit>-</font>ScanType BootSectorScan
  
 </code> </code>
Zeile 41: Zeile 75:
 ===== Network location settings ===== ===== Network location settings =====
  
-Registry:<code>+Registry:
  
 +<code>
 HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/NetworkList/Profiles HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/NetworkList/Profiles
  
  • windows.txt
  • Zuletzt geändert: 05/03/2024 - 10:52
  • von 127.0.0.1