Solved Scheduled tasks = minimize windows

OneDarkLord

New Member
Messages
29
Scheduled tasks(such as anti-virus scan) causes full screen applications to minimize,its really annoying.

Windows 8.1 Enterprise 64bit
 

My Computer

System One

  • OS
    Windows 8.1 Enterprise 64bit
    Computer type
    PC/Desktop
    CPU
    i3-4150 3.5GHz 3MB
    Motherboard
    H81M-E34 HDMI USB 3.0
    Memory
    ADATA 8GB DDR3 1.6Ghz
    Graphics Card(s)
    R7 250 1.2Ghz 1GB GDDR5
    Sound Card
    ETION Headphones - Realtek & AMD HD
    Monitor(s) Displays
    BenQ G2020HDA
    Screen Resolution
    1600x900 60Hz
    Hard Drives
    1TB SATA3 7200RPM 64MB
    PSU
    FSP500-60HCN 500W APFC FAN 12CM
    Cooling
    ARCTIC Cooling Alpine 11 GT Rev.2
    Keyboard
    GR-152
    Mouse
    G9-730FX
    Internet Speed
    100Mbps
    Browser
    Google Chrome
    Antivirus
    Microsoft Defender
Hello,

AFAIK, this is an issue with the program ran by Task Scheduler, not Task Scheduler itself. Sometimes, you can create a batch file and start the program executable. For example, if you have created a batch file with the name avscan.bat in C:\, start it via Task Scheduler using the following command:

Code:
cmd.exe /c start /min c:\avscan.bat ^& exit

This line starts an instance of cmd interpreter, that reads the c:\avscan.bat file and tries to start it minimized. Also it wraps an exit command so cmd interpreter is closed after the batch file finishes.

Also, what AV solution are you using? Usually, some AVs already have a scheduler to start a silent scan.
 

My Computer

System One

  • OS
    Windows 8.1 x64
    Computer type
    Laptop
    System Manufacturer/Model
    Samsung Ativbook 6
    CPU
    Intel Core i5-3320M
    Motherboard
    NP670Z53-XD1BR (HM76)
    Memory
    Samsung 8GB DDR3 1600MHz
    Graphics Card(s)
    AMD Radeon 8850M
    Sound Card
    Realtek HD
    Screen Resolution
    1366x768
    Hard Drives
    Seagate ST1000LM024 HN-M101MBB (1TB)
    Mouse
    Logitech G400s @ 800dpi
    Internet Speed
    100/50 Mbps
    Browser
    Google Chrome
    Antivirus
    Avast
Back
Top