This how-to shows two ways of detecting who created a new scheduled task on your windows server.
Source: How to Detect Who Created a Scheduled Task on Windows Server
This how-to shows two ways of detecting who created a new scheduled task on your windows server.
Source: How to Detect Who Created a Scheduled Task on Windows Server
If you’d rather not participate in helping improve the Windows operating system, you can turn of Telemetry services completely.
Source: How to: Turn Off Telemetry in Windows 7, 8, and Windows 10
Starting with Windows Vista and Windows 2008, if you want to see who and when changes Windows Firewall with Advanced Security rules and other settings you must enable either the “Policy Changes” auditing category or rather the “Filtering Platform Policy Change” and “Other Policy Change Events” auditing subcategories. Afte you have enabled this auditing, system will log success and failure audits into the Security event log whenever any firewall setting changes.
you can enable the auditing with Group Policy, Local Security Policy or from command line:
auditpol /set /subcategory:”Filtering Platform Policy Change” /success:enable /failure:enable
auditpol /set /subcategory:”Other Policy Change Events” /success:enable /failure:enable
In the process of filtering Internet traffic, all firewalls have some type of logging feature that documents how the firewall handled various types of traffic. These logs can provide valuable information like source and destination IP addresses, port numbers, and protocols. You can also use the Windows Firewall log file to monitor TCP and UDP connections and packets that are blocked by the firewall.
Source: How to Track Firewall Activity with the Windows Firewall Log
Uses some known methods that attempt to disable tracking in Windows 10 – 10se1ucgo/DisableWinTracking
Source: 10se1ucgo/DisableWinTracking
Endpoints The Microsoft Data Management Service routes data back to our secure cloud storage. Only Microsoft personnel with a valid business justification are permitted access. The following table defines the endpoints for Connected User Experiences and Telemetry component: Windows release Endpoint Windows 10, versions 1703 and 1709 Diagnostics data: v10.vortex-win.data.microsoft.com/collect/v1 Functional: v20.vortex-win.data.microsoft.com/collect/v1 Windows Advanced Threat Protection is country specific
Source: Configure Windows diagnostic data in your organization (Windows 10) | Microsoft Docs
It looks as if Microsoft is going to remove options to defer updates using the Settings application in Windows 10 Pro version 1903.
Source: Will Microsoft remove Advanced Update options in Windows 10 1903 Pro? – gHacks Tech News
WoeUSB is an application for GNU/Linux that enables you to create bootable USB media for Windows from Windows ISO images or DVDs.
Source: Easily make a Windows bootable USB from within Linux Mint with WoeUSB – gHacks Tech News