To completely uninstall driver after printer has been removed and deleted:
run this command using windows + R
printui /s /t2
this will bring up a list of installed drivers.
Select the one which need to be removed and delete it.
To completely uninstall driver after printer has been removed and deleted:
run this command using windows + R
printui /s /t2
this will bring up a list of installed drivers.
Select the one which need to be removed and delete it.
this fix is for VLC activation:
Close the activation window and all Office apps.
Open regedit (using run or type it at the start menu)
It is always very important to make backup of registry or the registry key you are changing or deleting first.(use export under file menu)
navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\16.0\Common\OEM
Edit>Delete.
Do the same with this key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\16.0\Common\OEM
Close the Registry Editor and start Office again.
resources:
using exchange powershell command:
New-MailboxExportRequest -Mailbox UserName -FilePath “\\server\export\username.pst”
From elevated command prompt:
diskpart
list volume
In my case the drive letter for the system partition was D
select volume D
remove letter=D
Close Command Prompt and restart your PC
Group policy:


NPS configuration:









For some reason Firefox 59 on windows 10 (1709) under parallels started to misbehave and displayed address bar text and background all black.
On some pages the page was inverted with blocks of black and some flickering was noticeable as well.
After some frustration and lots of trial and error I disabled hardware acceleration when available option under Firefox preferences which did the trick.

Force quit windows service which failed to stop using service.msc
Windows 10 has option to display everything in gray-scale.
It can be switched on and off by keyboard combination of CTRL + WIN + C key
It is possible to activate it accidentally if you have keyboard with CTRL and Windows key right next to each other since CRTL + C is to copy.
Hope this helps someone else who ends up in the gray-scale world of windows 10.
During my exchange 2010 to exchange 2016 migration I run in to outlook connectivity problem which made it impossible to connect.
There are hundreds of similar issues on google unfortunately none of them solved the problem until I found two solutions on separate blogs and combined them and here is my final fix:

References:
what worked for me was to change it to 0 first and then change it to -1
If set to 0 it will force user to change password on next login. (If user doesn’t have flag set to Don’t Expire Password)
If set to -1 the password change date will be set to current date and time.
reference:
http://ldapwiki.com/wiki/Pwd-Last-Set%20attribute
If user has a lot of emails which they need to delete here is a command which can help at the server end:
Search-Mailbox -Identity “User Name” -SearchQuery “Received:<$(’12/31/2013′)” -DeleteContent
ref: https://social.technet.microsoft.com/Forums/exchange/en-US/6114adb8-7e65-46e0-b54f-704ad15ef723/command-to-delete-all-the-items-from-a-mailbox-till-a-specific-date?forum=exchange2010
If you manage ManageEngine ADSelfService Plus on Windows Server 2022 and rely on GoDaddy for your SSL certificates, you have likely run ...