+ Post New Thread
Results 1 to 3 of 3
Scripts Thread, need a script to delete shortcuts in Coding and Web Development; Hi could anyone throw a script my way, need to delete all the locally stored desktop shortcuts from C:\documents and ...
  1. #1
    philtomo-25's Avatar
    Join Date
    Jun 2007
    Location
    Lancaster
    Posts
    84
    Thank Post
    3
    Thanked 2 Times in 2 Posts
    Rep Power
    10

    need a script to delete shortcuts

    Hi

    could anyone throw a script my way, need to delete all the locally stored desktop shortcuts from C:\documents and settings\all users\desktop folder on multiple pcs

    thanks in advance

    phil

  2. IDG Tech News

  3. #2

    plexer's Avatar
    Join Date
    Dec 2005
    Location
    Norfolk
    Posts
    9,564
    Thank Post
    306
    Thanked 884 Times in 794 Posts
    Rep Power
    211

    Re: need a script to delete shortcuts

    del "C:\documents and settings\all users\desktop\*.lnk"

    Run as a batch script on startup?

    Ben

  4. #3

    mattx's Avatar
    Join Date
    Jan 2007
    Posts
    8,472
    Thank Post
    889
    Thanked 890 Times in 532 Posts
    Rep Power
    596

    Re: need a script to delete shortcuts

    Stick a /f at the end just in case you have some read only shortcuts..... You never know.

SHARE:
+ Post New Thread

Similar Threads

  1. Script to delete profile at log off?
    By woody in forum Windows
    Replies: 75
    Last Post: 12th January 2012, 09:29 AM
  2. Replies: 1
    Last Post: 21st December 2007, 07:27 PM
  3. Replies: 8
    Last Post: 17th November 2007, 10:04 PM
  4. Script to Delete Profiles - PLEASE HELP
    By Mr_M_Cox in forum Scripts
    Replies: 10
    Last Post: 13th June 2007, 03:51 PM
  5. Script to delete printer
    By tosca925 in forum Scripts
    Replies: 2
    Last Post: 31st August 2005, 07:45 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •