Automate Notepad ++ Deployment with ConfigMgr
This will automate the install of Notepad ++ and Disable Update Notifications using the config.model.xml file. Create your Folder Structure: \\ConfigMgrSourceServer\Apps\NotepadPlusPlus\VersionNumber\ Download Notepad++ here:https://notepad-plus-plus.org/download/ Scripts & Files available here: http://garytown.com/Downloads/NotepadPlusPlus.zip Download the EXE into the folder (Delete the blank place holder) Create your Install & Uninstall Scripts: load_npp.cmd Script: ----------------------------- REM Notepad ++ Install Script ... Read more