Monday, March 25, 2019

Outlook: “Can’t Create File” Error When Opening Excel File Attachment

1.  Create a new folder in C:/ Drive with name "temp0"  path should be C:\temp0

2.    Hold the Windows Key, then press “R” to bring up the Run dialog box.


3.    Type “Regedit“, then press “Enter“.

4.   Go to the following location:-  "HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Security\" entry. Double-click "OutlookSecureTempFolder" and change the "Value Data" field to the location of the folder you created, e.g. "C:\temp0"

Wednesday, March 6, 2019

How to know known wifi password which is not connected?

There are Two command:

Run command prompt in windows pc with administrator rights by right clicking on it and then "run as administrator"
then
Command 1:- netsh wlan show profile -this command will show you saved wifi list suppose your saved wifi name is "abc"

then run below command to show the password of saved wifi :
Command 2:- netsh wlan show profile "abc" key=clear