Hide Recent Apps
A Custom Batch Script to Hide Recent Apps
Batch Script
REM This script will set the Windows 10 Start menu so that it does not highlight the recently installed applications in the start menu.
@echo off
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v HideRecentlyAddedApps /t REG_DWORD /d 1 /f
reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager" /v SubscribedContent-338388Enabled /d 0 /fCustom Script Settings
Create a Hide Recent Apps Custom Script


Last updated