Skip to content

Powershell.exe not found #1

@s0r3-glitch

Description

@s0r3-glitch

I was having an issue with line 129 where I was getting the error FileNotFoundError: [WinError 2] The system cannot find the file specified. I did a lot of trouble shooting and it turns out that the issue was the program not being able to find powershell.exe. I did some testing on my PC and I did have powershell and was able to execute the process manually but it seemed like python was having an issue finding it. I was able to fix this by writing out the full path of powershell.exe in the line then just powershell.exe. I think it would be a good idea to put the full path instead of powershell.exe as the path for powershell never changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions