How to Disable or Enable Vista User Access Control in Command Promptビスタを無効にする方法ユーザーのアクセス制御を有効またはコマンドプロンプト
There are many possible way to方法には多くの可能性 turn off or turn on User Access Control電源を切ったり、電源をオンにユーザーのアクセス制御 (UAC) in Windows Vista, which frequently pop up a confirmation dialog window to asking for permissions to continue a task which requires elevated administrator rights. ( UAC )をWindows Vistaで、これ頻繁に確認のダイアログウィンドウを開くのアクセス許可を求める作業を継続する高架の管理者権限が必要です。 Normally UAC cannot be enabled or disabled by using GUI-based Control Panel.通常のUACまたは無効にすることはできませんが有効になってGUIベースのコントロールパネルを使用しています。 For programmers or developers, it may be useful to be able to enable or disable UAC by using CLI (command line interface) commands, which can be used to automate tasks in batch script.するための、プログラマや開発者が、役に立つかもしれないを有効または無効にできるのUACを使用してCLI (コマンドラインインタフェース)コマンド、これを使用してバッチスクリプトのタスクを自動化します。
The ability to enable or disable UAC from command prompt is actually using a trick to turn off or on UAC by using registry key. UACの能力を有効または無効にコマンドプロンプトからは、実際に使用している、またはUACのトリックを無効にするレジストリキーを使用しています。 Simply open command prompt window and run the following command:コマンドプロンプトウィンドウを開くだけでは、以下のコマンドを実行し:
To Disable UAC のUACを無効に
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f c : \ Windows \ System32を\にcmd.exe /韓国% windir % \ system32 \ reg.exe追加hklm \ソフトウェア\マイクロソフト\ Windowsの\ currentversion \ポリシー\システム/ v enablelua /トンREG_DWORDの/としてD 0 / f
To Enable UAC UACのを有効にする
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f c : \ Windows \ System32を\にcmd.exe /韓国% windir % \ system32 \ reg.exe追加hklm \ソフトウェア\マイクロソフト\ Windowsの\ currentversion \ポリシー\システム/ v enablelua /トンREG_DWORDの/夕1 / f
After the command, computer needs to be restarted to the change to be effective.コマンドの後に、コンピュータを再起動して変更する必要がありますが効果を発揮する。
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 重要 :これは、機械翻訳ページで提供"現状有姿"を保証します。 Machine translation may be difficult to understand.機械翻訳を理解するのは難しいかもしれません。 Please refer toを参照してください original English articleオリジナルの英語記事索引 whenever possible.いつ可能です。
Share and contribute or get technical support and help atを共有して貢献や技術サポートとヘルプを得る My Digital Life Forums 私のデジタルライフフォーラム .です。
Related Articles関連記事
- How to Enable and Turn On Hibernation Feature in Windows Vista休止状態を有効にする方法や機能をWindows Vistaの電源をオンに
- The Call to DllRegisterServer Failed with Error Code 0×80004005 on Windows VistaのDllRegisterServerの呼び出しに失敗しましたエラーコード0 × 80004005 Windows Vista上で
- Activate, Enable and Show Administrator Account in Vista Welcome Screenアクティブに、管理者アカウントを有効にして詳細Vistaウェルカム画面
- How to Open Elevated Command Prompt with Administrator Privileges in Windows Vistaコマンドプロンプトを開くにどのように管理者権限を昇格Windows Vistaで
- Enable or Disable Built-in Administrator Account in Windows Vista有効または無効にビルトインの管理者アカウントをWindows Vistaで
- Emulate Expanded (EMS) Memory Support in Vista with EMS Magicエミュレートする拡張( EMS )のメモリをサポートされVistaでのEMSのマジック
- How to Change Windows Vista Product Key Windows Vistaのプロダクトキーを変更する方法
- Vista IE7 “No Connection to the Internet is Currently Available” Errorビスタie7 "いいえ、現在ご利用のインターネットへの接続は、 "エラーが発生
- Disable and Turn Off (or Enable or Turn On) Data Execution Prevention (DEP) in Windows Vista無効にしたり、無効にする(または有効にするか電源をオンに)データ実行防止( DEP ) Windows Vistaで
- Easier Way to Take Ownership and Grant Access Files or Directories in Vistaもっと簡単な方法を取るの所有権およびアクセス権限の付与、ファイルまたはディレクトリがビスタ



















April 23rd, 2007 23:48 2007年4月23日23:48
Or you could just type msconfig and goto tools then down to Disable UACまたはするという方法もありますmsconfigと入力し、ダウンを無効に後藤ツールのUAC
June 25th, 2007 14:07 2007年6月25日14:07
I do this, and I end up with a oh-so-wonderful “Access is denied” in the MS-DOS window that appears…私はこの、と私は結局オ-よう-素晴らしい"アクセスが拒否されました"と、 MS - DOSのウィンドウが表示されたら…
June 25th, 2007 15:29 2007年6月25日15:29
You need to launch as administrator.管理者としてを起動する必要があります。