Option Explicit Const HKCU = &H80000001 Dim objReg Set objReg = GetObject(“winmgmts:{impersonationLevel=impersonate}root\default:StdRegProv”) Dim objWMI Set objWMI = GetObject(“winmgmts:{impersonationLevel=impersonate}root\cimv2”) ‘ Adjust the first bit of the taskbar settings Dim arrVal() objReg.GetBinaryValue HKCU, “Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2”, “Settings”, arrVal arrVal(8) = (arrVal(8) AND &h07) OR &h01 objReg.SetBinaryValue HKCU, “Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2”, “Settings”, arrVal ‘ Restart Explorer for the settings to take effect.
Unable to access Public folder via outlook in Exchange 2010 environment “Cannot expand the folder. The set of folders cannot be opened. Microsoft Exchange is not available. Either there are network problems or the Exchange is down for maintenance.” Steps taken? Verified that the Mailbox databases are pointing to correct Public Folder database. Verified that
Windows 7 Network Printer Acces Denied resulation as below Go to Group Policy Computer Configuration\Administrative Templates\Printers\Point and Print Restrictions—-set to Disabled User Configuration\Administrative Templates\Printers\Point and Print Restrictions—- Set to DISABLED * Also don’t forget to Turn off the UAC control on every laptop.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam cursus. Morbi ut mi. Nullam enim leo, egestas id, condimentum at, laoreet mattis, massa. Sed eleifend nonummy diam. Praesent mauris ante, elementum et, bibendum at, posuere sit amet, nibh. Duis tincidunt lectus quis dui viverra vestibulum. Suspendisse vulputate aliquam dui. Nulla elementum dui ut augue.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam cursus. Morbi ut mi. Nullam enim leo, egestas id, condimentum at, laoreet mattis, massa. Sed eleifend nonummy diam. Praesent mauris ante, elementum et, bibendum at, posuere sit amet, nibh. Duis tincidunt lectus quis dui viverra vestibulum. Suspendisse vulputate aliquam dui. Nulla elementum dui ut augue. Aliquam
The following VBscript forces the use of the Classic start menu for the logged on user. If you would like to also enforce the classic start menu for all users on the machine, you could apply this change on the “HKEY_LOCAL_MACHINE” entry . Requires log-off and logon to take effect. ‘————————-———-———-———-———-— Dim objShell, RegLocate Set
Microsoft Windows 2012 Server Microsoft Certified Solutions Associate (MCSA) and Microsoft Certified Solutions Expert (MCSE) certification exams completed successfully.
How to compare two GPO settings If you come into a situation where you need to compare the settings of two Group Policy Objects without having to go through each screen one by one, then take a look at the following option to accomplish this. Pre-reqs.; Group Policy Management Console (GPMC) www.microsoft.com/downloads/details.aspx?familyid=0a6d4c24-8cbd-4b35-9272-dd3cbfc81887&displaylang=en XML Notepad /
How to Create – Enable Group Policy Windows Servis – MSMQ Services Enable dism /online /Enable-Feature /FeatureName:MSMQ-Container /Norestart /Quiet dism /online /Enable-Feature /FeatureName:MSMQ-Server /Norestart /Quiet