Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法绕过在winexe命令中使用域?:
winexe -U domain/username%password //hostname "cmd.exe"
我有两台电脑。一个在windows上运行,另一个在linux上运行。这两台机器没有域服务器。只是一个简单的局域网。两台电脑都有管理帐户请帮助。谢谢
经过探索,我终于通过使用 .\ 作为域名的变量解决了这个问题。.\ 是局域网的默认值。