Skip to content

Commit

Permalink
AU: 1 updated - islc
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Apr 20, 2024
1 parent 13386e4 commit 6f03e29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 30 deletions.
31 changes: 4 additions & 27 deletions automatic/islc/islc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,13 @@
<metadata>
<id>islc</id>
<title>Intelligent standby list cleaner (ISLC)</title>
<version>0.0</version>
<version>1.0.3.2</version>
<authors>Ghislain Harvey,Shady757</authors>
<owners>tunisiano</owners>
<summary>Utility to clear the memory standby list according to the configured options parameter you set.</summary>
<description><![CDATA[## Display Driver Uninstaller
Display Driver Uninstaller is a driver removal utility that can help you completely
remove Graphics Processing Unit (GPU) display card drivers and packages (AMD/NVIDIA)
from your system without leaving leftovers behind; including registry keys, folders
and files, services, and the driver store.
The AMD/NVIDIA video drivers can normally be uninstalled from the Windows Control
panel, this driver uninstaller program was designed to be used in cases where the
standard driver uninstall fails, or whenever you need to thoroughly delete NVIDIA
and ATI video card drivers.
The current effect after you use this driver removal will be similar as if its the
first time you install a new driver just like a fresh, clean install of Windows.
As with any tool of this kind, we recommend creating a new system restore point
before using it, so that you can revert your system at any time if you run into
problems.
#### Usage
* The tool can be used in Normal mode but for absolute stability when using DDU, Safe
Mode is always recommended.
* Make a backup or a system restore. (but it should normally be pretty safe.)
#### Community
* [Forum - NVIDIA](https://forums.guru3d.com/threads/display-driver-uninstaller-thread.379506/)
* [Forum - AMD](https://forums.guru3d.com/threads/display-driver-uninstaller-thread.379505/)
* [Twitter](https://twitter.com/Wagnard)
<description><![CDATA[## Intelligent standby list cleaner (ISLC)
Intelligent standby list cleaner (ISLC) will monitor and clear the memory standby list according to the configured options parameter you set.
It should help users who have stutters in games when using windows 10 Creator update and higher version of windows.
### 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)
Expand Down
6 changes: 3 additions & 3 deletions automatic/islc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'
$url = 'https://www.wagnardsoft.com/DDU/download/DDU%20v18.0.7.6.exe'
$checksum = 'c566c60576d3f261a5066d0916f2ec8ebdb054d02d108375b63337abf013c705'
$url = 'https://www.wagnardsoft.com/ISLC/ISLC%20v1.0.3.2.exe'
$checksum = 'fc4961d4ffa095eb150b29ceb9d26a77098988c6549fe6187dbb80bfa2a6a381'
$checksumType = 'sha256'
$referer = 'https://www.wagnardsoft.com/forums/viewtopic.php?t=4908&sid=215eceac642b5fb3f04ae39b20db6cbd'
$referer = 'https://www.wagnardsoft.com/forums/viewtopic.php?t=1256&sid=8f9b7672c7f1a01393715331717d96d2'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Invoke-WebRequest -Uri $referer -OutFile "$env:TEMP/test.html" # Required to be allowed just after
Expand Down

0 comments on commit 6f03e29

Please sign in to comment.