Jump to content

Recommended Posts

Posted
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?
Posted

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

Posted

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.

Posted
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"

 

 

6QfmGh.png

 

a0IBFm.png

  • Thanks 3

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...