Comments on: How to Hide Programs in Programs and Features in Windows 10 https://www.itechtics.com/hide-programs-programs-features-windows-10/ Making Technology Accessible Wed, 31 Aug 2022 13:53:27 +0000 hourly 1 https://wordpress.org/?v=6.4.1 By: Usman Khurshid https://www.itechtics.com/hide-programs-programs-features-windows-10/#comment-12159 Mon, 02 Jan 2017 12:08:03 +0000 https://www.itechtics.com/?p=23186#comment-12159 I prefer using the command line to add the registry entry. For VLC, I would do the following:

REG ADD “HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\VLC media player” /v SystemComponent /t REG_DWORD /d 1 /f

]]>