Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
1,013
Downloads of v 1.10:
353
Last Update:
24 Nov 2019
Package Maintainer(s):
Software Author(s):
- Nir Sofer
Tags:
nirsoft advancedrun commandline portable binary- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

AdvancedRun (Portable)
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,013
Downloads of v 1.10:
353
Maintainer(s):
Software Author(s):
- Nir Sofer
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install AdvancedRun (Portable), run the following command from the command line or from PowerShell:
To upgrade AdvancedRun (Portable), run the following command from the command line or from PowerShell:
To uninstall AdvancedRun (Portable), run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download advancedrun --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade advancedrun -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade advancedrun -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure advancedrun installed
win_chocolatey:
name: advancedrun
state: present
version: 1.10
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'advancedrun' do
action :install
version '1.10'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: advancedrun,
Version: 1.10,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller advancedrun
{
Name = 'advancedrun'
Ensure = 'Present'
Version = '1.10'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'advancedrun':
provider => 'chocolatey',
ensure => '1.10',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install advancedrun version="1.10" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator Pauby on 04 Dec 2019.
choco://advancedrun
To use choco:// protocol URLs, install (unofficial) choco:// Protocol support
AdvancedRun is a simple tool for Windows that allows you to run a program with different settings that you choose, including - low or high priority, start directory, main window state (Minimized/Maximized), run the program with different user or permissions, Operating system compatibility settings, and environment variables. You can also save the desired settings into a configuration file and then run the program automatically from command-line with the desired settings.
Examples of what you can do with AdvancedRun
- Run the RegEdit of Windows as normal user on Windows 10/8/7/Vista, without elevation. In this mode, you'll not be able to access or modify Registry keys that require admin rights.
- Run the RegEdit of Windows as SYSTEM user on Windows 10/8/7/Vista. In this mode, you'll be able to access the HKEY_LOCAL_MACHINE\SECURITY key.
- Run a program with a user of another running process.
- Run a program in high priority.
- Run a specific instance of program in Windows XP compatibility mode, without making global changes in the Registry.
- Run a specific instance of program with different PATH environment string, but without modifying the PATH string of the entire system and without using batch files or command prompt window.
- Run a program with a full set of environment variables you choose, ignoring the system environment variables completely.
System Requirements
This utility works on any version of Windows, starting from Windows XP and up to Windows 10. Both 32-bit and 64-bit systems are supported. Some of the features, like 'Run As SYSTEM User' and 'Run As user of selected process' are not supported on Windows XP.
Click here to Patreon-ize the package maintainer.
md5: E8BC748E819F267EAD94861E23178D90 | sha1: 55BE90C12764B2C25D075648AAB21F01E802A43F | sha256: 9E541267B9A722FBEB2765992C7494F75C4F80E16929E360991FE2E424BBEEE3 | sha512: F34A12B4E8B1F8FD662927BB35407F635F9DC70DECD61B9C4259F7EC6099C78773E566ABF87AAD1468021920D210BD6B1B65C93489B37D142E99ACDB1540401C
md5: 6A7C6FDE76ACC9AE31789FAD4D388CBC | sha1: 31E5B59FCA8537B1A09199F37204F8A3FF967185 | sha256: 788D3FAA45F4A8C206CA30573B9B955CD5F9D42633E7072E8DE781BCDBA18FE5 | sha512: FCC42EC692881BA9BC8832A5AF252F442689702881E4BCF1F493DBFC0B8927072F5DEF2FF2C362833B51F48217CD9696EF6E55B4A7CBA4CBFA5A8F4824571B2F
$ErrorActionPreference = 'Stop'
$packageName = 'advancedrun'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://www.nirsoft.net/utils/advancedrun.zip'
$checksum = '1826158A41EDE17BC4A0736A22EC68C2F18FAED3839CE04BAFDC7B19D5E853EE'
$url64 = 'http://www.nirsoft.net/utils/advancedrun-x64.zip'
$checksum64 = '34743C6E9E940B2CD7A65447E2B0A9A033CF3BA0027BAD1929948A427CE4FB83'
$shortcutName = 'AdvancedRun.lnk'
$exe = 'AdvancedRun.exe'
$packageArgs = @{
packageName = $packageName
Destination = $toolsDir
FileFullPath = "$toolsDir\advancedrun.zip"
FileFullPath64 = "$toolsDir\advancedrun-x64.zip"
}
Get-ChocolateyUnzip @packageArgs
Install-ChocolateyShortcut -shortcutFilePath "$ENV:Public\Desktop\$shortcutName" -targetPath "$toolsDir\$exe" -WorkingDirectory "$toolsDir"
Install-ChocolateyShortcut -shortcutFilePath "$ENV:ProgramData\Microsoft\Windows\Start Menu\Programs\$shortcutName" -targetPath "$toolsDir\$exe"
Remove-Item "$toolsDir\*.zip" -ErrorAction SilentlyContinue | Out-Null
Remove-Item "$toolsDir\*.ignore" -ErrorAction SilentlyContinue | Out-Null
$ErrorActionPreference = 'Stop'
$packageName = 'advancedrun'
$shortcutName = 'AdvancedRun.lnk'
Remove-Item "$env:Public\Desktop\$shortcutName" -Force -ErrorAction SilentlyContinue
Remove-Item "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\$shortcutName" -Force -ErrorAction SilentlyContinue
==================== AdvancedRun ====================
From the readme.txt file inside the distributed .ZIP files:
License
=======
This utility is released as freeware. You are allowed to freely
distribute this utility via floppy disk, CD-ROM, Internet, or in any
other way, as long as you don't charge anything for this and you don't
sell it or distribute it as a part of commercial product. If you
distribute this utility, you must include all files in the distribution
package, without any modification !
==================== AdvancedRun ====================
==================== AdvancedRun ====================
bcurran3 downloads and packages the included .ZIPs for AdvancedRun from the developer's website.
The direct download links are:
https://www.nirsoft.net/utils/advancedrun.zip
https://www.nirsoft.net/utils/advancedrun-x64.zip
==================== AdvancedRun ====================
Log in or click on link to see number of positives.
- advancedrun.1.10.nupkg (e1a80e54fd61) - ## / 60
- AdvancedRun.exe (20bfeba5cbb8) - ## / 69
- AdvancedRun.exe (77bad1003433) - ## / 67
- advancedrun-x64.zip (9e541267b9a7) - ## / 60
- advancedrun.zip (788d3faa45f4) - ## / 60
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
AdvancedRun (Portable) 1.10 | 353 | Sunday, November 24, 2019 | Approved |
AdvancedRun (Portable) 1.07 | 193 | Thursday, January 31, 2019 | Approved |
AdvancedRun (Portable) 1.05 | 467 | Sunday, April 30, 2017 | Approved |
Copyright (c) Nir Sofer
This package has no dependencies.
Ground Rules:
- This discussion is only about AdvancedRun (Portable) and the AdvancedRun (Portable) package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or AdvancedRun (Portable), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.