Windows 10: How do I create a Task under "BUILTIN\Users" through powershell?

Discus and support How do I create a Task under "BUILTIN\Users" through powershell? in Windows 10 Gaming to solve the problem; Hi, I have a pretty frustrating issue. I want to create a task under the UserId "BULTIN\Users" but I keep getting an error message, I tried multiple... Discussion in 'Windows 10 Gaming' started by Hiroi1914, Nov 13, 2024.

  1. Hiroi1914 Win User

    How do I create a Task under "BUILTIN\Users" through powershell?


    Hi, I have a pretty frustrating issue. I want to create a task under the UserId "BULTIN\Users" but I keep getting an error message, I tried multiple variations, even to create the Task under SYSTEM and then change it to "BUILTIN\Users" I got the same error. I need it to be created this way because I am doing a Microsoft Intune deployment and for the script to work I need the task to be setup this way, and I can't run the script with user credentials because I have parts of the script that need elevated privileges rights.This is the part of the script that creates the task: # Create a schedu

    :)
     
    Hiroi1914, Nov 13, 2024
    #1
  2. Mark Isi Win User

    PowerShell randomly poping-up in tool bar

    Hello,

    Just to verify, do you have any scheduled tasks that uses Powershell? Scheduled tasks makes Powershell window appear periodically on your computer, therefore we suggest that you check the Task Scheduler. Here are the steps:

    • Click on Start.
    • In the search bar, type Task Scheduler and click on

      Task Scheduler
      in the results.
    • Under Active Tasks, check for any tasks that use Powershell and the scheduled time.

    If the issue still persist, we suggest that you run a Windows Defender scan to see if it will pick up any malware that the first scan missed.

    Let us know the outcome.
     
    Mark Isi, Nov 13, 2024
    #2
  3. Arul_D Win User
    Windows 10 task bar usually stays locked

    Hi,

    Thank you for replying with the status of this issue.

    I would suggest you to follow the steps and check if it helps.

    Follow the steps:

    • Open the Task manager. Here’s a tip: Press CTRL+Shift+ESC.
    • Click File > Run New Task
    • Make sure you have a check mark beside “Create this task with administrative privileges”
    • Type Powershell
    • Type the following in the Powershell prompt:

      $manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
    • Close the PowerShell window
    • Reboot
    Let us know the status and write to us for further assistance.

    We’ll be glad to assist.
     
    Arul_D, Nov 13, 2024
    #3
  4. BettyEAM Win User

    How do I create a Task under "BUILTIN\Users" through powershell?

    task viewer icon(virtual desktop)

    I have the same problem. The task viewer icon was there but is now gone. I have gone through the steps you listed but no viewer. Then I created a new profile and the task viewer is there. Now, how do I get the task viewer back in my taskbar in my
    original profile??
     
    BettyEAM, Nov 13, 2024
    #4
Thema:

How do I create a Task under "BUILTIN\Users" through powershell?

Loading...
  1. How do I create a Task under "BUILTIN\Users" through powershell? - Similar Threads - create Task under

  2. How do I create a Task under "BUILTIN\Users" through powershell?

    in Windows 10 Software and Apps
    How do I create a Task under "BUILTIN\Users" through powershell?: Hi, I have a pretty frustrating issue. I want to create a task under the UserId "BULTIN\Users" but I keep getting an error message, I tried multiple variations, even to create the Task under SYSTEM and then change it to "BUILTIN\Users" I got the same error. I need it to be...
  3. How do i create a file that will run something in windows powershell

    in Windows 10 Gaming
    How do i create a file that will run something in windows powershell: I have recently found out that typing "wininit", and running it in powershell blue-screens your computer.I was wondering if there was a way to run powershell this by opening a file/running a file, so that I could mess with my friends...
  4. How do i create a file that will run something in windows powershell

    in Windows 10 Software and Apps
    How do i create a file that will run something in windows powershell: I have recently found out that typing "wininit", and running it in powershell blue-screens your computer.I was wondering if there was a way to run powershell this by opening a file/running a file, so that I could mess with my friends...
  5. How do i create a file that will run something in windows powershell

    in Windows 10 Network and Sharing
    How do i create a file that will run something in windows powershell: I have recently found out that typing "wininit", and running it in powershell blue-screens your computer.I was wondering if there was a way to run powershell this by opening a file/running a file, so that I could mess with my friends...
  6. How do I create new file folders under "This PC'?

    in Windows 10 Network and Sharing
    How do I create new file folders under "This PC'?: When I ran Windows10 Repair Update, I accidentally activated One Drive, and it uploaded all of my files. When I got them back, they were deposited onto my computer's Desktop. I don't want them on Desktop because it would be too easy for someone to accidentally drag them into...
  7. How do I create new file folders under "This PC'?

    in Windows 10 Software and Apps
    How do I create new file folders under "This PC'?: When I ran Windows10 Repair Update, I accidentally activated One Drive, and it uploaded all of my files. When I got them back, they were deposited onto my computer's Desktop. I don't want them on Desktop because it would be too easy for someone to accidentally drag them into...
  8. How to use PowerShell to Delete or Create a Scheduled Task on Windows 10

    in Windows 10 News
    How to use PowerShell to Delete or Create a Scheduled Task on Windows 10: [ATTACH]If you want to delete or create a scheduled task on Windows 10 using […] This article How to use PowerShell to Delete or Create a Scheduled Task on Windows 10 first appeared on TheWindowsClub.com. read more...
  9. Create a scheduled task with PowerShell

    in Windows 10 Customization
    Create a scheduled task with PowerShell: Hello Microsoft team, I would like to create a scheduled task to restart PC on a daily basis. This would be run on a multiple devices running Windows 10. I think it's pretty handy to have it as a script via PowerShell ISE so I don't have to always create a tasks in all...
  10. How do I re-create (restore) a task in Task Scheduler?

    in User Accounts and Family Safety
    How do I re-create (restore) a task in Task Scheduler?: Once Windows 10 got itself updated to the Anniversary edition, I noticed there was some problem with the Family Safety feature - namely, whenever my kids asked me for a remote extension of the time limit, and I granted it, it simply wouldn't push through to the PC. So, an...