Skip to content

Commit

Permalink
v9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vocatus authored Sep 11, 2016
1 parent 053de6c commit 030657a
Showing 1 changed file with 98 additions and 1 deletion.
99 changes: 98 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,103 @@ Version number legend:



########################
# v9.5.0 // 2016-09-11 # // AQ
########################
Internal
* tron.bat v9.5.0
/ Change text "Time zone name" to "Time zone" in log output
! Correct a couple references to USERPROFILE to use Tron's universal USERPROFILES instead
! Wrap all references to %TEMP% in quotes. Should help prevent crashing on systems where the username contains special characters (e.g. "&"). Thanks to /u/maliyaa and /u/wiggy4383

* check_update.bat v1.0.4
* Wrap all references to %TEMP% in quotes to account for possibility of a user account with special characters in it (e.g. "&")

* check_update_debloat_lists.bat v1.0.3
* Wrap all references to %TEMP% in quotes to account for possibility of a user account with special characters in it (e.g. "&")

Stage 0: Prep
* stage_0_prep.bat v1.1.0
! Fix bug in GUID dump. Was trying to include the current time in the file name instead of the date
! Wrap all references to %TEMP% in quotes. Should help prevent crashing on systems where the username contains special characters (e.g. "&")
. rkill v2.8.4.0
. ProcessKiller v2.0.0-TRON
. TDSS Killer v3.1.0.7
. McAfee Stinger v12.1.0.2097
. erunt v1.1j
. caffeine v1.6.2.0
. wget v1.18

Stage 1: Tempclean
* stage_1_tempclean.bat v1.1.2
* Wrap all references to %TEMP% in quotes to account for possibility of a user account with special characters in it (e.g. "&")
. CCleaner v5.21.5700
. BleachBit v1.12
. finddupe.exe v1.23
. TempFileCleanup v1.1.2-TRON
. USB Device Cleanup v1.2.0

Stage 2: De-bloat
* stage_2_de-bloat.bat v1.1.5
\ Swap order of Toolbar/BHO removal and by_name removal. Performing uninstalls by_name often forces a reboot so we do it last
! Correct a reference to USERPROFILE that should've used Tron's USERPROFILES instead

. \oem\programs_to_target_by_GUID.bat
. \oem\toolbars_BHOs_to_target_by_GUID.bat
. \oem\programs_to_target_by_name.txt
. \metro\metro_3rd_party_modern_apps_to_target_by_name.ps1
. \metro\metro_Microsoft_modern_apps_to_target_by_name.ps1

Stage 3: Disinfect
* stage_3_disinfect.bat v1.1.1
! mbam: Clean up mbam launching routine. Should eliminate erroneous message about mbam.exe not being found
! Correct a reference to USERPROFILE that should've used Tron's USERPROFILES instead

. Sophos Virus Removal Tool v2.5.5
. Kaspersky Virus Removal Tool v15.0.19.0
. Malwarebytes Anti-Malware v2.2.1.1043
* Malwarebytes included defs: 2016-09-08

Stage 4: Repair
* stage_4_repair.bat v1.0.8
- Remove redirection to log file on statements calling telemetry removal scripts. These scripts handle their own logging so this was incorrectly suppressing all output
. subinacl.exe v5.2.3790.1180
. Spybot Anti-Beacon v1.5.0.35
. Repair file extensions v1.0.0

Stage 5: Patch
. stage_5_patch.bat v1.1.3
. 7-Zip v16.02 (multi-language)
. Adobe Flash Player v22.0.0.209 (language ignored)
. Adobe Reader v11.0.17 (English-only; replace with your language version if necessary)
. Java Runtime Environment 8u102 (language ignored)
. Windows updates Pulled down live with this command: 'wuauclt /detectnow /updatenow'

Stage 6: Optimize
. stage_6_optimize.bat v1.0.3
. smartctl v6.5.0.4318 2016-05-07 r4318
. Defraggler v2.21.0.993

Stage 7: Wrap-up
. SwithMail.exe v2.1.5.0

Stage 8: Manual tools
. .NET Repair Tool v4.5.52207.36207
. ADSSpy v1.11.0.0
. AdwCleaner v6.0.1.0
. Autoruns v13.62
. BlueScreenView v1.55
. ComboFix v16.9.5.1
. Junkware Removal Tool v8.0.7.0
. Net Adapter Repair v1.2
. PC Hunter v1.35 x64
. PC Hunter v1.35 x86
. Remote Support Reboot Config v1.0.0
. Safe Mode Boot Selector.bat v1.0.0
. ServicesRepair v1.0.0.3
. Tron Reset Tool v1.0.0



########################
# v9.4.1 // 2016-09-08 # // AQ
Expand All @@ -29,7 +126,7 @@ Internal
* check_update_debloat_lists.bat v1.0.2
- Remove '--no-check-certificate' statement from wget commands, due to upgrade of Tron's internal wget.exe to v1.18. This enables proper SSL encryption when checking Github for new S2 debloat lists
! Remove erroneous debugging statement that was mistakenly left in. It flagged the local 3rd party Metro list as being out of date regardless of version
+ Add preloading of variables so the script doesn't crash if it can't detect a version number correctly. Thanks to /u/
+ Add preloading of variables so the script doesn't crash if it can't detect a version number correctly. Thanks to /u/Karmaisthedevil

Stage 0: Prep
. stage_0_prep.bat v1.0.9
Expand Down

0 comments on commit 030657a

Please sign in to comment.