Posts


Office 365 Changing Default font when writing new mail

Image
 Office 365 Changing Default font when writing new mail #Office 365 Changing Default font when writing new mail

Unable to uninstall program error 2502 and 2503

Method 1: Re-register Windows Installer 1. Press Windows Key + R then type the following in the run dialog box and press Enter key on keyboard: msiexec /unreg 2. Open the run dialog box again and type msiexec /regserver and hit Enter. check temp folder permission.

How to add user into localgroup using Command Prompt

Type net localgroup groupname username /add, where username is the name of the existing user you want to add and groupname is the name of the group you want to add them to. For example, if the group name is Accounting and the username is Bill, you would type net localgroup Accounting Bill /add. Then press Enter  C:\windows\system32>net localgroup "Remote desktop users" username@domain.com /add System error 1378 has occurred. The specified account name is already a member of the group. C:\windows\system32>net localgroup "Remote desktop users" username@domain.com /del The command completed successfully. C:\windows\system32>net localgroup "Remote desktop users" username@domain.com /add The command completed successfully. C:\windows\system32>net localgroup "remote desktop users" Alias name     remote desktop users Comment        Members in this group are granted the right to logon remotely Members -----------------------------------------

Backup and restore of permission in windows using icacls

 Windows PowerShell Copyright (C) 2014 Microsoft Corporation. All rights reserved. PS C:\Users\Administrator> cd desktop PS C:\Users\Administrator\desktop> reg export HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares shareperms.reg The operation completed successfully. PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> icacls c:\data /save ntfsperms.txt /t /c c:\Documents and Settings\*: Access is denied. PS C:\Users\Administrator\desktop> PS C:\Users\Administrator\desktop> icacls c:\test /save ntfsperms.txt /t /c processed file: c:\test processed file: c:\test\test2 processed file: c:\test\Test3 processe

MDT custom rule, MDT task sequence rule

 ------------------------------------------------------------------------- [Settings] Priority=Default Properties=MyCustomProperty [Default] ; OverrideProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX ; Set Windows product key TaskSequenceID=EX01 ; Identifies the operating system task sequence to be deployed to the target computer DoCapture=NO ; Indicator of whether an image of the target computer is to be captured. OSInstall=Y ; Indicates whether the target computer is authorized to have the target operating system installed. SkipAdminPassword=YES ; Indicates whether the Administrator Password wizard page is skipped SkipApplications=YES ; Indicates whether the Select one or more applications to install wizard page is skipped. SkipBDDWelcome=YES ; Indicates whether the Welcome to Windows Deployment wizard page is skipped. SkipBitLocker=YES ; Indicates whether the Specify the BitLocker configuration wizard page is skipped. SkipCapture=YES ; Indicates whether the Specify whether to capture an ima

MDT Stuck on "Microsoft Deployment Toolkit" Screen

Image
 MDT Stuck on "Microsoft Deployment Toolkit" Screen Give permission to deploymentshare folder Read and Execute Share permission Read

Connect to wireless display is grayed out

Issue Symptoms Description Solutions Wireless Display connect to a wireless display is grayed out connect to a wireless display is grayed out "Check display Driver version and install latest version from the OEM website, check using command netsh wlan show drivers" Click Here Connect to wireless display is grayed out windows 11 Connect to wireless display is grayed out windows 10 wireless display optional feature missing wireless display install failed wireless display feature not available windows 10 wireless display not showing in optional features windows 11 how to install wireless display feature in windows 10 screen mirroring greyed out

remove CrowdStrike duel installation

Image
How to use Uninstall Protection for the Falcon Agent      A Program is installed 2 times, how to see which will be ... How does Programs and Features List Programs?    

How to fix sysprep problem in Windows 10 & 11

 How to fix sysprep problem in Windows 10 & 11 error: sysprep was not able to validate your windows installation review the log file at ... Problem: unable to run sysprep Log 2022-02-09 14:55:38, Error SYSPRP Package Microsoft.OneDriveSync_21220.1024.5.0_neutral__8wekyb3d8bbwe was Solution:  Disable BitLocker.  get-appxpackage -allusers -name "microsoft.Onedrivesync" | Remove-appxpackage Reference: https://learn.microsoft.com/en-us/answers/questions/729350/windows-11-will-not-sysprep-do-to-onedrive How do I fix sysprep error in Windows 10? How to fix sysprep was not able to validate error on Windows 11? Does sysprep work with Windows 11? How do I troubleshoot sysprep?

System Administrator Interview Questions

1. What do you know about the active directory in the system administration? It  is the centralized control of everything that the active directory can assure. The information and settings related to the development are stored in the central database. For example, The database might list 100 user accounts with details like each person’s job title, phone number, and password.  2. What is Group Policy It provides a central place for administrators to manage and configure  operating systems , applications, and user settings. Using it properly enables you to increase the security of users’ computers and help defend against insider and external threats.  3. Why would you not restore a DC that was last backed up eight months ago? Look for candidates who understand that a DC is a domain controller, and that backup files should generally not be older than 180 days. Backing up a DC that is several months old could lead to inconsistent data, caused by lingering objects. 4. What's the most fr

Disable Delivery Optimization using Group Policy Editor

Image
Disable Delivery Optimization using Group Policy Editor  Create or Update Sysvol policy central store  visit for updated policy defination  Disable Delivery Optimization using Group Policy Editor Check policy is retrieving policies from central store that we have updated through the Microsoft website mentioned above Disable Delivery Optimization using Group Policy Editor Bypass delivery optimization, disable delivery optimization using GPO Try Registry Editor to disable the Delivery Optimization, Computer\HKEY_USERS\S-1-5-20\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Settings\ Set value to 0 of DownloadMode #how to disable Delivery Optimization using Registry Editor