diff --git a/scripts/autoconfig-all.cmd b/scripts/autoconfig-all.cmd
index b2eaccc..6017125 100644
--- a/scripts/autoconfig-all.cmd
+++ b/scripts/autoconfig-all.cmd
@@ -108,9 +108,6 @@ echo.
 call install-git.cmd
 echo.
 
-call install-far.cmd
-echo.
-
 powershell -command .\install-windowsterminal.ps1
 echo.
 
diff --git a/scripts/install-far.cmd b/scripts/install-far.cmd
deleted file mode 100644
index 0649404..0000000
--- a/scripts/install-far.cmd
+++ /dev/null
@@ -1,27 +0,0 @@
-@echo off
-
-set SCRIPTS=..\scripts
-set SOFTWARE=..\software
-set MSI=far-setup.msi
-
-if NOT EXIST %SOFTWARE%\%MSI% (
-  echo ERROR: %SOFTWARE%\%MSI% not found!
-  exit /b
-)
-
-echo ####### %0 #######
-
-cd %SOFTWARE%
-@echo on
-msiexec /i %MSI% INSTALLDIR="%ProgramFiles%\FarManager" /passive
-@echo off
-cd %SCRIPTS%
-
-rem copy link to desktop ...
-copy /Y "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Far Manager 3 x64\Far*" ^
-  %PUBLIC%\Desktop
-
-echo renaming Far Manager desktop link ...
-move /Y "%PUBLIC%\Desktop\Far Manager 3 x64.lnk" "%PUBLIC%\Desktop\Far Manager.lnk"
-
-echo ####### %0 #######
diff --git a/software/basic.csv b/software/basic.csv
index a61bce4..2856d91 100644
--- a/software/basic.csv
+++ b/software/basic.csv
@@ -15,7 +15,6 @@ https://www.tightvnc.com/download/2.8.59/tightvnc-2.8.59-gpl-setup-64bit.msi vnc
 https://ftp.nluug.nl/pub/vim/pc/vim82w32.zip vim.zip
 https://winscp.net/download/WinSCP-5.17.10-Portable.zip winscp.zip
 https://www.sordum.org/files/downloads.php?st-windows-update-blocker wub.zip
-https://farmanager.com/files/Far30b5700.x64.20201112.msi far-setup.msi
 https://golang.org/dl/go1.16.windows-amd64.msi go-setup.msi
 https://www.python.org/ftp/python/3.9.2/python-3.9.2-amd64.exe python3-setup.exe
 https://www.nirsoft.net/utils/regscanner-x64.zip regscanner.zip