Tuesday, November 29, 2022

How to Enable the Group Policy Editor in Windows 10 & 11 Home Code

 How to Enable the Group Policy Editor in Windows 10 & 11 Home Code




CODE IS:

@echo off 
pushd "%~dp0" 
 
dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt 
dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt 
 
for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i" 
pause

Thursday, November 24, 2022

How to Fix Can't Connect to This Network Error Windows 11 - WiFi & Internet

 How to Fix Can't Connect to This Network Error Windows 11 - WiFi & Internet


In this article of "How to Fix Can't Connect to This Network Error Windows 11 - WiFi & Internet", I will share 3 simple and quick way of solving this problem.





> Fix 1: Open Command Prompt as Administrator & then execute below mention commands...

> COMMAND 1: netsh winsock reset
and then press "ENTER" key.

> COMMAND 2: netsh int ip reset reset.log
and then press "ENTER" key.

> COMMAND 3: ipconfig /flushdns
and then press "ENTER" key.

> Once all commands executed, Restart  your PC/Laptop.

> Fix 2: Reset the Network

> Fix 3: Run the Network Troubleshooting Tool.

Wednesday, November 23, 2022

How to Remove BitLocker Encryption from Drive Windows 10/11 [Simple & Quick Tutorial]

How to Remove BitLocker Encryption from Drive on Windows 10/11 Easily


In this article of "How to Remove BitLocker Encryption from Drive Windows 10/11 easily", I am going to share the simple and quick way of removing or disabling the bitLocker encryption from any hard drive using windows PowerShell on windows 10/11.




> Open Windows PowerShell as Administrator.

> After that execute all the below mention commands one by one after pressing ENTER key.

> Command 1: manage-bde -status

> Command 2: Disable-BitLocker -MountPoint "E:"

> Note: Here "E:" is the drive letter from which you want to remove the BitLocker encryption.

> Command 3: manage-bde -off E:

> Once these all commands executed successfully... You will see that bitlocker encryption is removed from that hard drive which is encrypted before.


Saturday, November 19, 2022

How to Disable Windows 11 Login Password and Lock Screen

 How to Disable Windows 11 Login Password and Lock Screen





> Open Command prompt as administrator.

> After that execute below mention command.

> Command is: reg ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" /v DevicePasswordLessBuildVersion /t REG_DWORD /d 0 /f

> Once command executed successfully, Restart your pc or laptop.

> Once restart, Open again netplwiz. This time
you will see the "User must enter a user name and password to use this computer" option.

> You just need to un-check this option and then save the changes.

> That's it, Through this you can disable windows 11 login password and lock screen.


Friday, November 11, 2022

How to Get Windows Photos Viewer in Windows 10 Easily

How to Get Windows Photos Viewer in Windows 10 Easily

 How to Get Windows Photos Viewer in Windows 10 Easily


Code for installing or getting windows photos viewer in windows pc or laptop.

Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Applications\photoviewer.dll] [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell] [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open] "MuiVerb"="@photoviewer.dll,-3043" [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\ 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\ 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\ 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\ 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\ 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\ 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\ 00,31,00,00,00 [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open\DropTarget] "Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}" [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print] [HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\print\command] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\ 6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\ 00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\ 25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\ 00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\ 6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\ 00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\ 5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\ 00,31,00,00,00