seco Posted November 22, 2005 Posted November 22, 2005 Does anyone have some type of script or sumthing i can run to clean up all shortcuts on my desktop. Somehting like *.ink
Shark007 Posted November 22, 2005 Posted November 22, 2005 (edited) maybe try *.LNKused caps for clarity. its a link, not an inkusing 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 concurrentlyshark Edited November 22, 2005 by Shark007
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now