Windows 10: i made a somthing in a bat file but when i try to open it in wont work

Discus and support i made a somthing in a bat file but when i try to open it in wont work in Windows 10 Software and Apps to solve the problem; When i open it it says this: This app cannot run on your PC, check with the software publisher to see if there is a version for your PC... Discussion in 'Windows 10 Software and Apps' started by joris zoomer, Jan 21, 2025.

  1. i made a somthing in a bat file but when i try to open it in wont work


    When i open it it says this: This app cannot run on your PC, check with the software publisher to see if there is a version for your PC

    :)
     
    joris zoomer, Jan 21, 2025
    #1
Thema:

i made a somthing in a bat file but when i try to open it in wont work

Loading...
  1. i made a somthing in a bat file but when i try to open it in wont work - Similar Threads - made somthing bat

  2. i made a somthing in a bat file but when i try to open it in wont work

    in Windows 10 Gaming
    i made a somthing in a bat file but when i try to open it in wont work: When i open it it says this: This app cannot run on your PC, check with the software publisher to see if there is a version for your PC https://answers.microsoft.com/en-us/windows/forum/all/i-made-a-somthing-in-a-bat-file-but-when-i-try-to/0519766b-ca51-49c6-a251-8707d77d1bcd
  3. i made a somthing in a bat file but when i try to open it in wont work

    in Windows 10 Drivers and Hardware
    i made a somthing in a bat file but when i try to open it in wont work: When i open it it says this: This app cannot run on your PC, check with the software publisher to see if there is a version for your PC https://answers.microsoft.com/en-us/windows/forum/all/i-made-a-somthing-in-a-bat-file-but-when-i-try-to/0519766b-ca51-49c6-a251-8707d77d1bcd
  4. Undo a startup made with .bat file

    in Windows 10 Gaming
    Undo a startup made with .bat file: Hello,i runned a .bat file that conteined this script : @Echo off "path" Exit ;the script launchs a program at the startup, how can i undo this?thanks for ur help...
  5. Undo a startup made with .bat file

    in Windows 10 Software and Apps
    Undo a startup made with .bat file: Hello,i runned a .bat file that conteined this script : @Echo off "path" Exit ;the script launchs a program at the startup, how can i undo this?thanks for ur help...
  6. Undo a startup made with .bat file

    in Windows 10 Drivers and Hardware
    Undo a startup made with .bat file: Hello,i runned a .bat file that conteined this script : @Echo off "path" Exit ;the script launchs a program at the startup, how can i undo this?thanks for ur help...
  7. Notepad open new tab not working when opening a .bat file

    in Windows 10 Gaming
    Notepad open new tab not working when opening a .bat file: When I try to edit a bat file using notepad the notepad is open in a new window instead of a new tab and when I open the notepad app it opens two windows one with the bat file and one with my previous tabs....
  8. Notepad open new tab not working when opening a .bat file

    in Windows 10 Software and Apps
    Notepad open new tab not working when opening a .bat file: When I try to edit a bat file using notepad the notepad is open in a new window instead of a new tab and when I open the notepad app it opens two windows one with the bat file and one with my previous tabs....
  9. What Should i do When bat files Dosen't want to open?

    in Windows 10 Gaming
    What Should i do When bat files Dosen't want to open?: ......... https://answers.microsoft.com/en-us/windows/forum/all/what-should-i-do-when-bat-files-dosent-want-to/53459cd9-3d17-4eeb-90be-819c6bd9a262
  10. Ran a .BAT file that made my internet not work

    in Windows 10 Network and Sharing
    Ran a .BAT file that made my internet not work: I ran this code as admin and my internet doesn't work anymore. How do i remove or revert everything I did? Please help, thanks Code: @echo off IF NOT "%CHANGEME%"=="1" ( powershell New-NetQosPolicy -Name "CHANGEME" -Default -ThrottleRateActionBitsPerSecond 8 -PolicyStore...