sted Posted September 22, 2016 Posted September 22, 2016 When i deployed windows 10 to pcs i removed a lot of the built in junk. Ive had a request for stickynotes which is one i removed does anyone know a quick way to reinstate it?
ITJS2015 Posted September 26, 2016 Posted September 26, 2016 Have you removed it via powershell? I would create a create a user and add a login script to run a powershell file which adds in or re-installs stickynotes. I am not to sure if a startup script would work as I assume that it would require internet access to download it. Give it a try but if I am wrong Im sure someone soon will correct me
sturgeo Posted September 27, 2016 Posted September 27, 2016 I too did the same with the removeapps powershell script and our install.wim file, did you find a way of adding particular apps back? I looked to see if i could push them out via our WSUS server but didn't have any luck.
Arthur Posted October 1, 2016 Posted October 1, 2016 I've had a request for stickynotes which is one I removed does anyone know a quick way to reinstate it? Download the Windows 10 Inbox Apps ISO from VLSC and then install the Sticky Notes app using the relevant PowerShell command. e.g. Add-AppxProvisionedPackage -Online -PackagePath "X:\amd64fre\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe.appxbundle" –LicensePath "X:\amd64fre\Microsoft.MicrosoftStickyNotes_8wekyb3d8bbwe.xml" 3
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now