Skip to content

Releases: cpjet64/ScavengersCommunitySupportTool

ScavengersCST v1.5

01 Jun 23:40
Compare
Choose a tag to compare

Full upgrade to custom sub forms and each subform has a confirm to continue checkbox when needed
added new features
Microsoft Updates function will fully update your computer except for Preview versions which tend to be buggy
Windows Firewall function resets WinFirewall to the default settings and rules
Reset Network function fully flushes your network adaptors
now if you run data collector or repair you are forced to input your discord username

ScavengersCST v1.4.2

28 May 19:31
Compare
Choose a tag to compare

fixed version label position in GUI

ScavengersCST v1.4.1

28 May 19:14
Compare
Choose a tag to compare

Fixed Typos, updated versioning and filehashing.

ScavengersCST v1.4

28 May 06:04
Compare
Choose a tag to compare

The initial release of full GUI conversion and automation of everything.

(ARCHIVE) Data Collector

02 May 00:12
89c0073
Compare
Choose a tag to compare

This release adds a data collector-only tool for fast and accurate system info gathering.

(ARCHIVE) SST

30 Apr 14:35
d3346de
Compare
Choose a tag to compare
changed Get-CimInstance -ClassName CIM_VideoController | Format-Table -AutoSize Name, CurrentHorizontalResolution, CurrentVerticalResolution, CurrentRefreshRate, @{Name="AdapterRamGB"; Expression={[int]($_.AdapterRam/1GB)}}, DriverDate, DriverVersion | Out-File -FilePath "$sstlog" -Encoding utf8 -Append

to

Get-CimInstance -ClassName CIM_VideoController | Format-Table -AutoSize -property Name, CurrentHorizontalResolution, CurrentVerticalResolution, CurrentRefreshRate, @{Name="AdapterRamGB"; Expression={[int]($_.AdapterRam/1GB)}}, DriverDate, DriverVersion | Out-File -FilePath "$sstlog" -Encoding utf8 -Append

(Archive) SST

30 Apr 13:56
dae0ff4
Compare
Choose a tag to compare

Initial Release os Scavengers Support Tool