Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am LoghamLogan on github.
  • I am loghamlogan (https://keybase.io/loghamlogan) on keybase.
  • I have a public key whose fingerprint is 3738 A1D9 D22D 58CF AB62 EE87 BC0B 728A DC0F CB96

To claim this, I am signing this object:

@LoghamLogan
LoghamLogan / clean-feel-desktop-icons.cmd
Last active September 23, 2016 21:06
Renames all .lnk files in the current directory to BLANK (ALT+255) strings
@echo off
REM **********************************************************************************************************************
REM DISCLAIMER: THIS SCRIPT IS PROVIDED "AS IS" AND I TAKE NO RESPONSIBILITY FOR ANY DAMAGES THAT MAY OCCUR IF YOU USE IT.
REM **********************************************************************************************************************
REM ** What is this? **
REM This script will rename all .lnk files within the local directory to 'blank' names.
REM ** Why? **