Setup DFS and DFS replication
http://www.windowsnetworking.com/articles_tutorials/Configuring-Using-DFS-Replication.html http://www.windowsnetworking.com/articles_tutorials/Implementing-DFS-Replication.html
http://www.windowsnetworking.com/articles_tutorials/Configuring-Using-DFS-Replication.html http://www.windowsnetworking.com/articles_tutorials/Implementing-DFS-Replication.html
——– Warning: DcGetDcName(TIME_SERVER) call failed, error 1355 A Time Server could not be located. The server holding the PDC role is down. Warning: DcGetDcName(GOOD_TIME_SERVER_PREFERRED) call failed, error 1355 A Good Time Server could not be located. ——– Quick resolution worked for me changing time server: The procedure for doing this on a PDC Emulator running […]
To completely disable IPv6 on a Windows Server 2008-based computer yourself, follow these steps: Open Registry Editor. Locate the following registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters In the details pane, click New, and then click DWORD (32-bit) Value. Type DisabledComponents, and then press ENTER. Double-click DisabledComponents, and then type 0xffffffff in Hexadecimal or 4294967295 in Decimal. Note The […]
That nasty worm have changed userinit value in Registry… <long post> “ “HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon” Value: Userinit Data: %system32%\wsaupdater.exe “ %system32% represents the path to the System32 folder. For example, if the path is C:\Windows\System32, then the data would be: “C:\Windows\System32\wsaupdater.exe” Instead of “wsaupdater.exe”, the data should contain “userinit.exe,”. Using the example above, the data would […]
The reset command is available in the IP context of the NetShell utility. Follow these steps to use the reset command to reset TCP/IP manually: To open a command prompt, click Start and then click Run. Copy and paste (or type) the following command in the Open box and then press ENTER: cmd At the command prompt, copy and paste […]
Follow these steps to modify the registry and change Outlook’s attachment security behavior. Exit Outlook if it is running. Click Start, and then click Run. Copy and paste (or type) the following command in the Open box, and then press ENTER: regedit Verify that the following registry key for your version of Outlook exists.Microsoft Office […]
Remote Desktop is a cool feature of Windows Server 2003 that lets you remotely log on to and work at a machine as if you were seated at the local console (in Windows 2000 Advanced Server, this feature was called Terminal Services in Remote Administration Mode). Remote Desktop can be a lifesaver for fixing problems […]
If RUNDLL32 just won’t do the job: Sometimes we need to do just alittle more than RUNDLL32 is capable of, like installing a TCP/IP printer port. In that case, consider buying yourself a copy of the Windows 2000 Server/Windows Server 2003 Resource Kit and use PRNADMIN.DLL and the accompanying sample scripts written in VBScript. My […]
Often the printer configurations of existing computers need to be cloned to other computers, or restored after reinstalling Windows. In those cases, a backup/export and restore/import with Microsoft’s PrintMig 3.1 may be the best (and easiest) solution. Though earlier versions of PrintMig were GUI only, version 3.1 can also be run without user interaction from […]
in command prompt type: rundll32 printui.dll,PrintUIEntry /? i.e C:\Documents and Settings\Administrator>rundll32 printui.dll,PrintUIEntry /? this will show all the usable parameters, as below. PrintUI is the command to search. can be used on batch file and in login script. Usage: rundll32 printui.dll,PrintUIEntry [options] [@commandfile] /a[file] binary file name /b[name] base printer name /c[name] unc machine name […]