hiding programs

About this tag
Discussions about hiding programs in Windows often involve using Task Scheduler to run tasks without showing in the TaskBar. A common issue is that selecting 'run whether user is logged on or not' suppresses sound (like beeps) while hiding the program, whereas 'run only when user is logged on' allows sound but shows the program. Users seek registry tweaks or alternative methods to hide programs while retaining audio cues. The tag covers practical workarounds for balancing visibility and functionality in Windows task automation.
  1. M

    Windows 7 Win7 Windows Task Scheduler, when running silent, also suppresses sound

    I had found that, to not have my programs visible in the TaskBar (ie: DSNTODAY), I must, in the General Tab, select 'run whether user is logged on or not'. Unfortunately, tho logically, this also seems to apply to sound (ie: the Win32API BEEP and MESSAGEBEEP). When I select 'run only when...