03/09/2024
PowerISO has a built-in CD / DVD burning engine. You can use PowerISO as an ISO burner. It can not only burn iso images, but also burn other image files. You do not need install any other burning software. https://www.poweriso.com/tutorials/iso-burner.htm
03/09/2024
Question from a follower, How to fix a screen flickering on an HP computer? Here a few options to check:
How to fix Screen Flickering , display driver issue in HP windows 10 laptop
How to fix screen flickering / resolution issue caused by display driver in windows 10 ?Fix screen flickering issue in windows 10 laptop or desktop by replac...
03/09/2024
Question from a follower, How to reset the local administrator password without any tool, using the Windows installation disk.
Reset Administrator Password Windows 10 Without Software - QUICK
Link for media creation utility: https://www.microsoft.com/en-us/software-download/windows10Topics addressed in this tutorial:reset administrator password of...
03/09/2024
How to reset the CMOS or BIOS settings to factory reset:
Clear CMOS Settings
In this video from ITFreeTraining, I will look at how to clear the CMOS settings on a computer. When changes are made in the BIOS or UEFI, these settings are...
03/09/2024
Question from a follower, How to update the BIOS in a computer:
How to update BIOS *EASY TO FOLLOW*☝
Everything in my setup can be found herehttps://bit.ly/givemchills1⬇️Follow me here⬇️TikTok » https://www.tiktok.com/ » https://www.inst...
03/09/2024
Step by Step guide about How to map a Network Drive using a GPO:
How To Map Network Drives With Group Policy (Complete Guide)
In this guide, I’ll show you step by step instructions on how to map network drives with Group Policy. If you’re still using login scripts then it’s time to switch to Group Policy.
03/04/2024
How to configure Cloud PKI certificate-based WiFi with Intune 👇🏼
How to configure Cloud PKI certificate-based WiFi with Intune
Maybe you have read the previous article How to configure certificate-based WiFi with Intune already and asked how to do the same with the freshly released Microsoft Cloud PKI. Then you don’t…
03/04/2024
Question from a follower: How to remove write protection from usb flash drive which is set accidentally?
You can try this using Diskpart (for Windows):
Press Win + X and choose "Command Prompt (Admin)" or "PowerShell (Admin)" to open an elevated command prompt.
Type diskpart and press Enter.
Type list disk to display a list of all connected drives.
Type select disk X (replace X with the number assigned to your USB drive).
Type attributes disk clear readonly.
Exit the Diskpart utility by typing exit.
Registry Editor (for Windows):
You can also try using the registry editor, but you will need access to modify the registry key, we recommend to use the Disk Part option.
Press Win + R to open the Run dialog, type regedit, and press Enter.
Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies.
If the WriteProtect key exists, double-click it and set the value to 0. If the key doesn't exist, you may need to create it.
Close the Registry Editor and restart your computer.
Check my page for more help and support
03/03/2024
Question from a Follower, What is the NTLDR and his functions?
NTLDR (short for "NT Loader") is a crucial component in the Microsoft Windows operating system, specifically in versions prior to Windows Vista. NTLDR is responsible for loading and starting the Windows operating system. Here are its key functions:
Boot Loader: NTLDR is the initial program that starts when you turn on your computer. It resides in the system partition and plays a crucial role in the boot process.
Loading the OS Kernel: After being loaded into memory, NTLDR is responsible for loading the Windows NT kernel, which is the core part of the operating system. The kernel manages system resources, provides essential services, and interacts with hardware.
Detecting and Presenting OS Options: NTLDR can detect multiple installations of Windows on a system, and during the boot process, it presents users with a menu to choose which operating system they want to start if there are multiple installations.
NTLDR was a key component in Windows NT, Windows 2000, Windows XP, and other earlier versions of the Windows operating system. However, with the release of Windows Vista and subsequent versions, the boot process was significantly redesigned, and NTLDR was replaced by a new bootloader called Boot Manager. Boot Manager uses Boot Configuration Data (BCD) instead of the older boot.ini file used by NTLDR.
Understanding NTLDR is particularly relevant if you are dealing with older systems or if you encounter boot-related issues on computers running Windows XP or earlier versions. Keep in mind that as technology advances, newer operating systems and boot processes supersede older ones, and the information provided here pertains to historical versions of Windows.