Fix: “Open with” Missing from Windows 10 Right-Click Context Menu

October 2, 2018 by Admin No comments »

How can I restore “Open With” context menu in Windows 10? The “Open With” option lets you open files with any program of your choice, especially useful if the file extension is unknown or it’s associated to a program that doesn’t exist. In this tutorial we’ll show you how to add the missing “Open With” […]

Read More »

How to Set .PS1 Script to Open with PowerShell By Default

September 30, 2018 by Admin No comments »

When you double-click a .ps1 file from File Explorer, Windows 10 will open it in Notepad rather than executing the script with PowerShell. If you want to set .ps1 script to open with PowerShell by default, you have to change the file type association. Method 1: Associate .PS1 to Open in PowerShell Right-click any .ps1 […]

Read More »

Add “Run with PowerShell (Admin)” Context Menu for .PS1 Files

September 29, 2018 by Admin No comments »

How to add “Run as administrator” to PS1 file context menu in Windows 10? Before you can run PowerShell script with admin rights, you have to launch the elevated PowerShell console firstly. To simplify this process, you can add “Run with PowerShell (Admin)” to the right-click context menu for .PS1 files. How to Add “Run […]

Read More »

Fix: Windows 10 Photos App Not Working

September 27, 2018 by Admin No comments »

Unable to open the Photos app and it keeps crashing? The Photos app is the default photo viewer in Windows 10. If it has stopped working and you’re unable to open image files, try the following methods to fix the Photos app issues. Method 1: Reinstall Windows 10 Photos App If your Photos app doesn’t […]

Read More »

How to Delete One or More System Restore Points in Windows 10

September 26, 2018 by Admin No comments »

By default, Windows 10 will automatically create a restore point when you install a device driver or Windows update, so you can later reverse system changes if Windows 10 becomes unstable. Restore points could take up a lot of disk space, so if your PC is running well, there’s not much sense in keeping many […]

Read More »

Easy Ways to Open System Properties in Windows 10

September 25, 2018 by Admin No comments »

The System Properties window is commonly used to configure options such as your computer name, system restore, remote desktop and so on. In this tutorial we’ll show you 3 easy ways to open System Properties in Windows 10. Method 1: Open System Properties by Right-clicking This PC Icon Right-click the This PC icon on your […]

Read More »

3 Ways to Fix Camera App Not Working in Windows 10

September 21, 2018 by Admin No comments »

Can’t find or start the Camera app after Windows 10 update? If the Camera app stops working or there is something wrong, here are 3 simple ways to fix it and get the Camera app back to working. Method 1: Change Privacy Settings for Camera App If the Camera app is not working any more, […]

Read More »

4 Ways to Open the Camera App in Windows 10

September 20, 2018 by Admin No comments »

Windows 10 has a built-in app called Camera that lets you use your webcam to take pictures and record videos. In this tutorial we’ll show you 4 easy ways to open the built-in Windows Camera app in Windows 10. Method 1: Open Windows 10 Camera App via Cortana Search Click on the Cortana search box […]

Read More »

3 Ways to Change PowerShell Execution Policy in Windows 10

September 19, 2018 by Admin No comments »

PowerShell script cannot be loaded because the execution of scripts is disabled on this system? By default, Windows restricts running PowerShell scripts, as a security mechanism. To verify the PowerShell execution policy on your computer, you can use the Get-ExecutionPolicy cmdlet. If the execution policy is displayed as Restricted, you can change it to other […]

Read More »

How to Disable PowerShell with Software Restriction Policies GPO

September 18, 2018 by Admin No comments »

Is there a way to block PowerShell from running through group policy? Windows PowerShell comes pre-installed in Windows 10 and it’s a command-line shell designed especially for programmers and IT professionals. If you’re a standard Windows user, you may want to get rid of it. In this tutorial we’ll show you how to disable PowerShell […]

Read More »