﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>IT博客-山和云的彼端-随笔分类-Windows 2003</title><link>http://www.cnitblog.com/joyclear/category/8101.html</link><description /><language>zh-cn</language><lastBuildDate>Sat, 01 Oct 2011 17:20:50 GMT</lastBuildDate><pubDate>Sat, 01 Oct 2011 17:20:50 GMT</pubDate><ttl>60</ttl><item><title>通过runas来实现组策略脚本安装软件</title><link>http://www.cnitblog.com/joyclear/archive/2009/06/16/59427.html</link><dc:creator>joyclear</dc:creator><author>joyclear</author><pubDate>Tue, 16 Jun 2009 06:29:00 GMT</pubDate><guid>http://www.cnitblog.com/joyclear/archive/2009/06/16/59427.html</guid><wfw:comment>http://www.cnitblog.com/joyclear/comments/59427.html</wfw:comment><comments>http://www.cnitblog.com/joyclear/archive/2009/06/16/59427.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/joyclear/comments/commentRss/59427.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/joyclear/services/trackbacks/59427.html</trackback:ping><description><![CDATA[<p>脚本如下 <p>Option explicit<br>Dim oShell<br>set oShell= Wscript.CreateObject("WScript.Shell")<br>oShell.Run "runas /noprofile /user:test\admin ""C:\cderp.EXE"""<br>WScript.Sleep 100<br>oShell.Sendkeys "pass01!" <font color="#ff0000">--密码</font><br>Wscript.Quit <p>到微软网站下载vbs加密工具Encoder <p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=E7877F67-C447-4873-B1B0-21F0626A6329&amp;displaylang=en">MS Script Encoder Download Page</a> <p>Screnc.exe /l vbscript MSword.vbs MSword.vbe <p>在组策略中发布脚本 <p>参考：<a title="http://xinn.org/RunasVBS.html" href="http://xinn.org/RunasVBS.html">http://xinn.org/RunasVBS.html</a> <p><a title="http://gnaw0725.blogbus.com/logs/23964438.html" href="http://gnaw0725.blogbus.com/logs/23964438.html">http://gnaw0725.blogbus.com/logs/23964438.html</a></p><img src ="http://www.cnitblog.com/joyclear/aggbug/59427.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/joyclear/" target="_blank">joyclear</a> 2009-06-16 14:29 <a href="http://www.cnitblog.com/joyclear/archive/2009/06/16/59427.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>