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
windows [21/01/2020 - 08:29] thommie3windows [31/10/2024 - 15:07] (aktuell) – [Windows 11 ohne Kontozwang] thommie4
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 24: Zeile 27:
 </code> </code>
  
 +
 +===== Windows 11 ohne Kontozwang =====
 +
 +https://www.tomshardware.com/how-to/install-windows-11-without-microsoft-account
 +
 +Beim Schirm "Land auswählen" wird die Netzverbindung per CMD über Shift + F10 getrennt
 +
 +{{ ::e8wentryhwlkgr8voytsti-1200-80.png.webp |}}
 +
 +Danach folgt Neustart, dann nochmal CMD und mit ipconfig /release die Verbindung trennen. Danach weiter mit der Sprachauswahl, Keyboard usw. Dann statt "lets connect to a network" den Menüpunkt "I don't have Internet" wählen. Dann kann man ein **lokales Konto** anlegen.
 ===== Tail und Logfiles ===== ===== Tail und Logfiles =====
  
Zeile 36: Zeile 49:
 <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 85:
 ===== 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.1579595341.txt.gz
  • Zuletzt geändert: 17/08/2024 - 07:06
  • (Externe Bearbeitung)