Difference between revisions of "Windows 10 Notes"

From Got Opinion Wiki
Jump to navigation Jump to search
m (Unicode and ASCII addition)
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:


[http://unicode.org/charts/ Unicode charts]
[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 Δ
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

Unicode charts

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

source

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.