-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package download startuplist.portable
[skip ci]
- Loading branch information
1 parent
c1755f0
commit 074a258
Showing
7 changed files
with
105 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[![](https://img.shields.io/chocolatey/v/startuplist.portable?color=green&label=startuplist.portable)](https://chocolatey.org/packages/startuplist.portable) [![](https://img.shields.io/chocolatey/dt/startuplist.portable)](https://chocolatey.org/packages/startuplist.portable) | ||
|
||
## StartupList (Portable) | ||
|
||
___ | ||
[choco://startuplist.portable](choco://startuplist.portable) | ||
To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support ](https://chocolatey.org/packages/choco-protocol-support) | ||
___ | ||
|
||
![Screenshot of StartupList](https://cdn.staticaly.com/gh/bcurran3/ChocolateyPackages/master/startuplist.portable/startuplist.portable_screenshot.png) | ||
|
||
StartupList: A simple tool that lists all and every auto starting program on your system. You might be surprised what it finds, this is way better than Msconfig. Commonly used to troubleshoot malfunctioning systems, trojan/viral infections, new spyware/malware breed and the likes. | ||
Compatible with: All Windows versions | ||
|
||
**[PACKAGE NOTES](https://github.com/bcurran3/ChocolateyPackages/blob/master/startuplist.portable/readme.md)** | ||
|
||
___ | ||
**Click here to [Patreon-ize](https://www.patreon.com/bcurran3) the package maintainer.** | ||
___ | ||
|
||
#### [choco://startuplist.portable](choco://startuplist.portable) | ||
To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support ](https://chocolatey.org/packages/choco-protocol-support) | ||
|
||
### Package-specific issue | ||
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose) | ||
|
||
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820) |
39 changes: 39 additions & 0 deletions
39
automatic/startuplist.portable/startuplist.portable.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>startuplist.portable</id> | ||
<version>2.02.20190115</version> | ||
<title>StartupList (Portable)</title> | ||
<authors>Merijn Bellekom</authors> | ||
<owners>bcurran3</owners> | ||
<licenseUrl>http://www.merijn.nu/faq.php#a_me4</licenseUrl> | ||
<projectUrl>http://www.merijn.nu/programs.php#startuplist</projectUrl> | ||
<iconUrl>https://cdn.staticaly.com/gh/bcurran3/ChocolateyPackages/master/startuplist.portable/startuplist.portable_icon.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>___ | ||
[choco://startuplist.portable](choco://startuplist.portable) | ||
To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support ](https://chocolatey.org/packages/choco-protocol-support) | ||
___ | ||
|
||
![Screenshot of StartupList](https://cdn.staticaly.com/gh/bcurran3/ChocolateyPackages/master/startuplist.portable/startuplist.portable_screenshot.png) | ||
|
||
StartupList: A simple tool that lists all and every auto starting program on your system. You might be surprised what it finds, this is way better than Msconfig. Commonly used to troubleshoot malfunctioning systems, trojan/viral infections, new spyware/malware breed and the likes. | ||
Compatible with: All Windows versions | ||
|
||
**[PACKAGE NOTES](https://github.com/bcurran3/ChocolateyPackages/blob/master/startuplist.portable/readme.md)** | ||
|
||
___ | ||
**Click here to [Patreon-ize](https://www.patreon.com/bcurran3) the package maintainer.** | ||
___</description> | ||
<summary>StartupList shows you what processes start automatically on your computer.</summary> | ||
<releaseNotes /> | ||
<tags>startuplist merijn system util utility startup list portable binary</tags> | ||
<packageSourceUrl>https://github.com/bcurran3/ChocolateyPackages/tree/master/startuplist.portable</packageSourceUrl> | ||
<dependencies> | ||
<dependency id="visualbasic6-kb896559" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="tools\**" target="tools" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
$packageName = 'startuplist.portable' | ||
$ExeFile = 'StartupList.exe' | ||
$ShortcutName = 'StartupList' | ||
|
||
Install-ChocolateyShortcut -shortcutFilePath "$ENV:Public\Desktop\$ShortcutName.lnk" -targetPath "$ENV:ChocolateyInstall\lib\$packageName\tools\$ExeFile" | ||
Install-ChocolateyShortcut -shortcutFilePath "$ENV:ProgramData\Microsoft\Windows\Start Menu\Programs\$ShortcutName.lnk" -targetPath "$toolsDir\$ExeFile" -WorkingDirectory "$toolsDir" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
$packageName = 'startuplist.portable' | ||
$ShortcutName = 'StartupList' | ||
|
||
Remove-Item "$ENV:Public\Desktop\$ShortcutName.lnk" -Force -ErrorAction SilentlyContinue | ||
Remove-Item "$ENV:ProgramData\Microsoft\Windows\Start Menu\Programs\$ShortcutName.lnk" -Force -ErrorAction SilentlyContinue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
==================== StartupList ==================== | ||
|
||
From http://www.merijn.nu/faq.php#a_me5 | ||
|
||
"What is the license agreement for your software? | ||
All my software is freeware and may be used by anyone free of charge, unless specified otherwise on my website. You are allowed to use this software as long as it is not altered, reverse-engineered or sold." | ||
|
||
To further clarify if the program is freely distributable or not, I contacted the author and permission was given via the following e-mail: | ||
|
||
From: Merijn <[email protected]> | ||
Sent: Tuesday, January 15, 2019 9:33 PM | ||
To: Bill Curran <redacted> | ||
Subject: Re: Is you're software freely distributable? | ||
|
||
Hi Bill, | ||
Yes, go ahead. Please note that it's been a very long while since any of my software programs has been updated, and official support ended rightly with Windows Vista. | ||
And thanks for the tip, I missed that link n! | ||
|
||
Regards, | ||
Merijn | ||
|
||
==================== StartupList ==================== |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
==================== StartupList ==================== | ||
|
||
bcurran3 downloaded, unzipped, and packaged the executable for StartupList from: | ||
https://www.merijn.nu/files/startuplist.zip | ||
|
||
==================== StartupList ==================== |