Windows 10 was released long ago in internet time, but I get asked questions about it randomly by various users, friends and clients. One of the most asked ones is about “spying” that windows 10 may be doing on the user. Initially a server called DiagTrack was present in windows that provided these “spying capabilities”. Since end of 2015 they have renamed the service to “Connect User Experience and Telemetry service”. I am not sure why they changed the name, maybe the word tracking was bothering some people and MS made it… “different”.
Connect User Experience and Telemetry service
Microsoft says Telemetry is system data that is uploaded by the Connected User Experience and Telemetry component. The telemetry data is used to keep Windows devices secure, and to help Microsoft improve the quality of Windows and Microsoft services. It is used to provide a service to the user as part of Windows. Whats that mean? Only MS really knows what it means truly and if you care you should ask someone from MS for a real answer. I am simply here to tell you how to disable this IF you want to do so.
Hold down the Windows key and tap the R key
In the box that opens type services.msc and press the Enter key or click the OK button
In the ‘Services (Local)’ section find the line with the name ‘Connected User Experiences and Telemetry’ and double-click it
In the ‘Service status’ section click ‘Stop’ (highlighted blue in the screenshot below)
Under the ‘Startup type’ drop down menu select ‘Disabled’ and then confirm this and close the window by clicking ‘OK’ (highlighted yellow in the screenshot below)
This should disable the service and the tracking for this install. Now we know microsoft has enabled this service under a different name once, will they do it again? who knows, maybe check on this periodically to see what state its in. Working in an enterprise environment and want to know how to control the telemetry service? find out from a technet article written by MS themselves by clicking here.
Docker Compose is a tool for defining and running multi-container Docker applications. It allows you to define the services, networks, and volumes required for your application in a single YAML file, making it easy to spin up and manage complex applications with multiple containers. Using Docker Compose, you can start and stop multiple containers with a single command, and easily scale your application up or down as needed. It simplifies the process of setting up and managing a multi-container application, making it a popular tool for development and testing environments.
Recently I got Tmobile home internet to replace my Optimum cable internet. It was working fine but for the past few days, I keep getting errors when trying to play any games. Error 0x000009D The first error I got was 0x000009D whenever launching a game. I haven’t found a fix for this one, but using…
Learn how to leverage the power of FFMPEG to craft visually captivating image slideshows with accompanying audio tracks. This step-by-step guide demonstrates the command-line usage of FFMPEG to combine a still image and audio file, producing an output video in MP4 format. By carefully adjusting parameters such as frame rate, video codec, preset, and more, you can achieve high-quality results. Whether you’re a content creator, photographer, or simply want to enhance your presentations, this article provides the knowledge and tools to create stunning image slideshows using FFMPEG.