Mui files?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Butshebites
    PCHF Member
    • Mar 2024
    • 2

    #1

    Mui files?

    Hi, before I start Doing Things With My New Computer, I just want to make sure that if I put the “shutdown.exe.mui” file in my task scheduler (to shutdown each night) it will act like the “shutdown.exe” file.

    I want explorer to default to a particular file (in my case C:\users\power) and I can’t seem to find out where/how to do that. Can somebody help me? I don’t want to use freaking One Drive thanks

    [COLOR=rgb(44, 130, 201)]Included question from second thread.[/COLOR]
  • phillpower2
    PCHF Administrator
    • Sep 2016
    • 15209

    #2
    Being that your questions are Windows related can you let helpers know what OS you are running.

    Comment

    • Bruce
      PCHF Moderator
      • Oct 2017
      • 10702

      #3
      What’s with the .mui extension?
      You can just create the shutdown task in Task Manager via this command:

      schtasks.exe /create /tn “Friday Shutdown” /tr “shutdown -s -f -t 45” /sc weekly /d FRI /st 20:00 /f

      Which is what I use to shut off every PC each Friday at 8pm, so adjust according.

      Comment

      • phillpower2
        PCHF Administrator
        • Sep 2016
        • 15209

        #4
        No follow up from the OP, thread marked and closed.

        Comment

        Working...