Windows 10: batch file for startup - what's it's name? I've forgotten and can't find it.

Discus and support batch file for startup - what's it's name? I've forgotten and can't find it. in Windows 10 Software and Apps to solve the problem; I searched for START.BAT and STARTUP.BAT, but didn't find either, so I guess I've forgotten the name of the batch file that runs when booting up. Could... Discussion in 'Windows 10 Software and Apps' started by Hula_Baloo, Jan 6, 2022.

  1. batch file for startup - what's it's name? I've forgotten and can't find it.


    I searched for START.BAT and STARTUP.BAT, but didn't find either, so I guess I've forgotten the name of the batch file that runs when booting up. Could some kind soul please refresh my memory? TIA.

    :)
     
    Hula_Baloo, Jan 6, 2022
    #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, Jan 6, 2022
    #2
  3. oily_17 Win User
    Batch Files Knowledge Base

    Don't use batch files very much but one I find useful is for creating a list of files in a directory.
    Just copy the text below into Notepad and save as Filelist.bat

    dir /a /-p /o:gen >filelist.txt

    When you run it from a folder it will create a Filelist.txt file,in the same folder, that lists all the files in that folder.Useful when you are too lazy to type all the files out yourself.
     
    oily_17, Jan 6, 2022
    #3
  4. batch file for startup - what's it's name? I've forgotten and can't find it.

    how to list windows temp folder in batch file at startup

    Win 10 Pro

    I have a batch file called by a shortcut in startup. It creates a few drives with subst and then lists contents of temporary folders.

    There is no output from the command below unless the batch file runs as administrator

    du -q "C:\windows\Temp"

    My login has administrator rights but this only seems to let me change protections and privileges, not "run as administrator" by default.

    At one time I changed the protections on the temp folder but then I reasoned that it would be nice if the procedure would handle the situation where an update reinstates SYSTEM ownership which has just happened - hence the lack of output from the DU command.

    If a shortcut to the batch file is configured to run as administrator then the UAC gets in the way. So I tried the work-around to create a scheduled task to be run via a startup batch file. After a lot of fiddling about it will run and the subst commands
    appear to work but the drives are not actually created.

    So I am now trying to solve problems several generations of problem removed from the original.

    Can anyone suggest a complete solution please without patching windows 10...?
     
    Stephen_Ford, Jan 6, 2022
    #4
Thema:

batch file for startup - what's it's name? I've forgotten and can't find it.

Loading...
  1. batch file for startup - what's it's name? I've forgotten and can't find it. - Similar Threads - batch file startup

  2. I've found this file named setup65918.exe what is it?

    in Windows 10 Gaming
    I've found this file named setup65918.exe what is it?: I've found this file named setup65918.exe what is it? In the windows security it tells me it's a pua puabundler. https://answers.microsoft.com/en-us/windows/forum/all/ive-found-this-file-named-setup65918exe-what-is-it/157432e1-1906-4135-9f34-1bd00e4c3d7d
  3. I've found this file named setup65918.exe what is it?

    in Windows 10 Software and Apps
    I've found this file named setup65918.exe what is it?: I've found this file named setup65918.exe what is it? In the windows security it tells me it's a pua puabundler. https://answers.microsoft.com/en-us/windows/forum/all/ive-found-this-file-named-setup65918exe-what-is-it/157432e1-1906-4135-9f34-1bd00e4c3d7d
  4. what is the problem in this batch file?

    in Windows 10 Software and Apps
    what is the problem in this batch file?: hi there so i created an normal sfc/scannow and dism repair bat cuz idk why and i was adding wierd things and just basically random things i am pretty sure i did everthing right but when i like open the file it opens for split second like just like 1 frame and closes so i...
  5. Batch shorten file names

    in Windows 10 Gaming
    Batch shorten file names: Hi everyone!I have a bunch of files for work, which all have a name like 'FunTimes-party2020', 'BossMan-party2020', 'GroupPhoto-party2020' just as a example.I need to shorten the names of the files in the example, remove the "party2020", but there are hundreds of files. Is...
  6. Batch shorten file names

    in Windows 10 Software and Apps
    Batch shorten file names: Hi everyone!I have a bunch of files for work, which all have a name like 'FunTimes-party2020', 'BossMan-party2020', 'GroupPhoto-party2020' just as a example.I need to shorten the names of the files in the example, remove the "party2020", but there are hundreds of files. Is...
  7. batch file for startup - what's it's name? I've forgotten and can't find it.

    in Windows 10 Gaming
    batch file for startup - what's it's name? I've forgotten and can't find it.: I searched for START.BAT and STARTUP.BAT, but didn't find either, so I guess I've forgotten the name of the batch file that runs when booting up. Could some kind soul please refresh my memory? TIA....
  8. batch file for startup - what's it's name? I've forgotten and can't find it.

    in Windows 10 Customization
    batch file for startup - what's it's name? I've forgotten and can't find it.: I searched for START.BAT and STARTUP.BAT, but didn't find either, so I guess I've forgotten the name of the batch file that runs when booting up. Could some kind soul please refresh my memory? TIA....
  9. Startup batch file

    in Windows 10 Support
    Startup batch file: When Windows 10 starts, a DOS window appears, runs: C:\Users\Brian\AppData\Local\854e8f7.bat , then disappears. The .bat file contains: start "plqcknRlU67iM4TfEXQq" "%LOCALAPPDATA%\b183312\88d4f24.21b2bbd3" There are two files in C:\Users\Brian\AppData\Local\...
  10. Unable to run batch file at startup

    in Windows 10 Support
    Unable to run batch file at startup: I am trying to run a batch file with these contents: Code: ECHO OFF TIMEOUT /T 2 /NOBREAK DisplaySwitch.exe /internal TIMEOUT /T 2 /NOBREAK DisplaySwitch.exe /external[/quote] I've tried putting a shortcut to it in the startup folder, putting the bat itself in the startup...