- Apr 18, 2016
- 3,684
hi, did you have windows script host disabled? If you use avast settings exactly the same as your config in your video, I recommend you to disable windows script host and enable it when you really need it for certain tasks
Also, I recommend to have Hardened mode -> aggressive. If you can handle the rate of false positive
Disable WSH: save it as disable WSH.reg
enable WSH
Also, I recommend to have Hardened mode -> aggressive. If you can handle the rate of false positive
Disable WSH: save it as disable WSH.reg
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Script Host\Settings]
"Enabled"=dword:00000000
enable WSH
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Script Host\Settings]
"Enabled"=dword:00000001