Turns out its Webroot : https://answers.microsoft.com/en-us/windows/forum/windows_10-performance/opening-task-manager-slows-pc-to-crawl-windows-10/1364be65-bc5c-48e3-9d89-12f78f88efaf?page=4 You have to Allow App Protection for Firefox and Chrome and shutdown and reopen webroot ( Its fixed on the beta version )
Author: paris
Papercut : no potential redirect queues
After a machine was offline for a week users could not print anymore with the error no potential redirect queuesLogin to Papercut , Under Printers Choose the […]
Learning Bootstrap 4.0
Recently found a really cool site : https://scrimba.com/ for learning how to code new languages and thought I would share my notes Tables12 Columns width by default needs to […]
Setting MTU to Jumbo Frames on Server 2012 Core, Extreme Summit Stack and MSA 2040
MSA : Inbound ErrorsHP MSA 2040 Now according to here : MTU is 8872 ( 8900 ) no 8972 ( 9000 )Make sure this is enabled on the SANExtreme […]
can’t be opened because the identity of the developer cannot be confirmed
When trying to install an App on a Mac , the following error showed up with no way to continuecan’t be opened because the identity of the […]
Deploying Sharepoint Lists stssync : Do you want to allow this website to open a program on your computer?
After deploying some sharepoint lists using Group Policy via Microsoft Outlook 2016/Account Settings/SharePoint ListsThe Lists would not add unless the user had clicked Allow to this error : Do […]
How to remotely Get a List then Uninstall a Program via WMIC ( CMD )
Get a list of programs currently install wmic /node:<REMOTE HOSTNAME> product get name, version, vendorHow to uninstall the Programwmic /NODE:<REMOTE HOSTNAME> product where (name=”Windows Agent”) call uninstall
Email : Install the latest version of Azure AD Connect now to restore automatic upgrades
Just received the Generic Email from Microsoft again false positive like this : https://www.reddit.com/r/Office365/comments/8cv4iq/email_message_your_action_is_required_please/To check you are on the latest Version :Open Up the AAdconnect synchronisation service manager […]
WSUS Disable All Windows Updates Language Packs showing for Windows 10
The following powershell will Decline any Non English Language Packsget-WsusUpdate | Where {$_.update.title -ilike “*Lang*” -and $_.update.title -notlike “*en-*”} | Deny-WsusUpdate
AADconnect Deleting User accounts after Password change
Recently we had an issue where a Office 365 Hybrid Environment where a local user would reset their expired Local Password and the ADDconnect service would disconnect the […]