Posts

Showing posts with the label key

Check Microsoft Office 2016 Product key

There are a method to check the Microsoft office 2016 product key, but the most easiest 1 is to run the script. You can check your Microsoft Office 2016 product key using a simple VBScript . Here’s how you can do it: Step 1: Open Notepad Press Win + R , type notepad , and press Enter . Copy and paste the following script into Notepad: Dim objFSO, objShell, objKey Dim strKeyPath, strKey Set objFSO = CreateObject("Scripting.FileSystemObject") Set objShell = CreateObject("WScript.Shell") ' Registry path for Office 2016 strKeyPath = "HKLM\SOFTWARE\Microsoft\Office\16.0\Registration\" On Error Resume Next strKey = objShell.RegRead(strKeyPath & "DigitalProductID") If Err.Number <> 0 Then     WScript.Echo "Could not retrieve the Office 2016 product key."     Err.Clear Else     WScript.Echo "Microsoft Office 2016 Product Key: " & ConvertToKey(strKey) End If Function ConvertToKey(Key)     Dim KeyChars...

Bullet keyboard Shortcut key in Microsoft word

Image
There are many shortcut key you can use in Microsoft Word like Bullet shortcut key in Microsoft word (ctrl+shit+L). You also can customize your own shortcut key in Microsoft Word using the method below! To add bullet                : ctrl +Shift+L To remove the bullet  : ctrl +Shift+N You also can find the option menu in Microsoft Word  and set /customize your own shortcut key .Think a good shortcut key and set it. Note: Avoid using the ctrl +B since it use as bold the text. Step to custom shortcut key