[Windows 10] alle Skripte für die Manipulation von Windows 10 #windows
# wichtige Einstellungen vornehmen (über Boxstarter)
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
# Windows updates durchführen
Install-WindowsUpdate -AcceptEula
# unwichtige Apps deinstallieren
Get-AppxPackage -AllUsers | Remove-AppxPackage
cinst Microsoft-Windows-Subsystem-Linux -source windowsFeatures
cinst TelnetClient -source windowsFeatures
# Programme installieren
cinst -y vscode --params "/NoDesktopIcon"
cinst -y 7zip
cinst -y googlechrome
cinst -y vlc
cinst -y python --version 3.7.2
cinst -y evernote
cinst -y zotero
cinst -y git.install --params "/GitAndUnixToolsOnPath /NoGitLfs /SChannel"
cinst -y google-backup-and-sync
choco install -y rambox
cinst -y autohotkey
cinst -y jdk11 -params "source=false"
cinst -y ccleaner
cinst -y f.lux
cinst -y everything --params "/start-menu-shortcuts /folder-context-menu /run-on-system-startup"
cinst -y wox
cinst -y bitwarden
cinst -y winscp
cinst -y putty
choco install -y foxitreader --ia '/MERGETASKS="!desktopicon,*setdefaultreader,!displayinbrowser /COMPONENTS=*pdfviewer,*ffse,*installprint,*ffaddin,*ffspellcheck,!connectedpdf"'
cinst -y notepadplusplus
cinst -y geogebra
cinst -y pandoc
cinst -y Audacity audacity-lame
cinst -y openshot
cinst -y inkscape
cinst -y obs-studio
cinst -y ffmpeg
cinst -y musicbee
cinst -y bulkrenameutility
cinst -y anki
choco install -y nextcloud-client
# andere Programme installieren
## Zettlr installieren
Start-Process "chrome.exe" "https://github.com/Zettlr/Zettlr/releases/latest"
## Moo.do (muss vielleicht geupdatet werden)
(New-Object System.Net.WebClient).DownloadFile("https://github.com/MooDoApp/MooDoApp.
github.io/releases/download/v1.3.0/Moo.do-Setup-1.3.0.exe", "$Env:TEMP\MooDo.exe"); & "$Env:TEMP\MooDo.exe"
##