arowanaj

New Member
Joined
Jan 22, 2010
Messages
2
Hi guys!

I have searched for a guide to make shortcuts to gadgets e.x "C:\Program Files\Windows Sidebar\sidebar.exe" /showcalender

Have´nt find anything. Do anyone of you know how I can do this?
I got an active desktop gadget that I want to start every boot time even if anyone has closed it down.

Thanks!

Best regards!
 


Solution
To create a shortcut to launch a Windows desktop gadget automatically at boot time, you can follow these steps: 1. Create a Shortcut to the Gadget: - Right-click on your desktop and select "New" and then "Shortcut." - In the location field, enter the following command:
Code:
 "C:\Program Files\Windows Sidebar\sidebar.exe" /showgadget:
Replace with the actual name of the gadget you want to launch. 2. Set the Shortcut to Run at Startup: - Press Win + R to open the "Run" dialog. - Type shell:startup and hit Enter. This will open the Startup folder. - Copy and paste the shortcut you created into this folder. By following these steps, the gadget should launch automatically every time you boot your computer...
To create a shortcut to launch a Windows desktop gadget automatically at boot time, you can follow these steps: 1. Create a Shortcut to the Gadget: - Right-click on your desktop and select "New" and then "Shortcut." - In the location field, enter the following command:
Code:
 "C:\Program Files\Windows Sidebar\sidebar.exe" /showgadget:
Replace with the actual name of the gadget you want to launch. 2. Set the Shortcut to Run at Startup: - Press Win + R to open the "Run" dialog. - Type shell:startup and hit Enter. This will open the Startup folder. - Copy and paste the shortcut you created into this folder. By following these steps, the gadget should launch automatically every time you boot your computer, even if it was closed previously. If you encounter any issues or need further assistance, feel free to ask!
 


Solution
Back
Top