When you upgrade a Windows Server 2008 SP2 ->Windows Server 2008R2 ->Windows Server 2012 R2 -> Windows Server 2016, Windows Update may fail with error 0x800f0922 – “Processing advanced installers and generic commands failed.” Setup logs show: In the CBS logs you would see the failure occurs when the Events installer is in action: ThisContinue reading “Windows Updates are not getting installed with error 0x800f0922”
Category Archives: General
Move System Partition from Disk 1 to Disk 0 on Windows 10
Many users complain that they need to rebuild and repartition Windows 10 boot system file , then convert BIOS mode from legacy to UEFI without data loss. However, the System Reserved partition were created in Disk 1 instead of Disk 0 as below: Bellow error appears while running the converting command: mbr2gbt /convert /allowFullOS /Continue reading “Move System Partition from Disk 1 to Disk 0 on Windows 10”
How to remove shutdown option in start menu of Windows 10
To hide shutdown option in start menu of Windows 10, we can use the GPO settings to deploy the following registry key and push it through group policy management:Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Start\HideShutDown: change value to 1 Another way to hide shutdown button from start menu and found we can use PowerShell command to perform the task: Set-ItemProperty -NameContinue reading “How to remove shutdown option in start menu of Windows 10”
هواتف سامسونج الجديدة لسنة 2021
يستعرض هذا الفيديو مميزات وتاريخ اطلاق هواتف سامسونج الجديدة لسنة 2021
أفضل برامج (VPN) لسنة 2021..فأيها أختار؟؟؟؟؟؟؟
في هذا الفيديو نتحدث عن أفضل برامج التخفي وكيف اختار الأفضل منها.https://surfshark.com/ https://www.expressvpn.net/ https://nordforme.org/ https://www.cyberghostvpn.com/ https://www.privateinternetaccess.com/
سبب انقطاع خدمات غوغل, فما هي القصة؟؟؟؟؟؟؟؟
Russian government hackers are behind a broad espionage campaign that has compromised U.S. agencies, including Treasury and Commerce
Disable automatic software updates from internet
Users who use Windows 10 complain that it downloads software updates directly from the internet, and all ask about how to disable through group policy. To block windows 10 from getting updates from internet please make sure to deploy the below group policies: Computer Configuration\Administrative Templates\Windows Components\Windows update\Do not connect to any Windows Update InternetContinue reading “Disable automatic software updates from internet”
Change Microsoft BitLocker Administration and Monitoring (MBAM) Service Accounts
MBAM depends on domain user account to be used by the application pool for the web applications. We can safely change the password of this account without impacts by changing it in the below two locations: 1. Open IIS – > Application Pools -> Advanced settings of ‘MBAMSitesAndSvcsAppPool’ -> Identity: click theContinue reading “Change Microsoft BitLocker Administration and Monitoring (MBAM) Service Accounts”
Enable Bitlocker using CMD
In case you need t enable Bitlocker on all drives by using CMD, you use below commands on machine or push it through group policy: $BLV = Get-BitLockerVolumeMANAGE-BDE -ON $BLV -RP -S -USED