Skip to content

Instantly share code, notes, and snippets.

@sahildeshp
Last active March 19, 2025 13:10
Show Gist options
  • Select an option

  • Save sahildeshp/f4db4c9f00da0cde306627f0fe0070b8 to your computer and use it in GitHub Desktop.

Select an option

Save sahildeshp/f4db4c9f00da0cde306627f0fe0070b8 to your computer and use it in GitHub Desktop.
Creating Windows NIC Settings Shortcut

Creating a shortcut for Windows NIC settings

- Open notepad and copy the following

@echo off
ncpa.cpl

- Save this as a .bat file

- Right click and create a shortcut for this

- Open the shortcut properties and in the target field type C:\Windows\explorer.exe followed by the location of the .bat file

image

Example : C:\Windows\explorer.exe C:\Network Nics Settings.bat

- Change the icon if you want and pin it to the taskbar for quick access to NIC Settings

image


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment