Difference between revisions of "Windows 10 Notes"
Jump to navigation
Jump to search
(Created page with "== Remove Microsoft Telemetry collection == [http://winaero.com/blog/how-to-disable-telemetry-and-data-collection-in-windows-10/ source] Part I * Open Registry Editor. * Go...") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Insert ASCII or Unicode Characters == | |||
[https://support.office.com/en-us/article/Insert-ASCII-or-Unicode-Latin-based-symbols-and-characters-d13f58d3-7bcb-44a7-a4d5-972ee12e50e0#bm1 Insert ASCII or Unicode Latin based symbols and characters] | |||
[http://unicode.org/charts/ Unicode charts] | |||
[https://theasciicode.com.ar/extended-ascii-code/lowercase-letter-mu-micro-sign-micron-ascii-code-230.html ASCII code] and lowercase letter micro-sign µ ASCII code 230. | |||
Example inserting Greek Delta in Word type 0394 then ALT + x converts the 0394 to Δ | |||
== Remove some Windows 10 default apps == | |||
[https://blog.techinline.com/2018/01/17/how-to-remove-default-windows-10-apps/ How to remove default Windows 10 apps] | |||
== Remove Microsoft Telemetry collection == | == Remove Microsoft Telemetry collection == | ||
Latest revision as of 12:38, 28 April 2020
Insert ASCII or Unicode Characters
Insert ASCII or Unicode Latin based symbols and characters
ASCII code and lowercase letter micro-sign µ ASCII code 230.
Example inserting Greek Delta in Word type 0394 then ALT + x converts the 0394 to Δ
Remove some Windows 10 default apps
How to remove default Windows 10 apps
Remove Microsoft Telemetry collection
Part I
- Open Registry Editor.
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection
- Create a new DWORD (32-bit) value named AllowTelemetry. Set value to 0.
Part II
- Right click the File Explorer item in Windows 10 Start menu & pick Manage from menu.
- Go to Services and Applications -> Services in the left pane. In the services list, disable the following services:
- Diagnostics Tracking Service
- Update: Windows 10 version 1511 changed the Diagnostics Tracking Service to Connected User Experiences and Telemetry service. You will need to disable
- Connected User Experiences and Telemetry
- Right click and select Properties and pick "Disabled".
- Reboot Windows 10.