로딩
티스토리 데이터 처리 중입니다.

바로가기에 링크된 실행파일명 바꾸기

 바로가기에 링크된 실행파일명 바꾸기

void ModifyShortcutTargetName(string shortcutFilename) { WshShell shell = new WshShell(); FileInfo LinkFile = new FileInfo(shortcutFilename); if (LinkFile.Exists) { IWshShortcut link = (IWshShortcut.....

바로가기에 링크된 실행파일명 바꾸기에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.