Right-click on the desktop and select "New" > "Shortcut."
- In the "Create Shortcut" window, type or paste the following command:
cmd /c mklink "%USERPROFILE%\Desktop\Firefox Site.website" "firefox.exe" -- "%URL%"
- Replace
"Firefox Site.website"
with your desired shortcut name.- Replace
"%URL%"
with the actual website URL you want to open.
- Replace