background task

  1. Neemobeer

    Browser based Crypto Miner

    Just got done helping a neighbor. Her mouse was spinning and the system was slow. Looked in task manager and saw an iexplore process which had been spawned via a script to run hidden. Basically it was mining crypto currency in the background. Resolving it was simply a matter of closing the...
  2. News

    Adding UWP features to your existing PC software

    With last summer’s release of the Windows 10 Anniversary Update and the announcement of the Windows Store supporting apps built with the Desktop Bridge technology, we want to share more details and sample code on how to further enhance and extend your PC software on Windows 10. In addition to...
  3. News

    Debugging a background task on a time trigger

    Link Removed The TimeTrigger class is extremely useful when your Universal Windows Platform (UWP) app has background tasks you want to run periodically. For instance, if you are writing a mail app, you will want to regularly poll for new messages in the background with a time trigger. If you...
  4. B

    Windows 10 Create Event Viewer ID

    The object is to create a unique Event Viewer ID that appears when a specific background process starts - Windows 10 Calculator, for example. When calculator is in use, it is listed only in the Task Manager APPS area. However, when it's not running it randomly appears only as a background...
  5. News

    Using cross-app communication to make apps work together (10 by 10)

    With Windows 10, the Universal Windows Platform (UWP) provides a number of improvements to better support sharing data and files across Windows apps. Cross-app communication in Windows 10 Windows 10 introduces some new and improved ways to ease communication between apps on the same device...
  6. News

    A little light on AllJoyn and Cortana

    Last we we highlighted, Jumpstart your Win10 IoT development with the AllJoyn Studio for Visual Studio 2015. This post from Link Removed, Official Coding4Fun Friend seemed like a great follow-up. Not only do we have AllJoyn but how can you go wrong with Cortana too? Link Removed This post...
  7. 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...
  8. M

    Windows 7 Make CCleaner Run Automatically

    CCleaner is one of the best freeware disk cleanup utilities available. Strangely enough, the program does not announce to users that it can actually be configured to run whenever (and as often) as you want via Task Scheduler. To do this, you first need to configure CCleaner the way you'd like...
Back
Top