Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Security Apps
Hard_Configurator Tools
WHHLight - simplified application control for Windows Home and Pro.
Message
<blockquote data-quote="Andy Ful" data-source="post: 1096262" data-attributes="member: 32260"><p>Post updated and corrected.</p><p></p><p><strong><span style="font-size: 18px">UniGetUI</span></strong></p><p>[URL unfurl="true"]https://github.com/marticliment/UniGetUI[/URL]</p><p>[URL unfurl="true"]https://malwaretips.com/threads/managing-apps-with-wingetui.121604/post-1095072[/URL]</p><p></p><p>UniGetUI is a promising project that can help install/update many applications simultaneously.</p><p>It normally works in real-time but this would be incompatible with WHHLight. <strong>One has to reconfigure UniGetUi to work on-demand as follows:</strong></p><ol> <li data-xf-list-type="ol">Installation of UniGetUI must be done with < SWH > = OFF in WHHLight. After installation, the autorun entry must be removed:<br /> navigate to the Registry key "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run" and <span style="color: rgb(184, 49, 47)"><strong>remove the value "WingetUI"</strong></span>.<br /> Windows restart is required.</li> <li data-xf-list-type="ol">UniGetUI must be re-configured to not hide on the System Tray:<br /> <strong><span style="color: rgb(41, 105, 176)">Settings >> User interface preferences >> untick "Show UniGetUI on the system tray."</span></strong></li> <li data-xf-list-type="ol">Before running UniGetUI the WHHLight < SWH > must be temporarily switched OFF. This is necessary because UniGetUI uses PowerShell scripts.</li> <li data-xf-list-type="ol">If the FirewallHardening rules are activated, the rule for msiexec.exe must be deactivated because UnuGetUI often uses this LOLBin to download MSI installers from the Internet.</li> </ol><p>I like the "Package Bundles" feature. It is possible to create/share a package bundle that allows the silent installation of the predefined set of applications. Here is an example of such a package bundle, that includes several useful applications (all installed in %ProgramFiles%):</p><p></p><p>The content of the file <strong><span style="color: rgb(41, 105, 176)">MyPackageBundle.json</span></strong></p><p>[SPOILER="MyPackageBundle"]</p><p>[CODE]{</p><p> "export_version": 2,</p><p> "packages": [</p><p> {</p><p> "Id": "Zoom.Zoom",</p><p> "Name": "Zoom Workplace",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "XnSoft.XnView.Classic",</p><p> "Name": "XnView",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "XMediaRecode.XMediaRecode",</p><p> "Name": "XMedia Recode",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "WiseCleaner.WiseDiskCleaner",</p><p> "Name": "Wise Disk Cleaner",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "WinSCP.WinSCP",</p><p> "Name": "WinSCP",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "WinMerge.WinMerge",</p><p> "Name": "WinMerge",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "VideoLAN.VLC",</p><p> "Name": "VLC media player",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "JAMSoftware.UltraSearch",</p><p> "Name": "UltraSearch",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "Ubisoft.Connect",</p><p> "Name": "Ubisoft Connect",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "JAMSoftware.TreeSize.Free",</p><p> "Name": "TreeSize Free",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "ShareX.ShareX",</p><p> "Name": "ShareX",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "RevoUninstaller.RevoUninstaller",</p><p> "Name": "Revo Uninstaller",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "Piriform.Recuva",</p><p> "Name": "Recuva",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "Daum.PotPlayer",</p><p> "Name": "PotPlayer",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "Plex.Plex",</p><p> "Name": "Plex",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "AndreWiethoff.ExactAudioCopy",</p><p> "Name": "Exact Audio Copy",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "OBSProject.OBSStudio",</p><p> "Name": "OBS Studio",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "MusicBee.MusicBee",</p><p> "Name": "MusicBee",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "Guru3D.Afterburner",</p><p> "Name": "MSI Afterburner",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "Mozilla.Thunderbird",</p><p> "Name": "Mozilla Thunderbird",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "Crintsoft.MiniLyrics",</p><p> "Name": "MiniLyrics",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "Inkscape.Inkscape",</p><p> "Name": "Inkscape",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "LIGHTNINGUK.ImgBurn",</p><p> "Name": "ImgBurn",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "REALiX.HWiNFO",</p><p> "Name": "HWiNFO",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "HiBitSoftware.HiBitUninstaller",</p><p> "Name": "HiBit Uninstaller",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "Glarysoft.GlaryUtilities",</p><p> "Name": "Glary Utilities",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "MarekJasinski.FreeCommanderXE",</p><p> "Name": "FreeCommander XE",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "Foxit.FoxitReader",</p><p> "Name": "Foxit PDF Reader",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "PeterPawlowski.foobar2000",</p><p> "Name": "foobar2000",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "FastStone.Viewer",</p><p> "Name": "FastStone Image Viewer",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "EpicGames.EpicGamesLauncher",</p><p> "Name": "Epic Games Launcher",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "eMClient.eMClient",</p><p> "Name": "eM Client",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "EaseUS.TodoBackup",</p><p> "Name": "EaseUS Todo Backup Free",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "IObit.DriverBooster",</p><p> "Name": "Driver Booster",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "Iterate.Cyberduck",</p><p> "Name": "Cyberduck",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "Audacity.Audacity",</p><p> "Name": "Audacity",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "AOMEI.PartitionAssistant",</p><p> "Name": "AOMEI Partition Assistant",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "AOMEI.Backupper.Standard",</p><p> "Name": "AOMEI Backupper",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "AnyDeskSoftwareGmbH.AnyDesk",</p><p> "Name": "AnyDesk",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "AIMP.AIMP",</p><p> "Name": "AIMP",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "Adobe.CreativeCloud",</p><p> "Name": "Adobe Creative Cloud",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "Adobe.Acrobat.Reader.64-bit",</p><p> "Name": "Adobe Acrobat Reader DC (64-bit)",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "7zip.7zip",</p><p> "Name": "7-Zip",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "Rainy.Rainlendar.Lite",</p><p> "Name": "Rainlendar Lite",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "subhra74.XtremeDownloadManager.Beta",</p><p> "Name": "Xtreme Download Manager Beta",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "Auslogics.DiskDefrag",</p><p> "Name": "Auslogics Disk Defrag",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "WiseCleaner.WiseFolderHider",</p><p> "Name": "Wise Folder Hider",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "MirandaIM.MirandaIM",</p><p> "Name": "Miranda IM",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "Pidgin.Pidgin",</p><p> "Name": "Pidgin",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> },</p><p> {</p><p> "Id": "Oracle.VirtualBox",</p><p> "Name": "Oracle VM VirtualBox",</p><p> "Version": "",</p><p> "Source": "winget",</p><p> "ManagerName": "Winget",</p><p> "InstallationOptions": {</p><p> "SkipHashCheck": false,</p><p> "InteractiveInstallation": false,</p><p> "RunAsAdministrator": false,</p><p> "Architecture": "",</p><p> "InstallationScope": "",</p><p> "CustomParameters": [],</p><p> "PreRelease": false,</p><p> "CustomInstallLocation": "",</p><p> "Version": ""</p><p> },</p><p> "Updates": {</p><p> "UpdatesIgnored": false,</p><p> "IgnoredVersion": ""</p><p> }</p><p> }</p><p> ],</p><p> "incompatible_packages_info": "Incompatible packages cannot be installed from WingetUI, but they have been listed here for logging purposes.",</p><p> "incompatible_packages": []</p><p>}[/CODE]</p><p>[/SPOILER]</p><p></p><p>[ATTACH=full]284775[/ATTACH]</p><p>[ATTACH=full]284776[/ATTACH]</p><p></p><p>When applications are installed in %ProgramFiles%, one can execute UniGetUI with Administrator rights using "Run as administrator". This allows completely silent installation/update of many applications - there are no UAC prompts because the application installers are already elevated. This very convenient way of installing/updating many applications is similar to Ninite, but UniGetUI has access to much larger application repositories. Instead of watching the installation progress and clicking UAC alerts many times, one can watch TV or go for a walk. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite109" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite130" alt="(y)" title="Thumbs up (y)" loading="lazy" data-shortname="(y)" /></p><p><strong><span style="color: rgb(184, 49, 47)">Do not execute UniGetUI via "Run as administrator" to install/update applications that install in UserSpace (not in %ProgramFiles%), especially when using Standard User Account.</span></strong></p><p><strong></strong></p><p><strong>Edit1.</strong></p><p>I noticed a bug in UniGetUI. On my computer, I must import the package bundle <strong>twice</strong> until it properly opens in the application.</p><p></p><p>Edit2.</p><p>Added info about allowing msiexec.exe in FirewallHardening.</p></blockquote><p></p>
[QUOTE="Andy Ful, post: 1096262, member: 32260"] Post updated and corrected. [B][SIZE=5]UniGetUI[/SIZE][/B] [URL unfurl="true"]https://github.com/marticliment/UniGetUI[/URL] [URL unfurl="true"]https://malwaretips.com/threads/managing-apps-with-wingetui.121604/post-1095072[/URL] UniGetUI is a promising project that can help install/update many applications simultaneously. It normally works in real-time but this would be incompatible with WHHLight. [B]One has to reconfigure UniGetUi to work on-demand as follows:[/B] [LIST=1] [*]Installation of UniGetUI must be done with < SWH > = OFF in WHHLight. After installation, the autorun entry must be removed: navigate to the Registry key "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run" and [COLOR=rgb(184, 49, 47)][B]remove the value "WingetUI"[/B][/COLOR]. Windows restart is required. [*]UniGetUI must be re-configured to not hide on the System Tray: [B][COLOR=rgb(41, 105, 176)]Settings >> User interface preferences >> untick "Show UniGetUI on the system tray."[/COLOR][/B] [*]Before running UniGetUI the WHHLight < SWH > must be temporarily switched OFF. This is necessary because UniGetUI uses PowerShell scripts. [*]If the FirewallHardening rules are activated, the rule for msiexec.exe must be deactivated because UnuGetUI often uses this LOLBin to download MSI installers from the Internet. [/LIST] I like the "Package Bundles" feature. It is possible to create/share a package bundle that allows the silent installation of the predefined set of applications. Here is an example of such a package bundle, that includes several useful applications (all installed in %ProgramFiles%): The content of the file [B][COLOR=rgb(41, 105, 176)]MyPackageBundle.json[/COLOR][/B] [SPOILER="MyPackageBundle"] [CODE]{ "export_version": 2, "packages": [ { "Id": "Zoom.Zoom", "Name": "Zoom Workplace", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "XnSoft.XnView.Classic", "Name": "XnView", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "XMediaRecode.XMediaRecode", "Name": "XMedia Recode", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "WiseCleaner.WiseDiskCleaner", "Name": "Wise Disk Cleaner", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "WinSCP.WinSCP", "Name": "WinSCP", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "WinMerge.WinMerge", "Name": "WinMerge", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "VideoLAN.VLC", "Name": "VLC media player", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "JAMSoftware.UltraSearch", "Name": "UltraSearch", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "Ubisoft.Connect", "Name": "Ubisoft Connect", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "JAMSoftware.TreeSize.Free", "Name": "TreeSize Free", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "ShareX.ShareX", "Name": "ShareX", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "RevoUninstaller.RevoUninstaller", "Name": "Revo Uninstaller", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "Piriform.Recuva", "Name": "Recuva", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "Daum.PotPlayer", "Name": "PotPlayer", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "Plex.Plex", "Name": "Plex", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "AndreWiethoff.ExactAudioCopy", "Name": "Exact Audio Copy", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "OBSProject.OBSStudio", "Name": "OBS Studio", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "MusicBee.MusicBee", "Name": "MusicBee", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "Guru3D.Afterburner", "Name": "MSI Afterburner", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "Mozilla.Thunderbird", "Name": "Mozilla Thunderbird", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "Crintsoft.MiniLyrics", "Name": "MiniLyrics", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "Inkscape.Inkscape", "Name": "Inkscape", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "LIGHTNINGUK.ImgBurn", "Name": "ImgBurn", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "REALiX.HWiNFO", "Name": "HWiNFO", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "HiBitSoftware.HiBitUninstaller", "Name": "HiBit Uninstaller", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "Glarysoft.GlaryUtilities", "Name": "Glary Utilities", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "MarekJasinski.FreeCommanderXE", "Name": "FreeCommander XE", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "Foxit.FoxitReader", "Name": "Foxit PDF Reader", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "PeterPawlowski.foobar2000", "Name": "foobar2000", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "FastStone.Viewer", "Name": "FastStone Image Viewer", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "EpicGames.EpicGamesLauncher", "Name": "Epic Games Launcher", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "eMClient.eMClient", "Name": "eM Client", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "EaseUS.TodoBackup", "Name": "EaseUS Todo Backup Free", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "IObit.DriverBooster", "Name": "Driver Booster", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "Iterate.Cyberduck", "Name": "Cyberduck", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "Audacity.Audacity", "Name": "Audacity", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "AOMEI.PartitionAssistant", "Name": "AOMEI Partition Assistant", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "AOMEI.Backupper.Standard", "Name": "AOMEI Backupper", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "AnyDeskSoftwareGmbH.AnyDesk", "Name": "AnyDesk", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "AIMP.AIMP", "Name": "AIMP", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "Adobe.CreativeCloud", "Name": "Adobe Creative Cloud", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "Adobe.Acrobat.Reader.64-bit", "Name": "Adobe Acrobat Reader DC (64-bit)", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "7zip.7zip", "Name": "7-Zip", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "Rainy.Rainlendar.Lite", "Name": "Rainlendar Lite", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "subhra74.XtremeDownloadManager.Beta", "Name": "Xtreme Download Manager Beta", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "Auslogics.DiskDefrag", "Name": "Auslogics Disk Defrag", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "WiseCleaner.WiseFolderHider", "Name": "Wise Folder Hider", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "MirandaIM.MirandaIM", "Name": "Miranda IM", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "Pidgin.Pidgin", "Name": "Pidgin", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } }, { "Id": "Oracle.VirtualBox", "Name": "Oracle VM VirtualBox", "Version": "", "Source": "winget", "ManagerName": "Winget", "InstallationOptions": { "SkipHashCheck": false, "InteractiveInstallation": false, "RunAsAdministrator": false, "Architecture": "", "InstallationScope": "", "CustomParameters": [], "PreRelease": false, "CustomInstallLocation": "", "Version": "" }, "Updates": { "UpdatesIgnored": false, "IgnoredVersion": "" } } ], "incompatible_packages_info": "Incompatible packages cannot be installed from WingetUI, but they have been listed here for logging purposes.", "incompatible_packages": [] }[/CODE] [/SPOILER] [ATTACH type="full" alt="1722896657547.png"]284775[/ATTACH] [ATTACH type="full" alt="1722896682605.png"]284776[/ATTACH] When applications are installed in %ProgramFiles%, one can execute UniGetUI with Administrator rights using "Run as administrator". This allows completely silent installation/update of many applications - there are no UAC prompts because the application installers are already elevated. This very convenient way of installing/updating many applications is similar to Ninite, but UniGetUI has access to much larger application repositories. Instead of watching the installation progress and clicking UAC alerts many times, one can watch TV or go for a walk. :) (y) [B][COLOR=rgb(184, 49, 47)]Do not execute UniGetUI via "Run as administrator" to install/update applications that install in UserSpace (not in %ProgramFiles%), especially when using Standard User Account.[/COLOR] Edit1.[/B] I noticed a bug in UniGetUI. On my computer, I must import the package bundle [B]twice[/B] until it properly opens in the application. Edit2. Added info about allowing msiexec.exe in FirewallHardening. [/QUOTE]
Insert quotes…
Verification
Post reply
Top