Wednesday, October 14, 2015

PowerPoint 2016 or Word 2016 crash or stops working with error while opening files

PowerPoint 2016 crashes while opening certain power point presentations you have received
Word 2016 gives error and crash when opening certain power point presentations

with messages like below:
Microsoft PowerPoint
Microsoft PowerPoint has stopped working
A problem caused the program to stop working correctly. Please close the program.

Workaround:
1. Save the file on disk
2. Right click on file, select properties (see screenshot below)
3. Select "Unblock" checkbox at the end of the properties box
4. Click OK

After this change, the document should open as normal in power point or word





















Tested in office 2016 on Windows 10

Thursday, June 18, 2015

Visual Studio Web performance or Load testing, requests always go through a proxy

In, Visual Studio 2013, Web Performance Testing project, Select your WebTest
In root element, select properties and check the proxy value. This (proxy value) is always set to "default"

Sometimes its preferable for tests to not go through a proxy as a proxy has its own bottleneck. Visual Studio will not allowing you to change this value to blank (to not use a proxy). If you remove the proxy value, VS will put default back again automatically.

This is because "default" means use the system proxy while running tests. If you do not want your test runs to use a proxy, disable the proxy in the system.
To do this, go to Internet Explorer, Select Tools, Internet Options, Connections, LAN Settings, and un-check all proxy enable check boxes

Tuesday, June 16, 2015

Windows domain account getting locked

Domain account was getting locked out at random times.

Turns out Windows 8.1 mail was configured and I missed to update the password there and it kept retrying with the old password and locking it.

Monday, April 20, 2015

Webservice authentication does not work on IIS7, IIS8 & IIS8.5

You get 401 Authhorization failed (401.2 to be exact seen in IIS logs)
If you have enabled windows authentication in IIS, you should be able to hit the URL via browser, with no issues. This is assuming the account is allowed via authentication controls.

Problem is that in IIS7, IIS8 & IIS8.5, Basic authentication is not installed by default. if you do not have this option in authentication, you have to install basic authentication by via Server Manager,  Add Roles and Features, IIS, Security, Basic authentication.

Once done you should be able to enable Basic authentication and make WebService calls work.

Monday, March 30, 2015

how to find description of "sc-substatus" code from IIS logs

Open command line and issue command net helpmsg where is the number you got from iis logs.
Example:

c:\net helpmsg 1326

The user name or password is incorrect.




Turn on Windows 11 Fast Boot

If windows starting is slow, to enable windows 11 fast startup/boot,  Press Windows + R, type powercfg.cpl, and hit Enter.  This will direct...