Tag Archives: Tutorials

Set A New Public Time Server

Here are a few commands to set a new public time server.  Run CMD in Admin mode and run the following commands. net stop w32time w32tm /config /syncfromflags:manual /manualpeerlist:”0.it.pool.ntp.org 1.it.pool.ntp.org 2.it.pool.ntp.org 3.it.pool.ntp.org“ net start w32time tzutil /s “Eastern Standard Time” w32tm /config /update w32tm /resync /rediscover 

Windows Tutorials

How To Transfer Active Directory FSMO Roles

How to transfer the 5 FSMO (Flexible Single Master Operations) roles and GUI tools that can be used to move these roles between Active Directory Domain Controllers. Schema Master – controls all updates and modifications to the Active Directory schema.This role can transferred using Active Directory Schema snap-in.If Active Directory Schema snap-in is not available you need to register required DLL…

Read More

How to fix VSS Error ID 513

How to fix VSS Error ID 513. During backup a VSS process running under NETWORK_SERVICE account calls cryptcatsvc!CSystemWriter::AddLegacyDriverFiles(), which enumerates all the drivers records in Service Control Manager database and tries opening each one of them. , The function fails on MSLLDP record with “Access Denied” error. Turned out it fails because MSLLDP driver’s security…

Read More