Skip to content

Instantly share code, notes, and snippets.

@tnhung2011
Created July 5, 2025 02:29
Show Gist options
  • Select an option

  • Save tnhung2011/746fa18a85fb0dbd60aa964c01a52293 to your computer and use it in GitHub Desktop.

Select an option

Save tnhung2011/746fa18a85fb0dbd60aa964c01a52293 to your computer and use it in GitHub Desktop.

Revisions

  1. tnhung2011 created this gist Jul 5, 2025.
    6 changes: 6 additions & 0 deletions EnvShortcut.vbs
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    Set h = WScript.CreateObject("WScript.Shell")
    Set oLink = h.CreateShortcut(".\Environment Variables.lnk")
    oLink.TargetPath = "%SystemRoot%\System32\rundll32.exe"
    oLink.Arguments = "sysdm.cpl,EditEnvironmentVariables"
    oLink.IconLocation = "%SystemRoot%\System32\shell32.dll,104"
    oLink.Save