Update README.md
This commit is contained in:
parent
9d70a0d842
commit
b6d8d943e5
1 changed files with 11 additions and 8 deletions
19
README.md
19
README.md
|
|
@ -1,21 +1,24 @@
|
||||||
# Version History
|
# Version History
|
||||||
|
|
||||||
|
**Version 1.2.10 - 10/01/21**
|
||||||
|
|
||||||
|
-Removed XMLOtherSource Parameter
|
||||||
|
-Cleaned up XML formatting which removed unnecessary duplication when the Snooze parameter was passed. Action ChildNodes are now appended to ToastTemplate XML.
|
||||||
|
|
||||||
**Version 1.2 - 09/01/21**
|
**Version 1.2 - 09/01/21**
|
||||||
|
|
||||||
Added logic so if the script is deployed as SYSTEM it will create a scheduled task to run the script for the current logged on user.
|
-Added logic so if the script is deployed as SYSTEM it will create a scheduled task to run the script for the current logged on user.
|
||||||
If the Toast script is deployed in the SYSTEM context, the script source is copied to a new folder in the users %TEMP% Directory.
|
-If the Toast script is deployed in the SYSTEM context, the script source is copied to a new folder in the users %TEMP% Directory. The folder is given a unique GUID name.
|
||||||
The folder is given a unique GUID name.
|
-A scheduled task is created for the current logged on user and is unique for the each time the Toast Script is deployed. Each scheduled task is named using the User SID and the unique Task GUID.
|
||||||
|
-If the script is deployed to the current logged on user, a scheduled task is not created and the script is run as normal.
|
||||||
A scheduled task is created for the current logged on user and is unique for the each time the Toast Script is deployed. Each scheduled task is named using the User SID and the unique Task GUID.
|
|
||||||
If the script is deployed to the current logged on user, a scheduled task is not created and the script is run as normal
|
|
||||||
|
|
||||||
**Version 1.1 - 30/12/20**
|
**Version 1.1 - 30/12/20**
|
||||||
|
|
||||||
Added a Snooze option (Use the -Snooze switch)
|
-Added a Snooze option (Use the -Snooze switch).
|
||||||
|
|
||||||
**Version 1.0 - 22/07/20**
|
**Version 1.0 - 22/07/20**
|
||||||
|
|
||||||
Release
|
-Release
|
||||||
|
|
||||||
# Project Outline
|
# Project Outline
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue