User Tools

Site Tools


windows

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 [2015/12/06 13:35] michaelwindows [2021/04/24 07:40] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +===== SSD Laufwerk aufräumen =====
 +
 +cleanmgr
 +pagefile.sys auf 16MB reduzieren
 +
 +===== Activate telnet in Windows 10 =====
 +
 +Start Powershell as Administrator\\
 +{{::powershell_telnet.png?200|}}
 +  Windows PowerShell
 +  Copyright (C) 2015 Microsoft Corporation. Alle Rechte vorbehalten.
 +  PS C:\WINDOWS\system32> dism /online /Enable-Feature /FeatureName:TelnetClient
 +  Tool zur Imageverwaltung für die Bereitstellung
 +  Version: 10.0.10586.0
 +  Abbildversion: 10.0.10586.0
 +  Features werden aktiviert
 +  [==========================100.0%==========================]
 +  Der Vorgang wurde erfolgreich beendet.
 +  PS C:\WINDOWS\system32>
 +
 +
 ===== Backup mit Robocopy ===== ===== Backup mit Robocopy =====
  
Line 6: Line 27:
   robocopy "D:\Eigene Dateien" "\\BACKUPSERVER\home" /COPY:DAT /E /Z /XD "Bilder" /LOG+:"C:\Users\Ich\backups   \%date:~6,4%-%date:~3,2%-%date:~0,2%_%time:~0,2%%time:~3,2%%time:~6,2%_eigenedateien.log"   robocopy "D:\Eigene Dateien" "\\BACKUPSERVER\home" /COPY:DAT /E /Z /XD "Bilder" /LOG+:"C:\Users\Ich\backups   \%date:~6,4%-%date:~3,2%-%date:~0,2%_%time:~0,2%%time:~3,2%%time:~6,2%_eigenedateien.log"
  
-/COPY: DAT = Attribute, Timestamp \\+/COPY: DAT = Data, Attribute, Timestamp \\
 /E = include subdirs even if empty \\ /E = include subdirs even if empty \\
 /Z =  copy files in restart mode -> no need to transfer whole file if there was a connection error. \\ /Z =  copy files in restart mode -> no need to transfer whole file if there was a connection error. \\
windows.1449408920.txt.gz · Last modified: 2021/04/24 07:38 (external edit)