How to add shortcuts on the desktop of different users under Windows 10 and 11

To support me, you can subscribe to the channel, share and like the videos, disable your ad blocker or make a donation. Thank you!

Hello,

A new video on how to add desktop shortcuts for different users on Windows 10 and 11.

Information/code used in the video : How to add shortcuts to the desktop of different users in Windows 10 and 11

# Desktop for all users
shell:Common Desktop
# Or
%Public%\Desktop
# Or in Powershell
$env:Public\Desktop
# Current user's desktop
shell:Desktop
# Or
%userprofile%\Desktop
# Or in Powershell
$env:userprofileDesktop
# Desktop of a user who has already logged on to the computer
C:\users\nom_userDesktop
# Start menu for new users who log on
C:\UsersDefaultDesktop

Video : How to add shortcuts on the desktop of different users under Windows 10 and 11

Related links