Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
Updated Version Number, took out data already in readme files or
otherwise on GitHub.
  • Loading branch information
pplude committed Sep 8, 2015
1 parent e7e2060 commit d6e9e18
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions Core.ps1
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
<#
PURPOSE: The purpose of this script is to create an easy to use
cleaner for various system issues that are commonly s
encountered. This script will use both Windows built-in
tools and various third party cleaners to disinfect a
Windows machine running 8.0 or later.
REQUIREMENTS:
Administrator access - Local administrator account
REQUIREMENTS: Administrator access - Local administrator account
PowerShell Execution Policy - Unrestricted
Safe-Mode on the computer (recommended)
AUTHOR: Based on TRON script batch file by vocatus on /r/TronScript
Initial port to PowerShell by pplude on /r/TronScriptEvo
VERSION: Initial Version 0.8
Convert core of TRON to PowerShell
VERSION: Initial Version 0.8.2
USAGE: Set the Execution Policy, run as Admin, and reboot
Expand All @@ -32,14 +24,6 @@
4 - Safe mode failure
5 - Bad EULA
6 - Bad Admin Rights
ERRATA:
Script is **NOT** Reboot-tolerant
RKILL is not in this version - if chocolatey does not supply
it, it isn't needed. Besides, vanilla TRON has been
struggling with issues with this component for several
versions now, better to avoid that hassle.
ProcessKiller is the same as above.
#>

######################
Expand All @@ -52,7 +36,7 @@
## GLOBAL VARIABLES ##
########################

$ScriptVersion = "0.8.0" # Major.Minor.Errata
$ScriptVersion = "0.8.2" # Major.Minor.Errata
$ScriptDate = "2015-08-28" # Commit date for Core.PS1, YYYY-MM-DD

$EvoRepo = "https://raw.githubusercontent.com/pplude/TronScriptEvo/master" # USE THIS FOR RELEASE VERSION
Expand Down

0 comments on commit d6e9e18

Please sign in to comment.