d4rksystem / VMwareCloak

A PowerShell script that attempts to help malware analysts hide their VMware Windows VM's from malware that may be trying to evade analysis.
GNU General Public License v2.0
272 stars 55 forks source link

how to run VMwareCloak.ps1 -all #2

Open kyloren23 opened 2 years ago

kyloren23 commented 2 years ago

cloak sorry i dont know how to run it... after i right click the ps1 file and run as admin i type "VMwareCloak.ps1 -all but its says it does not recognize

Y8765 commented 2 years ago

Have you gives rights to run ps files, and unrestrict this specific file?

Kairos-T commented 4 months ago

Solution:

Set-ExecutionPolicy RemoteSigned

Run on the same PS running w/ SYSTEM

KewinSzydlowski commented 2 months ago

I have the same problem. I done everything like author says but i'm still getting error like this in upper picture

d4rksystem commented 2 months ago

Solution:

Set-ExecutionPolicy RemoteSigned

Run on the same PS running w/ SYSTEM

Yes, this is a great tip!

cloak sorry i dont know how to run it... after i right click the ps1 file and run as admin i type "VMwareCloak.ps1 -all but its says it does not recognize

You should run the script like you did the first time, using the full path (C:\Users\wafels...). Please tell me if this solves the issue.