Launch software on login with a simple shortcut
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,
Launching software at login with a simple shortcut, that’s what I show you in this video
To support me, you can subscribe to the channel, share and like the videos, disable your ad blocker or make a donation via the Brave web browser. Thank you!
Commands and paths used in the video
# For all usersshell:Common Startup
# For the current usershell:startup
# For a specific userC:\Users\nom_user\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\startup
# For new usersC:\UsersDefaultAppDataRoamingMicrosoftWindowsStart Menu\Programs\startup
# List installed applicationsshell:appsfolder
## Delete the graphical delay# Run the registry editor as administrator :regedit
# Browse the registry :# For the current user onlyHKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer# Or for all usersHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorer
# Create a new Serialize key# Move to Serialize# Create a new 32 bit DWORD value named StartupDelayInMSec and indicate the desired delay (in millisec)
## Delete the delay in Powershell# For the current user# Create the serialize keyNew-Item hkcu:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer -Name Serialize# Create the StartupDelayInMSec valueSet-ItemProperty hkcu:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Serialize -Name StartupDelayInMSec -Value 0
# For all users# Create the serialize keyNew-Item hklm:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer -Name Serialize# Create the StartupDelayInMSec valueSet-ItemProperty hklm:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Serialize -Name StartupDelayInMSec -Value 0
Video : Launch software on login with a simple shortcut
Related links
How to customise the Send To menu in Windows Explorer
Customise the Send To menu in Windows ExplorerLaunch software on login with a simple shortcut
Launch software on login with a simple shortcutHow to add shortcuts on the desktop of different users under Windows 10 and 11
How to add shortcuts on the desktop of different users under Windows 10 and 11How to add and manage shortcuts in the Start menu in Windows 10 and 11
Add and manage shortcuts in the Start menu in Windows 10 and 11How to create shortcuts in Windows 10 and Windows 11
Having looked at shortcuts and their parameters, here are some different ways of creating shortcutsWindows - ms-settings shortcuts in the Settings menu
The arrival of Windows 10 and its new Settings menu brings us the ability to use ms-settings shortcuts that allow us to directly access specific locations in Settings
Follow me on
Support me
Last content
Powershell - Testing network connectivity and port accessibility
Powershell - Display network connections (equivalent to netstat)
Powershell - Testing name resolution (equivalent to nslookup)
Powershell - View and manage DNS configuration of network interfaces
Powershell - Managing IP configuration of network interfaces
Powershell - Managing the status and configuration of network interfaces
Powershell and the Left Hand Side
Powershell - Managing disks, partitions and volumes