Downloading and Installing Applications Silently Need Bit of a Guidance !!

This page summarizes the projects mentioned and recommended in the original post on /r/AutoHotkey

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • TaskbarX

    Center Windows taskbar icons with a variety of animations and options.

  • #SingleInstance, Force IfNotExist, % A_Desktop . "\new_sw_install\" FileCreateDir, % A_Desktop . "\new_sw_install\" IfExist, % A_Desktop . "\new_sw_install\" ; Static Url auto download Urldownloadtofile, https://bits.avcdn.net/productfamily_CCLEANER/insttype_FREE/platform_WIN_PIR/installertype_ONLINE/build_RELEASE/cookie_mmm_ccl_c12_999_e6e_m, % A_Desktop . "\new_sw_install\ccsetup.exe" Urldownloadtofile, https://dist.torproject.org/torbrowser/11.0.11/torbrowser-install-win64-11.0.11_en-US.exe, % A_Desktop . "\new_sw_install\tor.exe" Urldownloadtofile, https://www.sordum.org/files/easy-context-menu/ec_menu.zip, % A_Desktop . "\new_sw_install\ec_menu.zip" Urldownloadtofile, https://download.anydesk.com/AnyDesk.exe, % A_Desktop . "\new_sw_install\AnyDesk.exe" Urldownloadtofile, https://update.pushbullet.com/pushbullet_installer.exe, % A_Desktop . "\new_sw_install\pushbullet_installer.exe" Urldownloadtofile, https://www.autohotkey.com/scite4ahk/dl/SciTE4AHK300601_Install.exe, % A_Desktop . "\new_sw_install\SciTE4AHK300601_Install.exe" Urldownloadtofile, https://software.muzychenko.net/freeware/vac466lite.zip, % A_Desktop . "\new_sw_install\vac466lite.zip" Urldownloadtofile, https://d3.7-zip.org/a/7z2107-x64.exe, % A_Desktop . "\new_sw_install\7z2107-x64.exe" Urldownloadtofile, https://code.visualstudio.com/sha/download?build=stable&os=win32-x64, % A_Desktop . "\new_sw_install\VScode_setup.exe" MsgBox, 7 softwares Downloading Success`nTor.exe,`nec_menu.zip,`nAnyDesk.exe,`npushbullet_installer.exe,`nSciTE4AHK300601_Install.exe,`nVirtual_Audio_Cable_(VAC),`n7zip Run, % A_Desktop . "\new_sw_install\" MD: MsgBox, 4, Exiting in 3 Min, Manual Software Download from URL`n`nClick Yes to launch Websites.`nClick No to Remind Again in 15-min, 180 ; 60+60+60 = 180 Sec = 3 min IfMsgBox, Yes, { ; Dynamic Url Manual download > Yes to launch Websites Run, https://www.google.com/intl/en_in/chrome/ Run, https://www.citrix.com/en-in/downloads/workspace-app/windows/ Run, https://www.win-rar.com/fileadmin/winrar-versions/winrar/winrar-x64-611.exe Run, https://github.com/ChrisAnd1998/TaskbarX/releases Run, https://www.videolan.org/vlc/ Run, https://github.com/henrypp/simplewall/releases } else IfMsgBox, No, { MsgBox, Will Remind again in 15-min Sleep, 1000*60*15 ; 15 min goto, MD } else IfMsgBox, Timeout, { ;3 min Timeout ExitApp } MsgBox, 4,, Research Before Download Required IfMsgBox, Yes, { Run, https://www.youtube.com/results?search_query=Adobe+Acrobat+DC+pro+free Run, https://www.youtube.com/results?search_query=Microsoft+Office+2019+Free+Download. } else { MsgBox You pressed No. } return ; Run in PowerShell - https://christitus.com/windows-tool/ - https://www.youtube.com/c/ChrisTitusTech ; iwr -useb https://christitus.com/win | iex

  • VideoLAN Client (VLC)

    VLC media player - All pull requests are ignored, please follow https://wiki.videolan.org/Sending_Patches_VLC/

  • #SingleInstance, Force IfNotExist, % A_Desktop . "\new_sw_install\" FileCreateDir, % A_Desktop . "\new_sw_install\" IfExist, % A_Desktop . "\new_sw_install\" ; Static Url auto download Urldownloadtofile, https://bits.avcdn.net/productfamily_CCLEANER/insttype_FREE/platform_WIN_PIR/installertype_ONLINE/build_RELEASE/cookie_mmm_ccl_c12_999_e6e_m, % A_Desktop . "\new_sw_install\ccsetup.exe" Urldownloadtofile, https://dist.torproject.org/torbrowser/11.0.11/torbrowser-install-win64-11.0.11_en-US.exe, % A_Desktop . "\new_sw_install\tor.exe" Urldownloadtofile, https://www.sordum.org/files/easy-context-menu/ec_menu.zip, % A_Desktop . "\new_sw_install\ec_menu.zip" Urldownloadtofile, https://download.anydesk.com/AnyDesk.exe, % A_Desktop . "\new_sw_install\AnyDesk.exe" Urldownloadtofile, https://update.pushbullet.com/pushbullet_installer.exe, % A_Desktop . "\new_sw_install\pushbullet_installer.exe" Urldownloadtofile, https://www.autohotkey.com/scite4ahk/dl/SciTE4AHK300601_Install.exe, % A_Desktop . "\new_sw_install\SciTE4AHK300601_Install.exe" Urldownloadtofile, https://software.muzychenko.net/freeware/vac466lite.zip, % A_Desktop . "\new_sw_install\vac466lite.zip" Urldownloadtofile, https://d3.7-zip.org/a/7z2107-x64.exe, % A_Desktop . "\new_sw_install\7z2107-x64.exe" Urldownloadtofile, https://code.visualstudio.com/sha/download?build=stable&os=win32-x64, % A_Desktop . "\new_sw_install\VScode_setup.exe" MsgBox, 7 softwares Downloading Success`nTor.exe,`nec_menu.zip,`nAnyDesk.exe,`npushbullet_installer.exe,`nSciTE4AHK300601_Install.exe,`nVirtual_Audio_Cable_(VAC),`n7zip Run, % A_Desktop . "\new_sw_install\" MD: MsgBox, 4, Exiting in 3 Min, Manual Software Download from URL`n`nClick Yes to launch Websites.`nClick No to Remind Again in 15-min, 180 ; 60+60+60 = 180 Sec = 3 min IfMsgBox, Yes, { ; Dynamic Url Manual download > Yes to launch Websites Run, https://www.google.com/intl/en_in/chrome/ Run, https://www.citrix.com/en-in/downloads/workspace-app/windows/ Run, https://www.win-rar.com/fileadmin/winrar-versions/winrar/winrar-x64-611.exe Run, https://github.com/ChrisAnd1998/TaskbarX/releases Run, https://www.videolan.org/vlc/ Run, https://github.com/henrypp/simplewall/releases } else IfMsgBox, No, { MsgBox, Will Remind again in 15-min Sleep, 1000*60*15 ; 15 min goto, MD } else IfMsgBox, Timeout, { ;3 min Timeout ExitApp } MsgBox, 4,, Research Before Download Required IfMsgBox, Yes, { Run, https://www.youtube.com/results?search_query=Adobe+Acrobat+DC+pro+free Run, https://www.youtube.com/results?search_query=Microsoft+Office+2019+Free+Download. } else { MsgBox You pressed No. } return ; Run in PowerShell - https://christitus.com/windows-tool/ - https://www.youtube.com/c/ChrisTitusTech ; iwr -useb https://christitus.com/win | iex

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • simplewall

    Discontinued Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.

  • #SingleInstance, Force IfNotExist, % A_Desktop . "\new_sw_install\" FileCreateDir, % A_Desktop . "\new_sw_install\" IfExist, % A_Desktop . "\new_sw_install\" ; Static Url auto download Urldownloadtofile, https://bits.avcdn.net/productfamily_CCLEANER/insttype_FREE/platform_WIN_PIR/installertype_ONLINE/build_RELEASE/cookie_mmm_ccl_c12_999_e6e_m, % A_Desktop . "\new_sw_install\ccsetup.exe" Urldownloadtofile, https://dist.torproject.org/torbrowser/11.0.11/torbrowser-install-win64-11.0.11_en-US.exe, % A_Desktop . "\new_sw_install\tor.exe" Urldownloadtofile, https://www.sordum.org/files/easy-context-menu/ec_menu.zip, % A_Desktop . "\new_sw_install\ec_menu.zip" Urldownloadtofile, https://download.anydesk.com/AnyDesk.exe, % A_Desktop . "\new_sw_install\AnyDesk.exe" Urldownloadtofile, https://update.pushbullet.com/pushbullet_installer.exe, % A_Desktop . "\new_sw_install\pushbullet_installer.exe" Urldownloadtofile, https://www.autohotkey.com/scite4ahk/dl/SciTE4AHK300601_Install.exe, % A_Desktop . "\new_sw_install\SciTE4AHK300601_Install.exe" Urldownloadtofile, https://software.muzychenko.net/freeware/vac466lite.zip, % A_Desktop . "\new_sw_install\vac466lite.zip" Urldownloadtofile, https://d3.7-zip.org/a/7z2107-x64.exe, % A_Desktop . "\new_sw_install\7z2107-x64.exe" Urldownloadtofile, https://code.visualstudio.com/sha/download?build=stable&os=win32-x64, % A_Desktop . "\new_sw_install\VScode_setup.exe" MsgBox, 7 softwares Downloading Success`nTor.exe,`nec_menu.zip,`nAnyDesk.exe,`npushbullet_installer.exe,`nSciTE4AHK300601_Install.exe,`nVirtual_Audio_Cable_(VAC),`n7zip Run, % A_Desktop . "\new_sw_install\" MD: MsgBox, 4, Exiting in 3 Min, Manual Software Download from URL`n`nClick Yes to launch Websites.`nClick No to Remind Again in 15-min, 180 ; 60+60+60 = 180 Sec = 3 min IfMsgBox, Yes, { ; Dynamic Url Manual download > Yes to launch Websites Run, https://www.google.com/intl/en_in/chrome/ Run, https://www.citrix.com/en-in/downloads/workspace-app/windows/ Run, https://www.win-rar.com/fileadmin/winrar-versions/winrar/winrar-x64-611.exe Run, https://github.com/ChrisAnd1998/TaskbarX/releases Run, https://www.videolan.org/vlc/ Run, https://github.com/henrypp/simplewall/releases } else IfMsgBox, No, { MsgBox, Will Remind again in 15-min Sleep, 1000*60*15 ; 15 min goto, MD } else IfMsgBox, Timeout, { ;3 min Timeout ExitApp } MsgBox, 4,, Research Before Download Required IfMsgBox, Yes, { Run, https://www.youtube.com/results?search_query=Adobe+Acrobat+DC+pro+free Run, https://www.youtube.com/results?search_query=Microsoft+Office+2019+Free+Download. } else { MsgBox You pressed No. } return ; Run in PowerShell - https://christitus.com/windows-tool/ - https://www.youtube.com/c/ChrisTitusTech ; iwr -useb https://christitus.com/win | iex

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts