This commit is contained in:
Michael H.G. Schmidt 2021-02-22 00:27:16 +01:00
parent 8024e62bb1
commit be68d35121
3 changed files with 31 additions and 13 deletions

View File

@ -10,7 +10,7 @@ Since I am forced to work with Windows on the desktop - for professional reasons
First I looked for a "professional" solution. Unfortunately I didn't find anything suitable. Sure - there is commercial software (so-called "enterprise" programs) but mostly these are bad or expensive or both or simply not available for normal users or small companies. I also follow the KISS principle privately and professionally - so complicated software with agents etc. was out of the question.
Another major problem is the spying frenzy of software manufacturers. This primarily means Windows 10 telemetry. But unsolicited updates, whether by Microsoft or third-party manufacturers, are just as plague. This project also takes care of that - as far as possible - without impairing the functionality of the system in an intolerable manner. But what is still tolerable? This is in the eye of the beholder.
Another major problem is the spying frenzy of software manufacturers. This primarily means Windows 10 telemetry. But unsolicited updates, whether by Microsoft or third-party manufacturers, are just as plague. This project also takes care of that - as far as possible - without impairing the functionality of the system in an intolerable manner. But what is still tolerable? This lies in the eye of the beholder.
Finally, there is the problem of obesity. Modern systems are getting fatter, slower, more complex and therefore uglier. The whole thing has now reached a level that is no longer acceptable for many users. That is why one of the core tasks of this project is to strip down Windows 10 as much as possible (without loosing to much funtionality - see above). This also automatically results in a reduction of the attack surface (programs that do not exist cannot be attacked).
@ -83,11 +83,11 @@ setx T c:\TEMP
[7-ZIP Website](https://www.7-zip.org)
Download: https://www.7-zip.org/a/7z1900-x64.exe
Save the executable as "7zsetup.exe" in folder "software".
Save the executable as "7z-setup.exe" in folder "software".
Execute the self extracting file:
```dos
software\7zsetup.exe
software\7z-setup.exe
```
@ -108,11 +108,11 @@ rd /S /Q %T%\Lang
[CURL Website](https://curl.se/windows)
Download: https://curl.se/windows/dl-7.75.0_3/curl-7.75.0_3-win64-mingw.zip
Save the zipfile as "curl7.zip" in folder "software".
Save the zipfile as "curl.zip" in folder "software".
Extract: the self extracting file:
```dos
%TOOLS%\7z -y -o%T%\curl e software\curl7.zip
%TOOLS%\7z -y -o%T%\curl e software\curl.zip
move /Y %T%\curl\curl.exe %TOOLS%
move /Y %T%\curl\libcurl*.dll %TOOLS%
move /Y %T%\curl\curl-ca-bundle.crt %TOOLS%
@ -127,7 +127,7 @@ rd /S /Q %T%\curl
Download with curl to software folder:
```dos
%TOOLS%\curl -L https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/Git-2.30.1-64-bit.exe --output software\gitsetup.exe
%TOOLS%\curl -L https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/Git-2.30.1-64-bit.exe --output software\git-setup.exe
```
@ -160,7 +160,7 @@ Save it to c:\temp\install-git.txt
Execute the Git setup:
```dos
software\gitsetup.exe /LOADINF=c:\temp\install-git.txt /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
software\git-setup.exe /LOADINF=c:\temp\install-git.txt /NORESTART /NOCANCEL /SILENT /SUPPRESSMSGBOXES /CLOSEAPPLICATIONS
```
Cleanup:
@ -212,6 +212,8 @@ Save it in folder "software" as "MediaCreationTool20H2"
At the moment I don't know of any method to automate this. So start the media creation tool and download the Windows 10 ISO file or get it from somewhere else.
Save the ISO file to folder "iso".
**IMPORTANT HINT:** Download the ISO file with this tool and KEEP this copy on your local disk *and* in your BACKUP! As history shows Microsoft *removes* access to old Windows versions for some time now.

View File

@ -1,6 +1,7 @@
# Install Windows Terminal ...
$MSIBUNDLE="..\software\Microsoft.WindowsTerminal_1.5.10271.0_8wekyb3d8bbwe.msixbundle"
#$MSIBUNDLE="..\software\Microsoft.WindowsTerminal_1.5.10271.0_8wekyb3d8bbwe.msixbundle"
$MSIBUNDLE="..\software\windowsterminal-setup.msixbundle"
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'

View File

@ -1,6 +1,21 @@
https://www.7-zip.org/a/7z1900-x64.exe 7zsetup.exe
https://curl.se/windows/dl-7.75.0_3/curl-7.75.0_3-win64-mingw.zip curl7.zip
https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/Git-2.30.1-64-bit.exe gitsetup.exe
https://go.microsoft.com/fwlink/?linkid=2120254 adksetup.exe
https://www.7-zip.org/a/7z1900-x64.exe 7z-setup.exe
https://curl.se/windows/dl-7.75.0_3/curl-7.75.0_3-win64-mingw.zip curl.zip
https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/Git-2.30.1-64-bit.exe git-setup.exe
https://go.microsoft.com/fwlink/?linkid=2120254 adk-setup.exe
https://go.microsoft.com/fwlink/?LinkId=691209 MediaCreationTool20H2.exe
http://download.spotify.com/SpotifyFullSetup.exe spotifysetup.exe
https://downloads.citrix.com/17900/CitrixReceiver.exe?__gda__=1613947274_e90f49e3cf249c33c18f3cce69ef0e61 citrixreceiver-setup.exe
https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.12.1/DB.Browser.for.SQLite-3.12.1-win64-v2.msi dbbrowser-setup.msi
https://www.emclient.com/dist/v8.1.1060/setup.msi emclient-setup.msi
https://farmanager.com/files/Far30b5700.x64.20201112.msi far-setup.msi
https://download.sp.f-secure.com/SE/Retail/installer/F-SecureNetworkInstaller-AV.exe f-securenetworkinstaller-av_avtr20f930_.exe
https://golang.org/dl/go1.16.windows-amd64.msi go-setup.msi
https://dl.google.com/drive/gsync_enterprise64.msi gsync-setup.msi
https://github.com/microsoft/terminal/releases/download/v1.5.10411.0/Microsoft.WindowsTerminal_1.5.10411.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle
https://www.softmaker.net/down/ofw2021_64.msi softmaker-setup.msi
https://github.com/Open-Shell/Open-Shell-Menu/releases/download/v4.4.160/OpenShellSetup_4_4_160.exe openshell-setup.exe
https://statics.teams.cdn.office.net/production-windows-x64/1.4.00.2879/Teams_windows_x64.exe teams-setup.exe
http://download.spotify.com/SpotifyFullSetup.exe spotify-setup.exe
https://ftp.halifax.rwth-aachen.de/videolan/vlc/3.0.12/win64/vlc-3.0.12-win64.exe vlc-setup.exe
https://code.visualstudio.com/sha/download?build=stable&os=win32-x64 vscode-setup.exe
https://download.xnview.com/XnViewMP-win-x64.exe xnview-setup.exe
https://download.virtualbox.org/virtualbox/6.1.18/VirtualBox-6.1.18-142142-Win.exe virtualbox-setup.exe

1 https://www.7-zip.org/a/7z1900-x64.exe 7zsetup.exe https://www.7-zip.org/a/7z1900-x64.exe 7z-setup.exe
2 https://curl.se/windows/dl-7.75.0_3/curl-7.75.0_3-win64-mingw.zip curl7.zip https://curl.se/windows/dl-7.75.0_3/curl-7.75.0_3-win64-mingw.zip curl.zip
3 https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/Git-2.30.1-64-bit.exe gitsetup.exe https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/Git-2.30.1-64-bit.exe git-setup.exe
4 https://go.microsoft.com/fwlink/?linkid=2120254 adksetup.exe https://go.microsoft.com/fwlink/?linkid=2120254 adk-setup.exe
5 https://go.microsoft.com/fwlink/?LinkId=691209 MediaCreationTool20H2.exe https://go.microsoft.com/fwlink/?LinkId=691209 MediaCreationTool20H2.exe
6 http://download.spotify.com/SpotifyFullSetup.exe spotifysetup.exe https://downloads.citrix.com/17900/CitrixReceiver.exe?__gda__=1613947274_e90f49e3cf249c33c18f3cce69ef0e61 citrixreceiver-setup.exe
7 https://github.com/sqlitebrowser/sqlitebrowser/releases/download/v3.12.1/DB.Browser.for.SQLite-3.12.1-win64-v2.msi dbbrowser-setup.msi
8 https://www.emclient.com/dist/v8.1.1060/setup.msi emclient-setup.msi
9 https://farmanager.com/files/Far30b5700.x64.20201112.msi far-setup.msi
10 https://download.sp.f-secure.com/SE/Retail/installer/F-SecureNetworkInstaller-AV.exe f-securenetworkinstaller-av_avtr20f930_.exe
11 https://golang.org/dl/go1.16.windows-amd64.msi go-setup.msi
12 https://dl.google.com/drive/gsync_enterprise64.msi gsync-setup.msi
13 https://github.com/microsoft/terminal/releases/download/v1.5.10411.0/Microsoft.WindowsTerminal_1.5.10411.0_8wekyb3d8bbwe.msixbundle windowsterminal-setup.msixbundle
14 https://www.softmaker.net/down/ofw2021_64.msi softmaker-setup.msi
15 https://github.com/Open-Shell/Open-Shell-Menu/releases/download/v4.4.160/OpenShellSetup_4_4_160.exe openshell-setup.exe
16 https://statics.teams.cdn.office.net/production-windows-x64/1.4.00.2879/Teams_windows_x64.exe teams-setup.exe
17 http://download.spotify.com/SpotifyFullSetup.exe spotify-setup.exe
18 https://ftp.halifax.rwth-aachen.de/videolan/vlc/3.0.12/win64/vlc-3.0.12-win64.exe vlc-setup.exe
19 https://code.visualstudio.com/sha/download?build=stable&os=win32-x64 vscode-setup.exe
20 https://download.xnview.com/XnViewMP-win-x64.exe xnview-setup.exe
21 https://download.virtualbox.org/virtualbox/6.1.18/VirtualBox-6.1.18-142142-Win.exe virtualbox-setup.exe