topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 9:12 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Create or delete a graphical shortcut or icon in the desktop  (Read 4338 times)

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Create or delete a graphical shortcut or icon in the desktop.
Create an image or delete it in the desktop.

1. with bat code

2. with ahk code


Best Regards


4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,641
    • View Profile
    • Donate to Member
Re: Create or delete a graphical shortcut or icon in the desktop
« Reply #1 on: September 05, 2014, 07:58 AM »
Command line or file:

Use Shortcut.exe from here: Shortcut

eg.
Code: Text [Select]
  1. Shortcut.exe /f:"%USERPROFILE%\Desktop\MyFile.lnk" /a:c /t:%USERPROFILE%\Desktop\MyFile.pdf

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: Create or delete a graphical shortcut or icon in the desktop
« Reply #2 on: September 05, 2014, 08:32 PM »
Thanks 4wd
I'll try. I am finishing the bats.
I found two in a geek page to stop o inhabilite services that usually don't are necessary.
 :-*