|
486 | 486 | <TargetFilename condition="end with">.job</TargetFilename> <!--Scheduled task--> |
487 | 487 | <TargetFilename condition="end with">.pptm</TargetFilename> <!--Microsoft:Office:Word: Macro--> |
488 | 488 | <TargetFilename condition="end with">.ps1</TargetFilename> <!--PowerShell [ More information: http://www.hexacorn.com/blog/2014/08/27/beyond-good-ol-run-key-part-16/ ] --> |
| 489 | + <TargetFilename condition="end with">.sct</TargetFilename> <!--Scripting | Credit @bartblaze --> |
489 | 490 | <TargetFilename condition="end with">.sys</TargetFilename> <!--System driver files--> |
490 | 491 | <TargetFilename condition="end with">.scr</TargetFilename> <!--System driver files--> |
491 | 492 | <TargetFilename condition="end with">.vbe</TargetFilename> <!--VisualBasicScripting--> |
492 | 493 | <TargetFilename condition="end with">.vbs</TargetFilename> <!--VisualBasicScripting--> |
| 494 | + <TargetFilename condition="end with">.wsc</TargetFilename> <!--Scripting | Credit @bartblaze --> |
| 495 | + <TargetFilename condition="end with">.wsf</TargetFilename> <!--Scripting | Credit @bartblaze --> |
493 | 496 | <TargetFilename condition="end with">.xlsm</TargetFilename> <!--Microsoft:Office:Word: Macro--> |
494 | 497 | <TargetFilename condition="end with">.ocx</TargetFilename> <!--Microsoft:ActiveX--> |
495 | 498 | <TargetFilename condition="end with">proj</TargetFilename><!--Microsoft:MSBuild:Script: [ https://twitter.com/subTee/status/885919612969394177 ] --> |
|
791 | 794 | <TargetFilename condition="end with">.cmd</TargetFilename> <!--Batch scripting | Credit @ion-storm --> |
792 | 795 | <TargetFilename condition="end with">.doc</TargetFilename> <!--Office doc potentially with macro --> |
793 | 796 | <TargetFilename condition="end with">.hta</TargetFilename> <!--Scripting--> |
| 797 | + <TargetFilename condition="end with">.jse</TargetFilename> <!--Registry File--> |
794 | 798 | <TargetFilename condition="end with">.lnk</TargetFilename> <!--Shortcut file | Credit @ion-storm --> |
795 | 799 | <TargetFilename condition="end with">.ppt</TargetFilename> <!--Office doc potentially with macros--> |
796 | 800 | <TargetFilename condition="end with">.ps1</TargetFilename> <!--PowerShell--> |
797 | 801 | <TargetFilename condition="end with">.ps2</TargetFilename> <!--PowerShell--> |
798 | 802 | <TargetFilename condition="end with">.reg</TargetFilename> <!--Registry File--> |
799 | | - <TargetFilename condition="end with">.jse</TargetFilename> <!--Registry File--> |
| 803 | + <TargetFilename condition="end with">.sct</TargetFilename> <!--Scripting | Credit @bartblaze --> |
800 | 804 | <TargetFilename condition="end with">.vb</TargetFilename> <!--VisualBasicScripting files--> |
801 | 805 | <TargetFilename condition="end with">.vbe</TargetFilename> <!--VisualBasicScripting files--> |
802 | 806 | <TargetFilename condition="end with">.vbs</TargetFilename> <!--VisualBasicScripting files--> |
| 807 | + <TargetFilename condition="end with">.wsc</TargetFilename> <!--Scripting | Credit @bartblaze --> |
| 808 | + <TargetFilename condition="end with">.wsf</TargetFilename> <!--Scripting | Credit @bartblaze --> |
803 | 809 | </FileCreateStreamHash> |
804 | 810 |
|
805 | 811 | <RuleGroup name="" groupRelation="or"> |
|
0 commit comments