Don't wanna be here? Send us removal request.
Text
Azure VPN operation cancelled by user
sc config wanarp start= auto sc start wanarp
0 notes
Text
How to delete specific drivers
If persistent, search C:\Windws\System32 for the driver name and delete it from there.
0 notes
Text
Teams Add-in fix
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer] "DisableMSI"=dword:00000000
if this is set to 1 it disables MSI installs, which the addin is so it never runs
IF addin is not showing at all do this: (need to be on admin account)
Get the installer MicrosoftTeamsMeetingAddinInstaller.msi from "C:\Program Files\WindowsApps\MSTeams_24215.1003.3065.2505_x64__8wekyb3d8bbwe"
Copy/paste in c:\temp folder for example, execute it.
This will install the addin, but when you switch to the users account, itll be trying to pull the addin from the admin appdata folder. go to the location and copy the whole teams addin folder to the user location. then go to file > addins > check off the addin again. close and reopen outlook!
0 notes
Text
Disable Windows Hello powershell
#Disable pin requirement $path = "HKLM:\SOFTWARE\Policies\Microsoft" $key = "PassportForWork" $name = "Enabled" $value = "0" New-Item -Path $path -Name $key –Force New-ItemProperty -Path $path\$key -Name $name -Value $value -PropertyType DWORD -Force #Delete existing pins $passportFolder = "C:\Windows\ServiceProfiles\LocalService\AppData\Local\Microsoft\Ngc" if(Test-Path -Path $passportFolder) { Takeown /f $passportFolder /r /d "Y" ICACLS $passportFolder /reset /T /C /L /Q Remove-Item –path $passportFolder –recurse -force }
0 notes
Text
Sharing from Word using old Outlook
1. Close (NEW) Outlook 2. Open Outlook (Classic) 3. Login to Outlook (Classic) 4. When successful TOGGLE to (NEW) Outlook 5. Test it
0 notes
Text
Account lockout AD trace
Event viewer > Windows Logs > Security > filter current log by ID 4740. It will tell you where its coming from.
0 notes
Text
Outlook shows conflict errors when updating or cancelling meetings
Open the Calendar pane in Outlook, and right-click the Calendar folder.
Select Properties.
On the General tab, select Clear Offline Items.
Select OK.
0 notes
Text
AMD drivers replaced by Windows
1. In Start open Control Panel. 2. Choose System and Security 3. In System > open Advanced system settings from the left sidebar 4. Under Hardware tab > you can see Device Installation Settings button, click on it. 5. Select 'No' and Save changes.
0 notes
Text
Mimecast spoof sender
If sender is getting spoofed and it says manually allowed
Gateway > Managed senders > search user email > delete domain for example "@lbpa.com"
0 notes
Text
Block spam sender in 365
O365 > Security > Email & Collab > Policies & rules > Threat Policies > Anti-spam policies > Click on Anti-Spam inbound policy > Scroll down and Edit allowed and blocked senders and domains.
0 notes
Text
Microsoft 365 Apps not connecting
Follow up with a ipconfig /flushdns
0 notes
Text
Sharepoint/Onedrive links access denied
Office admin center > Click on user > OneDrive > generate OneDrive link > click link > replace URL after layouts with "_layouts/15/people.aspx?MembershipGroupId=0" > Select user and then pick actions and delete them.
0 notes