Windows 10: ec.bat on StartUp? What is this?

Discus and support ec.bat on StartUp? What is this? in Windows 10 Support to solve the problem; I just went through my machine to do a quick check on what was stalling my system on startup and found ec.bat? Does anyone know what this is? I've... Discussion in 'Windows 10 Support' started by ncr333065, Apr 16, 2020.

  1. ncr333065 Win User

    ec.bat on StartUp? What is this?


    I just went through my machine to do a quick check on what was stalling my system on startup and found ec.bat? Does anyone know what this is? I've looked around online and can't locate anything specific.

    Thank you!
    --Nancy
    Windows 10

    :)
     
    ncr333065, Apr 16, 2020
    #1
  2. Avedis53 Win User

    Can't get GPU-Z to start with Windows 8.1 startup

    I'm not sure how to do that. Could you list the steps for a noob?
     
    Avedis53, Apr 16, 2020
    #2
  3. Updating .bat File, Removing Default Apps

    Hi SightUp.

    Don't have a bat file but step 4 in Option 2 will give you complete list and you can mod yours.

    Uninstall Apps in Windows 10


    Ken
     
    Caledon Ken, Apr 16, 2020
    #3
  4. Yzhen Win User

    ec.bat on StartUp? What is this?

    Copy Batch (.bat) file to startup Menu of All User/Each User

    have created a batch file(file1.bat) to run on every machine to create a batch file(file2.bat) to a launch a page at windows startup.
    This is the content of file1.bat:

    @echo off

    @echo>"C:\Users\User\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\file2.bat

    @echo start http://www.msn.com/> C:\Users\User\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\file2.bat

    Expected result is to copy the file2.bat to startup of each user profile. However, The file2.bat is not copied to the startup folder on windows 7, 8, 10 after testing.

    However, this will work in file1.bat:

    @echo off

    @echo>"C:\Testing\file2.bat

    @echo start http://www.msn.com/> C:\Testing\file2.bat

    I do not have a domain joined network. I need to send the file1.bat to all staff. I plan to deploy to C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup.

    Thanks in advance to all. Any help is appreciated.
     
    Yzhen, Apr 16, 2020
    #4
Thema:

ec.bat on StartUp? What is this?

Loading...
  1. ec.bat on StartUp? What is this? - Similar Threads - bat StartUp

  2. How to launch a program from a .bat file that doesn't launch

    in Windows 10 Gaming
    How to launch a program from a .bat file that doesn't launch: Hello!I am trying to run a program from a .bat file that resides on my desktop so that when I start my computer the program launches automatically. After the computer boots up, from being off, a tiny icon of the program I wish to launch shows up in the system tray. When I...
  3. 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...
  4. 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...
  5. 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...
  6. How to hide a bat file that is opening on startup?

    in Windows 10 Gaming
    How to hide a bat file that is opening on startup?: Hi i was just wondering how to hide a bat file that opens a powershell and runs a comand on startup.To run this i am using Run and then "shell:startup".I am runing this command for my window manager:"komorebic start -c "$Env:USERPROFILE\komorebi.json" --whkd"System: Windows...
  7. How to hide a bat file that is opening on startup?

    in Windows 10 Software and Apps
    How to hide a bat file that is opening on startup?: Hi i was just wondering how to hide a bat file that opens a powershell and runs a comand on startup.To run this i am using Run and then "shell:startup".I am runing this command for my window manager:"komorebic start -c "$Env:USERPROFILE\komorebi.json" --whkd"System: Windows...
  8. How Do I Get Windows 10 To Allow .bat & .exe Files @ Startup?

    in AntiVirus, Firewalls and System Security
    How Do I Get Windows 10 To Allow .bat & .exe Files @ Startup?: Sorry, if I posted this in the wrong place! Until recently, Windows 10 would allow a .bat plus a .exe file to run, during startup. This was what I wanted, because the .bat file would start a needed .exe program. Yet, approximately 5 days ago, I had to switch software -...
  9. How to run a .bat file as administrator in startup?

    in Windows 10 Support
    How to run a .bat file as administrator in startup?: Hello. As BitDefender as an ongoing error, I want to run a small "bdfix.bat" at login time. But this .bat file MUST be run as an administrator to work. How do I do that? *Redface 120997
  10. Run a .bat file as Admin During Startup

    in Windows 10 Customization
    Run a .bat file as Admin During Startup: Hello, I have a batch file that executes certain commands and one of these commands requires admin privilege. When I place this file in the startup folder the command fails. Right clicking on it and setting it to run as admin doesn't work. I am told scripts can be...