Skip to content

Commit 6d26abc

Browse files
committed
Version 2.0 - 23 Jun 2020
- Wrapping up for v2.0 - Fix uninstallation where other software by wandersick gets removed also
1 parent 4d8feb6 commit 6d26abc

File tree

7 files changed

+302
-302
lines changed

7 files changed

+302
-302
lines changed

Data/_elevate.vbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
' Subscript of ChMac by wandersick.com
1+
' Subscript of ChMac by wandersick
22

33
' Used to run desired programs as administrator (for Vista or later with UAC)
44
' Based on http://www.winhelponline.com/articles/185/1/VBScripts-and-UAC-elevation.html

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For a quick start, refer to [Examples](#Examples) section; for screenshots, refe
2222
- Error checking and rich return codes for scripting and other possibilities
2323
- Free and open-source software written in Windows batch language
2424
- Supports Windows 2000/XP/Vista/7/8/8.1/10 and Server 2000/2003/2008/2012/2016/2019
25-
- Portable by default. Optional installer enables `chmac` command globally (in Command Prompt and Run prompt)
25+
- Portable by default. Optional installer enables `chmac` command globally (in Command Prompt and Run prompt. For PowerShell prompt, the command would be `chmac.bat`)
2626
- Easy-to-use interactive console as well as accepting command-line parameters
2727
- Just follow instructions on screen for using the interactive console. For command-line mode, see the following
2828

@@ -305,7 +305,7 @@ Return code: 7
305305

306306
| Ver | Date | Changes |
307307
| --- | --- | --- |
308-
| 2.0 | 20200619 | - Add setup.exe for an installation option alongside existing portable mode, adding to Run prompt and PATH environmental variable to enable the 'ChMac' command anywhere for ease of use<br>- Fix (remove) EnableLUA debug message that is displayed during UAC elevation<br>- Wrap exclamation marks around ChMacDir variable to handle parentheses<br>- Fix a bug where ChMac (Command Prompt) does not totally exit at the end<br>- Improve UAC elevation mechanism so that it supports Run prompt |
308+
| 2.0 | 20200623 | - Add setup.exe for an installation option alongside existing portable mode, adding to Run prompt and PATH environmental variable to enable the 'ChMac' command anywhere for ease of use<br>- Fix (remove) EnableLUA debug message that is displayed during UAC elevation<br>- Wrap exclamation marks around ChMacDir variable to handle parentheses<br>- Fix a bug where ChMac (Command Prompt) does not totally exit at the end<br>- Improve UAC elevation mechanism so that it supports Run prompt |
309309
| 1.3 | 20200614 | - Elevate as administrator as needed when User Account Control (UAC) is enabled in the system |
310310
| 1.2 | 20190629 | - Improve compatibility on Windows 10 by changing binaries of GNU Linux utilities<br>- Handle cases when the system PATH variable contains parenthesis |
311311
| 1.1 | 20120916 | Interim release |

Setup.exe

-820 KB
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)