Here are Tweaks
After boot
(After Logon)
*
Shell New .Reg:

Create New empty .reg files easly
(Easy way to create Unicode BOM

)
Attached Shell_New_XXX.7z
Shell_New Reg_File Kur RunAsAdministrator.cmd
Works since XP up to Win10 for now

*
Shell New .URL:

Create empty .url files easly
I was using at old times a lot to create .url files,
now it is easier through browsers but still I like it at hand ready :
++ Attachment at the end post Shell_New_XXX.7z
Shell_New Url Kur RunAsAdministrator.cmd
Works since XP up to Win10 for now

*
Shell New Plugin:
Available via "PC Associate" Install All
http://theoven.org/index.php?topic=200
*
Shortcut:
Windows Defender Startup -Hide.Lnk
++ Attachment at the end post Windows Defender Startup -Hide.Lnk.7z
to get Defender seen at taskbar all the time ;)
I put this shortcut to All User profile ->\Startup
NT6x:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp
ps: Windows Defender starts at windows boot,
but there is no setting to show it on taskbar all the time.....
Above shortcut only get it available on taskbar
to me: disable/enable easily when required
Windows Defender Startup -Hide.Lnk dl8
Shell_New_XXX dl11
*
Win10 - Service - DiagTrack-Disable (Run as administrator).cmd
ECHO DiagTrack - Diagnostics Tracking Service - Disable
:: KYHI - http://TheOven.org/index.php?topic=1522
net stop "DiagTrack"
sc config "DiagTrack" start= disabled
Echo %ErrorLevel%
If %ErrorLevel% Neq 0 Goto :Error
exit
:Error
cls
@Echo off
Echo.
Echo.
Echo !!!!Error!!!! - Can not change 'DiagTrack' Service
Echo.
Echo.
Echo Tip: Run as administrator
Echo.
Echo.
Echo ErrorLevel: %ErrorLevel%
Echo.
Echo ErrorLevel: 5 - You have to 'Run as administrator'
Echo.
Echo.
Echo Press Any Key to exit
Echo.
Echo.
Pause
Exit
