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 [24/05/2019 - 09:04] – [Tail und Logfiles] thommie3windows [20/08/2020 - 15:44] – alte Version wiederhergestellt (21/01/2020 - 09:36) admin
Zeile 1: Zeile 1:
-======   Windows   ======+====== Windows ======
  
 ===== Versions- & Patch-Information ===== ===== Versions- & Patch-Information =====
Zeile 7: Zeile 7:
 /C:"Betriebssystemversion" Betriebssystemname: Microsoft Windows 10 Enterprise /C:"Betriebssystemversion" Betriebssystemname: Microsoft Windows 10 Enterprise
 2016 LTSB Betriebssystemversion: 10.0.14393 Nicht zutreffend Build 14393 2016 LTSB Betriebssystemversion: 10.0.14393 Nicht zutreffend Build 14393
 +
 </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 21: Zeile 24:
 XDPAD-415607  Update           KB4462930     XDPAD-415607Admi... 08.11.2018 00:00:00 XDPAD-415607  Update           KB4462930     XDPAD-415607Admi... 08.11.2018 00:00:00
 XDPAD-415607  Security Update  KB4462919     NT-AUTORITÄTSYSTEM  08.11.2018 00:00:00 XDPAD-415607  Security Update  KB4462919     NT-AUTORITÄTSYSTEM  08.11.2018 00:00:00
 +
 </code> </code>
  
Zeile 35: 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 77:
 Registry: Registry:
  
-''HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionNetworkListProfiles ''+<code> 
 +HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/NetworkList/Profiles 
 + 
 +</code>
  
 Category Reg_DWORD Category Reg_DWORD
  • windows.txt
  • Zuletzt geändert: 05/03/2024 - 10:52
  • von 127.0.0.1