http://reports.toastmasters.org/findaclub/
Archive for 2009年12月
训练跟提高演讲水平的俱乐部
21/12/2009
Advertisements
VSS backup error
17/12/2009Came across a backup error. The system state backup failed. Then found out System Writer is not in vssadmin list writer
Here is the solution:
Open a command window with administrator privilege.
CD c:windowssystem32
Takeown /f %windir%winsxsfilemaps* /a
icacls %windir%winsxsfilemaps*.* /grant "NT AUTHORITYSYSTEM:(RX)"
icacls %windir%winsxsfilemaps*.* /grant "NT Servicetrustedinstaller:(F)"
icacls %windir%winsxsfilemaps*.* /grant "BUILTINUsers:(RX)"
Technet magzine
02/12/2009http://technet.microsoft.com/en-us/magazine/default.aspx
Found richcopy today. An improved tool similar to RoboCopy