Posts

Showing posts from August, 2023

Windows search is not working properly.

 This PowerShell script resets the Windows Search feature and closes the PowerShell window when the "Done" message appears. If you receive an error message stating that running scripts is disabled on your system, enter the command Get-ExecutionPolicy and press Enter. The current policy, such as Restricted, should be noted for future use. After the policy change is completed, close the PowerShell window and repeat steps 2–4. When the "Done" message appears, press any key to continue. To revert to your previous PowerShell execution policy setting, enter the command Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy and press Enter. Return to your previous policy setting by pressing the Spacebar, enter the policy value you noted in step 5, and press Enter. This will allow the script to make changes to your device. Remember to press Y and Enter to accept the change and revert to your previous policy setting. Close the PowerShell window when you're done. DOWNLOA...

How to Uninstall a Windows Update in Command Prompt with WUSA

Image
  1 Open an elevated command prompt . 2 Copy and paste the command below into the elevated command prompt, and press Enter to see a list of all installed Windows Update packages. (see screenshot below) wmic qfe list brief /format:table 3 Type the command you want to use below into the elevated command prompt, and press Enter . (see screenshots below) (Uninstall update and prompt to confirm uninstall and restart computer.) wusa /uninstall /kb: updateID (Silently uninstall update without user interaction. Automatically restart computer as needed) wusa /uninstall /kb: updateID /quiet (Silently uninstall update without user interaction, and will not restart computer. You will need to manually restart computer later.) wusa /uninstall /kb: updateID /quiet /norestart (Silently uninstall update and warn user for so many specified seconds before automatically restarting computer) wusa /uninstall /kb: updateID /quiet /warnrestart: seconds (Silently uninstall u...

Popular posts from this blog

Windows activater failed

All in one windows credential sam and hash decripted and encripted(Dumping :sam: all security

Computer hardware Networking Interview Questions and Answers

Windows defender DisableAntiSpyware

Error Code: INET_E_RESOURCE_NOT_FOUND

eSIM vulnerabilities exploited by SIM swappers for phone numbers: Report

The Windows system screen error is a corrupt issue.