Monday, November 14, 2022

How to set Date time while making PostMan Requests?

To set Date time while making Requests in PostMan, we can use Pre-request Script.

Sample Code:

const moment = require( 'moment' );    pm.environment.set( "currentDateTime", moment().utc().format( "YYYYMMDDTHHmmss" ) + "Z" );

Monday, November 7, 2022

How to add applications in Windows Startup?

Use run command shell:startup to add applications in Windows Startup.

1. Open Run in Windows.

2. Execute shell:startup command.

Friday, November 4, 2022

How to disable automatic VPN server selection in Cisco AnyConnect?

Disable “Enable automatic VPN server selection” to disable automatic VPN server selection in Cisco AnyConnect. Check the following steps for reference.

1. Open Cisco AnyConnect Settings.

2. Disable “Enable automatic VPN server selection”.

Thursday, November 3, 2022

How to Create PDF from Microsoft Word document?

1. Open the Microsoft Word Document.

2. Select File Option.

3. Select Export Option.

4. Select Create PDF/XPS option.

Unable to view Lucidchart Shapes

When you open the Lucidchart document, it will not show all the shapes. You have to edit the document to view all the added and supported sh...