|
482 | 482 | <TargetFilename condition="end with">.hta</TargetFilename> <!--Scripting--> |
483 | 483 | <TargetFilename condition="end with">.pptm</TargetFilename> <!--Microsoft:Office:Word: Macro--> |
484 | 484 | <TargetFilename condition="end with">.ps1</TargetFilename> <!--PowerShell [ More information: http://www.hexacorn.com/blog/2014/08/27/beyond-good-ol-run-key-part-16/ ] --> |
| 485 | + <TargetFilename condition="end with">.sct</TargetFilename> <!--Scripting | Credit @bartblaze --> |
485 | 486 | <TargetFilename condition="end with">.sys</TargetFilename> <!--System driver files--> |
486 | 487 | <TargetFilename condition="end with">.scr</TargetFilename> <!--System driver files--> |
487 | 488 | <TargetFilename condition="end with">.vbe</TargetFilename> <!--VisualBasicScripting--> |
488 | 489 | <TargetFilename condition="end with">.vbs</TargetFilename> <!--VisualBasicScripting--> |
| 490 | + <TargetFilename condition="end with">.wsc</TargetFilename> <!--Scripting | Credit @bartblaze --> |
| 491 | + <TargetFilename condition="end with">.wsf</TargetFilename> <!--Scripting | Credit @bartblaze --> |
489 | 492 | <TargetFilename condition="end with">.xlsm</TargetFilename> <!--Microsoft:Office:Word: Macro--> |
490 | 493 | <TargetFilename condition="end with">proj</TargetFilename><!--Microsoft:MSBuild:Script: More information: https://twitter.com/subTee/status/885919612969394177--> |
491 | 494 | <TargetFilename condition="end with">.sln</TargetFilename><!--Microsoft:MSBuild:Script: More information: https://twitter.com/subTee/status/885919612969394177--> |
|
783 | 786 | <TargetFilename condition="end with">.bat</TargetFilename> <!--Batch scripting--> |
784 | 787 | <TargetFilename condition="end with">.cmd</TargetFilename> <!--Batch scripting | Credit @ion-storm --> |
785 | 788 | <TargetFilename condition="end with">.hta</TargetFilename> <!--Scripting--> |
| 789 | + <TargetFilename condition="end with">.jse</TargetFilename> <!--Registry File--> |
786 | 790 | <TargetFilename condition="end with">.lnk</TargetFilename> <!--Shortcut file | Credit @ion-storm --> |
787 | 791 | <TargetFilename condition="end with">.ps1</TargetFilename> <!--PowerShell--> |
788 | 792 | <TargetFilename condition="end with">.ps2</TargetFilename> <!--PowerShell--> |
789 | 793 | <TargetFilename condition="end with">.reg</TargetFilename> <!--Registry File--> |
790 | | - <TargetFilename condition="end with">.jse</TargetFilename> <!--Registry File--> |
| 794 | + <TargetFilename condition="end with">.sct</TargetFilename> <!--Scripting | Credit @bartblaze --> |
791 | 795 | <TargetFilename condition="end with">.vb</TargetFilename> <!--VisualBasicScripting files--> |
792 | 796 | <TargetFilename condition="end with">.vbe</TargetFilename> <!--VisualBasicScripting files--> |
793 | 797 | <TargetFilename condition="end with">.vbs</TargetFilename> <!--VisualBasicScripting files--> |
| 798 | + <TargetFilename condition="end with">.wsc</TargetFilename> <!--Scripting | Credit @bartblaze --> |
| 799 | + <TargetFilename condition="end with">.wsf</TargetFilename> <!--Scripting | Credit @bartblaze --> |
794 | 800 | </FileCreateStreamHash> |
795 | 801 |
|
796 | 802 | <FileCreateStreamHash onmatch="exclude"> |
|
0 commit comments