Stop Windows 10 Auto Updates

NOTE: if you already have a WindowsUpdate/AU folder then you don’t need to create this folder again under HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows. Here are the steps: Click on Start menu or Search then type regedit then press enter. Navigate to the following path: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Right click the Windows (folder) key, select the New submenu, and choose the Key […]

How to Configure & Generate Magento XML Sitemap

Magento xml sitemap

This post will quickly help you generate xml sitemap on your Magento 2.x store and access the sitemap URL. There are two steps to be followed – first is to set-up the sitemap and second is to generate the xml sitemap with Magento xml sitemap generator. Configure Magento XML sitemap Login to Magento/admin Configure XML […]

Flipkart Return Experience Review

Flipkart has trying to pick-up the cancelled order for the last 3 days. This book delivered promptly since I did not like the book content quality I decided to cancel the order on the same day of delivery. I get a message on my cell phone every morning that someone will pick-up the product before […]

Install Drupal Console on Windows with Composer

install drupal console on windows 10 with composer

I was trying to enable development mode on my Drupal 9 site on my localhost and I found Drupal console an easy way to enable dev mode for Drupal 9 theme development environment. While installing Drupal console, I faced difficulties that’s why I am writing this post. Just to let you know that I am […]

How to Create 2022 Child Theme – WordPress Theming

To Create Child Theme of WordPress 2022 Theme, create a folder in your \wp-content\themes folder, name whatever you would like to call it. I named it 2022-child Create minimum required files in this folder. Create style.css Copy and paste the following code in your style.css file and save it. Create functions.php Copy and paste the […]