mandiant / flare-vm

A collection of software installations scripts for Windows systems that allows you to easily setup and maintain a reverse engineering environment on a VM.
Apache License 2.0
6.35k stars 896 forks source link

.\install.ps1 doesn't exist #487

Closed Raycoug22 closed 11 months ago

Raycoug22 commented 11 months ago

I was trying to install .\install.ps1 but in powershell it says is not recognized 20230918_022733

HuskyHacks commented 11 months ago

@Raycoug22 it's hard to tell for sure but if you follow the repo instructions, install.ps1 ends up on your user's desktop. You're attempting to run the script from the C:\Windows\system32 directory as your CWD.

Ana06 commented 11 months ago

@HuskyHacks I think that's the issue as well. I'll send a PR to try to make the documentation clearer by removing the Desktop thing.