This repo is not suitable for production use. While it was an interesting exercise in its time, the technique of embedding the script as an encoded command within the VBS file has become a method of obfuscating malware. This means modern antivirus software will likely flag anything generated with the use of this tool (and perhaps the tool itself), regardless if your script contains malware or not. It is recommended to use other methods to distribute and execute Powershell scripts that comply with proper security practices.
-
Notifications
You must be signed in to change notification settings - Fork 1
Converts PS1 (Powershell Script) to VBS (VBscript), it still runs in powershell (which opens automatically), but it make execution much easier (allowing you to double click and run, for ease of use). These VBS files can run without the ps1. the ps1 and vbs versions do the same thing, but the vbs version is easier to run (thus the whole point of …
phly95/ps1_to_vbs_converter
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Converts PS1 (Powershell Script) to VBS (VBscript), it still runs in powershell (which opens automatically), but it make execution much easier (allowing you to double click and run, for ease of use). These VBS files can run without the ps1. the ps1 and vbs versions do the same thing, but the vbs version is easier to run (thus the whole point of …
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published