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...
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...
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...
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...
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...
customizable
exe files
gif
guide
installation
live wallpapers
lock screen
nircmd
runsaver
screensaver
secure
taskscheduler
topaz
video
video conversion
windows 10
windows 11
windows 7
windows 8.1
winrar
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...
automation
backup
corporate it
error handling
it support
local account
local admin
microsoft
network security
password issues
raid
scheduled jobs
scripting
server management
snapshot
taskscheduler
tech support
troubleshooting
user account
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...
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...
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...
airscan
android
apache
command line
development
dns-sd
escl
hidden
linux
macos
php
scanner
scripting
startup
taskscheduler
tools
user interface
web server
windows
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...
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...
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...
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...
I guess no one has ever solved the multiple Software Protection Licensing checks every time you open up Word, Excel, etc... Any news?. Any new thoughts?
Every time I open up an Office application I will receive the below in Event Viewer. I have fiddled with various registry entries, changing...
Hello I have 3rd party monitoring App tool that has it's own particular sservice running within Services panel and needs to continue to run.
For some strange reason it sometimes gets stopped (maybe bug).
I recently successfully configured Task Schedule in regards for Event ID = 7036 & Source =...
alert management
app integration
automation
bug fixes
configuration
email alerts
event id
filters
notifications
service control manager
service monitoring
services
stopped state
taskscheduler
third party
windows server
Hello all! I have a Windows Server 2016 box where i would like iTunes to start automatically when the computer boots up. I was able to successfully set the task up in task scheduler, but it started hidden, despite the hidden check box not being checked. I do occasionally use this computer to...
Hello,
I have a batch script and i would like to put random delay / wait time in minutes to run second command.
example :
run first command here
random wait between 5 to 30 minutes
run second command here
Thank You