CBC Computer Services

How to Perform an Emergency Restart (Win 10/11)

To perform an emergency restart of a Windows computer, you can use these steps. This type of restart bypasses the standard shutdown process and forces the system to reboot immediately, which can be useful if the computer is unresponsive or in an unusual state. Method 1: Using Ctrl + Alt + Delete This forces an…

Read More

PowerShell Script to Restart Computer into Bios Screen

Here’s a PowerShell script to restart a Windows computer and boot directly into the BIOS or UEFI settings. This script leverages the Restart-Computer cmdlet with the appropriate parameter to reboot into the firmware: Explanation: Important Notes: To run this script: This should reboot your system and take you directly to the BIOS or UEFI setup…

Read More

Restart to Bios Screen

Here’s a batch file that can help restart a Windows computer and automatically boot it into the BIOS screen. This script uses the shutdown command to restart the computer, along with a command to prompt it to boot into the BIOS (if the system and BIOS support it). Create a .bat file with the following…

Read More

Steps to Switch Out of S Mode

The process to get out of S Mode must be done manually through the Microsoft Store because it involves licensing and security restrictions that Microsoft has set in place. Here’s how you can manually switch out of S Mode: Steps to Switch Out of S Mode

Read More

What Could Cause a Computer to Lock Up?

A computer can lock up (or freeze) for several reasons, and these can typically be categorized into hardware or software issues. Here are some common causes: Hardware Causes Software Causes If you’re diagnosing a PC, you might want to check these areas systematically to identify the root cause.

Read More

The Importance of Using VPN Software

The Importance of Using VPN Software: Safeguarding Your Digital Privacy In today’s digital age, where the internet plays a central role in our personal and professional lives, online privacy and security have become critical concerns. The increasing frequency of cyber threats, data breaches, and invasive surveillance has made it imperative for individuals and businesses alike…

Read More

How to Prevent Viruses and Malware

How to Prevent Viruses and Malware: Tips from CBC Computer Services At CBC Computer Services, we understand that protecting your digital environment is crucial in today’s technology-driven world. Viruses and malware can wreak havoc on your devices, steal personal information, and disrupt your daily activities. Fortunately, there are effective strategies to safeguard your systems from…

Read More

PowerShell Script to Reset Host Files

Here’s a PowerShell script to reset the Windows hosts file to its default state. The hosts file is located at C:\Windows\System32\drivers\etc\hosts and typically contains a default entry for localhost. Steps to run the script: This restores the default hosts file configuration, which typically includes only the localhost entries.

Read More