Jump to content

Recommended Posts

Posted

Does anyone have some type of script or sumthing i can run to clean up all shortcuts on my desktop. Somehting like *.ink


Posted (edited)

maybe try *.LNK

used caps for clarity. its a link, not an ink

using a *.cmd file ...

for the all users profile: DEL /F /Q "%AllUsersProfile%\desktop\*.lnk"

for the current user profile: DEL /F /Q "%UserProfile%\desktop\*.lnk"

both of these profiles place items on the desktop concurrently

shark

Edited by Shark007

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...