2014年8月21日
摘要: Windows2008/2012配置时间同步:w32tm /config /manualpeerlist:"time.youxinpai.com" /syncfromflags:manual /reliable:yes /update查客时间间隔:w32tm /stripchart /compute... 阅读全文
posted @ 2014-08-21 15:45 momingliu11 阅读(3378) 评论(0) 推荐(0) 编辑
摘要: 1 $text = "\\127.0.0.1\D$\Hotfix\Hotfix_Win2003\2014-04"2 $pathRoot = [System.IO.Path]::GetPathRoot($text)3 $driverLetter = $pathRoot[-2]4 Join-Path (... 阅读全文
posted @ 2014-08-21 14:37 momingliu11 阅读(185) 评论(0) 推荐(0) 编辑