Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung |
windows [21/01/2020 - 08:29] – thommie3 | windows [31/10/2024 - 15:07] (aktuell) – [Windows 11 ohne Kontozwang] thommie4 |
---|
====== WindowsWindows ====== | ====== Windows ====== |
| |
===== Versions- & Patch-Information ===== | ===== Versions- & Patch-Information ===== |
</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 |
</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 ===== |
| |
<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> |
===== 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 |
| |