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"
私は2台のPCを持っています。1 つは Windows で実行され、もう 1 つは Linux で実行されます。これら 2 台のマシンにはドメイン サーバーがありません。シンプルなローカル エリア ネットワークです。両方の PC に管理者アカウントがあります。助けてください。ありがとう
調査した後、ドメイン名の変数として .\ を使用して、最終的に問題を解決しました。.\ は、ローカル エリア ネットワークのデフォルト値です。