Here’s a small AutoHotkey script to auto-generate a shareable YouTube playlist link by simply copying video url from the website to the clipboard.
In this post we are going to see a few command-line methods to get BIOS Information with PowerShell and CMD. This could be useful if you are looking to update the BIOS and need to know the existing version details.
Here we are going to look at two methods to automatically mute sound when headphones are unplugged from a PC. Volume is unmuted again on reconnecting.
Here’s a tiny PowerShell script to delete all files while maintaining directory structure. This script will work on both files with and without an extension
In this guide we are going to learn how to track when a user lock, unlock, login or logout from their Windows account. We can log this activity in a regular text file or in an Excel CSV file.
If you are using a PC that has two different video cards, you can now set graphics card on a per-app basis using the new Graphic Settings in Windows 10.
After coming back from a trip recently, I imported all the photos from my camera to my computer by automatically renaming them using the Exif Data in the format Month-Day-Year-Filename (%m-%d-%Y-%f): 05_17_2018_DSC_5560.NEF. After editing the photos, each NEF file would also have a JPEG and a XMP file. While backing […]
In this post we would be learning how to install Selenium WebDriver and configure it with Eclipse IDE. Selenium client supports several programming languages, including Java, Python, C#, Ruby, and JavaScript. Here we will be focusing on the Java language-specific client drivers as we intent to work with Eclipse. So […]
The TestNG Test Suite is a collection of test cases that are run together via a “testng.xml” file. As a tester, you can sort the test cases to run in a particular order or perhaps have them dependent on a testcase or a group. Steps to Create a TestNG Test […]
In this post we will see how to copy and move files and folders selectively using PowerShell. We are going to use Copy-Item cmdlet with a few switch parameters for copying files. Similarly, with Move-Item cmdlet, you can use all the examples for moving the desired files.