Difference between revisions of "Microsoft Windows"

From Richard's Wiki
Jump to: navigation, search
(Deeply nested controls do not resize properly when their parents are resized)
(Windows 7)
Line 1: Line 1:
 
===== Windows 7 =====
 
===== Windows 7 =====
 
* [http://download.microsoft.com/download/e/1/9/e191fd8c-bce8-4dba-a9d5-2d4e3f3ec1d3/ux%20guide.pdf Windows 7 UX (user experience) guide PDF]
 
* [http://download.microsoft.com/download/e/1/9/e191fd8c-bce8-4dba-a9d5-2d4e3f3ec1d3/ux%20guide.pdf Windows 7 UX (user experience) guide PDF]
 +
 +
===== Active Directory Users & Computers MMC Plugin in Windows 7 =====
 +
 +
As the "dsa.msc" command is not available in Windows 7, you need to install Remote Server Administration Tools for Windows 7.
 +
 +
For 64-bit Win7, the MSI is called: amd64fre_GRMRSATX_MSU.msu. Download it from [http://www.microsoft.com/downloads/details.aspx?FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d&displaylang=en]
 +
 +
Once installed, specific features need to be enabled via the Control Panel -> Programs and Features -> Turn Windows features on or off.
 +
 +
For a "dsa.msc" replacement, enable the the following feature:
 +
 +
Remote Server Administation Tools -> Role Administation Tools -> AD DS and AD LDS Tools -> AD DS Tools -> Active Directory Administrative Center
  
 
===== To stop synchronization on XP =====
 
===== To stop synchronization on XP =====

Revision as of 22:19, 22 July 2010

Windows 7
Active Directory Users & Computers MMC Plugin in Windows 7

As the "dsa.msc" command is not available in Windows 7, you need to install Remote Server Administration Tools for Windows 7.

For 64-bit Win7, the MSI is called: amd64fre_GRMRSATX_MSU.msu. Download it from [1]

Once installed, specific features need to be enabled via the Control Panel -> Programs and Features -> Turn Windows features on or off.

For a "dsa.msc" replacement, enable the the following feature:

Remote Server Administation Tools -> Role Administation Tools -> AD DS and AD LDS Tools -> AD DS Tools -> Active Directory Administrative Center

To stop synchronization on XP

Make sure you have synchronised all files you require first, then -

Add the following Dword to the registry file to clear the Offline folders cache:

HKLM\software\microsoft\windows\currentversion\netcache\    "FormatDatabase"

Reboot workstation to re-initialise the Offline folders database.


To pause in a batch file
pause a

General Tips
Deeply nested controls do not resize properly when their parents are resized