├── README.md
├── x64
└── PinUtil.exe
└── x86
└── PinUtil.exe
/README.md:
--------------------------------------------------------------------------------
1 | # PinUtil : Pin To TaskBar And StartMenu Utility
2 |
3 | ## Usage 1 :
4 | PinUtil (TaskBar|StartMenu) File ["File 2" "File 9"]
5 |
6 | ```
7 | Ex1: PinUtil TaskBar %windir%\System32\calc.exe
8 | Ex2: PinUtil StartMenu "C:\Windows\System32\notepad.exe" "%windir%\System32\calc.exe"
9 | ```
10 |
11 | ## Usage 2 :
12 | PinUtil Config ConfigFile [Section (Default=PinUtil)]
13 |
14 | ```
15 | Ex: PinUtil Config %windir%\System32\PintUtil.ini
16 | ```
17 | PinUtil.ini (Limited To 9 Elements For TaskBar And StartMenu):
18 |
19 | ```
20 | [PinUtil]
21 | StartMenu1=%AllPrograms%\Accessories\Paint.lnk
22 | StartMenu0=%WinDir%\Explorer.exe
23 | TaskBar0=%SystemRoot%\System32\cmd.exe
24 | TaskBar9=%SystemRoot%\Explorer.exe
25 | ```
26 |
27 | ## Usage 3 :
28 | Pecmd ConfigFile [SubSection (Default=PinUtil)] (_SUB SubSection)
29 | Pecmd is a command interpreter commonly used in WinPE (Windows PE)
30 |
31 | ```
32 | Ex: PinUtil Pecmd %windir%\System32\Pecmd.ini PinUtil
33 | ```
34 | Pecmd.ini:
35 | ```
36 | _SUB PinUtil
37 | PINT %AllPrograms%\Accessories\Paint.lnk,StartMenu
38 | PINT %WinDir%\Explorer.exe,StartMenu
39 | PINT %SystemRoot%\System32\cmd.exe,TaskBar
40 | PINT %SystemRoot%\Explorer.exe,TaskBar
41 | ```
42 |
43 |
44 |
45 | **Environment Variables are Available As Well As:**
46 | %StartMenu%, %Programs%, %ALLPrograms%, %Desktop%, %QuickLaunch%
47 |
48 | **Start Menu Support:**
49 | StartAllBack, StartIsback++, Start10, StartIsback, Start8, Classic Shell, Open-Shell, Explorer7ForWin8, Windows 7 StartMenu
50 | Windows 10 and 11 Start Screen are not Supported
51 |
52 | You Cannot Pin Applications from a Removable Media...
53 |
--------------------------------------------------------------------------------
/x64/PinUtil.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisRfr/PinUtil/01f084095c9d876e604a9fd6d0912f9c75b30ef6/x64/PinUtil.exe
--------------------------------------------------------------------------------
/x86/PinUtil.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ChrisRfr/PinUtil/01f084095c9d876e604a9fd6d0912f9c75b30ef6/x86/PinUtil.exe
--------------------------------------------------------------------------------