Why put your miner in C:\Windows\system32 directory? If its NOT there, then you have to add directory where you put it into PATH variable, or,
better yet, start it from its own directory
Another problem could be that its not where you think it should be because your AV erased it
But is in my Download folder and Antivirus is off?
If its in your downloads folder, then why youre starting it like C:\Windows\system32>PhoenixMiner.exe
It should look like C:\Downloads>PhoenixMiner.exe or more probably C:\Users\(put your user here)\Downloads>PhoenixMiner.exe
Fixed: tried, but same problem. So I added a command line in the bat-file:
REM
REM Example bat file for starting PhoenixMiner.exe to mine ETH
REM
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
SET "PATH=C:\PhoenixMiner_4.9c_Windows;%PATH%"REM IMPORTANT: Replace the ETH address with your own ETH wallet address in the -wal option (Rig001 is the name of the rig)
PhoenixMiner.exe -pool ssl://eu1.ethermine.org:5555 -pool2 ssl://us1.ethermine.org:5555 -wal 0x099b7f4e5E2f5ecEB1cdf56497A5fF429AB1F841.Rig013182
pause
Thanks for your help!