task scheduler

  1. M

    Windows 10 Help with uninstalling a msi program with batch file

    I'm currently working on a script to uninstall a msi program that is installed on a client. The package doesn't have a GUID in registry but it does have its own uninstaller.exe I'm currently trying to use a msiexec /x %path/to/exe% /qn /f bat file to uninstall the package quietly without having...
  2. P

    Start an app automaticaly

    A friendly hello to anybody, I wrote an app to inform me about appointments. The app is invisible if it starts and showes a window if an appointment is active. If I start the app manualy I'm asked if I want to start the app of unknowen source. If I try to start it with Autostart, Registry run...
  3. Proactivo

    Launch a program from the icon tray in windows 10

    When I re-execute the program Progressbarsoflife.exe the icon apper in the tray of the system. I need the program maximize in the desktop. How can I do that. The program itself if not configurable with right click icon the option Restore Form is available With a batch, or perhaps with scheduler...
  4. MS54321

    How do I eject a USB drive with a scheduled task that renders it inaccessible (eg to hackers) without physically unplugging it

    I have a Samsung T7 with Samsung’s encrypted password option enabled. I want a daily scheduled task that will take the drive offline and the only way to access it again is to unplug and replug it - alternatively put it in such a state that even if something malicious was to run code on my pc to...
  5. B

    Windows 11 I need permission from administrators to delete files even though I am one.

    My computer has multiple files that are remains of COMODO firewall(the free version), when I try to delete them it says I require permission from administrators, even though this is my computer, I am the only user of this computer, and I am an administrator on it. I am using windows a 11 but I...
  6. A

    Windows 10 Howto disable Windows Defender periodic auto-scan

    hi, i hv search lotsa places on how could we disable this Windows 10 Defender periodic auto-scan. found an article online saying we could do that by disabling them in the Task Schedule - Microsoft - Windows - Windows Defender - Windows Defender Schedule Scan - Disabled, but it is not working and...
  7. J

    Non-admin users not able to see scheduled tasks created by users with admin rights in windows server 2019

    Hi , I have created a scheduled task using an account with admin privilege in 2019 server and task is running fine. But just noticed that other non -admin domain users are not able to see the task in task library. I have tried below options , but no luck . Please let me know if anyone have a...
  8. Bungle

    Windows 10 Windows Explorer - Auto create new folder everyday with date as name.

    Hi all. This is my first post here so apologies in advance if it in the wrong thread. I am by no means an it expert hence me asking for help on this. I want to create a new folder everyday to keep a record of curtain work things relating to this particular day. So within a current folder I...
  9. S

    Windows 10 Windows 10 Random Signouts? (Task Scheduler)

    Hi everyone long time windows user here. I’ve recently got into the obsession of automating everything on my computer to do things for me delete temporary files, clean the recycle bin etc. And I think my obsession with this has backed me into an abnormal corner. Basically what happened is I...
  10. J

    Windows 10 A Guide on how to Run Live Wallpaper on Lock Screen.

    2024 Update! This guide is to show different methods to run live wallpaper on top of Windows Lock-Screen securely that include videos or GIF files. So it is customizable. It takes 2 programs to get it to work as soon as the Screen is locked with the assistance of Windows Task scheduler. These...
  11. V

    Prevent set of users(admin users) to run or manage schedule task using GPO

    Hi, I have list of administrator users, i want to deny permission for create, manage, delete task scheduler using GPO or any other setting,
  12. C

    Scheduled jobs, password hell....

    So I'm the poor schmuck that gives a crap about backups. I have scripts that are supposed to run every night, but due to IT corporate domain nonsense they make me change my password. The scripts are run from a local admin account (non-domain) but every time I change my network password, all...
  13. F

    Looking for a script that will delete folders or files.

    Looking for a script that will delete daily backup folders or files. Id like to use task scheduler to run it on a daily basis...
  14. CarlosPR

    Windows 10 Enable Logon, Logoff and Shutdown Sound Scheme In Windows 10

    Hi I want to make the system sound when ever I Logon, Logoff or Shutdown my PC. I already went through the process (regedit) of enabling the option in the sound scheme but any sound I put in there doesn't sound. There are work around that I found that use .vbs and PowerShell Commands using Task...
  15. LOL

    Windows 10 Is there any way to run a batch script without showing up the command prompt window?

    I have a server and it don't have backup so I need to run my custom batch script to get files from sftp then archive it. But I need it to run like a schedules, but everytime the schedules start the batch files. I allway open up the command prompt window. Is anyway to hide that window? Like...
  16. markosjal

    Windows 10 Is there any way to run command line tools at startup , while hidden?

    Is there any way to run command line tools at start up while keeping them hidden? I am working on a PHP script that will share a Windows scanner with MacOS, Linux and Android over the eSCL/Airscan protocol. There is at least one tool "dns-sd" (Apple Bonjour) that I need to launch as a command...
  17. mindmischief

    powershell Scheduled Task throws SeTcbPrivilege security message

    I have a Scheduled Task that runs a powershell script. The script copies a file from a remote server to the local server and then deletes the local file if the date-modified is older than 30 mins. The task is using an Active Directory resource account. This resource account is not in any local...
  18. S

    Windows 10 Task Scheduler will not run batch files

    Beginning about four days ago, all three of my Windows 10 machines stopped running batch files scheduled in the Task Scheduler. These batch files had been running on schedule for over a year when all three suddenly stopped about the same time. I believe that this is about the time that the...
  19. H

    Windows HPC fails to start after update (Server 2019)

    Hi all, When looking at the logs after the HPC console add-in fails to start I get the following (HPC scheduler): Exception: System.Data.SqlClient.SqlException (0x80131904): The datediff function resulted in an overflow. The number of dateparts separating two date/time instances is too large...
  20. Cardinal System

    Windows 10 schtasks The task XML is malformed.

    Hello, I am trying to import a scheduled task from from the command line to the task scheduler. Before my program runs the schtasks command, it inserts a file path in the <Command></Command> element. The XML file works with schtasks before I insert my file path, but not afterwords. It keeps...
Back
Top