デフォルトでは、Windowsは特定の環境変数を使用して、ユーザーがオペレーティングシステム内の特定のパスとディレクトリにすばやくアクセスできるようにします。これにより、Windowsの操作が簡単になります。独自のカスタム環境変数を定義および設定することで、アプリ、ディレクトリ、URL(URLs)などへの直接パスとショートカットを作成できます。
Windowsの環境変数は、パーセント(%)文字でキューに入れられます。したがって、これまで環境変数を使用したことがない場合は、スタートメニューを起動し、検索ボックスに次のコマンドのいずれかを入力してEnterキー(Enter)を押すだけで開始できます。
%appdata%
%temp%
%userprofile%
%homepath%
(Notice)appdataという用語を検索ボックスに入力するだけで、さまざまな結果が返されることに注意してください。ただし、検索ボックスに「 %appdata%AppDataローミング( AppData Roaming)ディレクトリに移動します。
環境変数の使用に少し慣れてきたので、環境変数を追加、編集、または削除する方法を始めましょう。[(Click)スタート(Start)]ボタンを クリックして、検索ボックスに環境変数を入力します。(environment variable)[システム環境変数の編集]( Edit the system environment variables)をクリックします。
これにより、[システムのプロパティ(System Properties)]ダイアログが開き、 [詳細設定(Advanced)]タブが表示されます。下部にある[ 環境変数(Environment Variables)]ボタンをクリックします。
これにより、 Windows10で以下に示すように[環境変数(Environment Variables)]ダイアログが表示されます。Windows 7では少し異なって見えますが、同じように機能します。ダイアログは2つに分割されています。上部はユーザー変数用、下部はシステム変数用です。
それでは、非常に単純な環境変数をWindows10(Windows 10)に追加しましょう。「ユーザー変数(User variables)」セクション の下にリストされている「新規(New)」ボタンをクリックします。これにより、変数名(variable name)と変数値( variable value)を定義できる[新しいユーザー変数](New User Variable)ウィンドウが表示されます。
変数名:(Variable name:)テキスト領域では、環境変数の単純な名前を定義できます。変数値:( Variable value:)テキスト領域では、変数名が使用されたときにトリガーされるパスまたはその他の値を定義できます。それでは、ヘルプデスクオタク(Help Desk Geek)のWebサイトを起動するための非常に単純な環境変数を作成しましょう。値は次のとおりです。
[ OK ]ボタンをクリックしてカスタム変数を追加し、[環境変数]ウィンドウの[ (Environment Variables)OK ]ボタンをクリックして変数を閉じて適用します。
これで、いくつかの異なる方法で変数をテストできます。まず、 [スタート(Start)]メニューから起動できるようにする場合は、コンピューターを再起動する必要があります。何らかの理由で、再起動しない限り、エクスプローラー(Explorer)または実行(Run)コマンドを使用してのみ呼び出すことができます。
冒険者:
コマンドの実行(Windowsキー+ R)
スタートメニュー検索ボックス
上記の3つの方法のいずれかを使用すると、Windowsはデフォルトのブラウザを起動し、ヘルプデスクオタク(Help Desk Geek)のWebサイトへのタブを開きます。かなり(Pretty)かっこいいですよね?カスタム環境変数を作成して、 Explorer(Explorer)を特定のディレクトリで起動することもできます。
これは、ファイル階層の深いディレクトリに頻繁に移動する必要がある場合に便利です。たとえば、私が頻繁にアクセスしなければならないディレクトリは次のとおりです。
C:\Users\aseem\Documents\HOA Stuff\Legal\Contracts\Appeals\Notes
これらすべてのディレクトリをクリックする代わりに、次のような新しいユーザー環境変数を作成できます。
これで、エクスプローラー(Explorer)で、アドレスバーに%HOA%と入力するだけで、そのディレクトリに移動できます。[ディレクトリの参照(Browse Directory)]または[ファイル( Browse File)の参照]ボタンをクリックして、目的のフォルダまたはファイルへのパスをより簡単に含めることもできます。
ファイルオプションは、プログラムを起動するための環境変数を作成することもできることを意味するため、興味深いものです。たとえば、環境変数をシステム上の任意のEXEファイルにポイントできます。変数を呼び出すと、プログラムが起動します。
上記の例は、%CAL %と入力するよりも、[(CAL)スタート]をクリックして(Start)calと入力する方が簡単なため、悪い例です。ただし、カスタム実行可能プログラムファイルがPCのランダムなディレクトリに保存されている場合、これは検索せずに起動する簡単な方法です。楽しみ!
Create Custom Environment Variables in Windows
By default, Windows υses certain environment varіables to allow users to quickly access certain paths and directories within the оperating system. This helps to make Windows easier to navigate. By defining and setting up your own custom environment variables, you can create direct paths and shortcuts to apps, directories, URLs and mоre.
Environment variables in Windows are queued by percent (%) characters. So, if you’ve not used environment variables before, you can get started simply by launching the start menu and typing any of the following commands into the search box and pressing Enter.
%appdata%
%temp%
%userprofile%
%homepath%
Notice how if you were to simply type the term appdata into the search box, it would return a wide variety of different results. However, if you type the term %appdata% into the search box, you are invoking an environment variable and you are taken to the AppData Roaming directory.
Now that you’re slightly accustomed to using environment variables, let’s get started on how you add, edit or delete environment variables. Click on the Start button and type in environment variable into the search box. Click on Edit the system environment variables.
This will open up the System Properties dialog to the Advanced tab. Click on the Environment Variables button at the bottom.
This will bring up the Environment Variables dialog as shown below in Windows 10. It looks a bit different in Windows 7, but it works the same way. The dialog is split in two: the top for user variables and the bottom for system variables.
Now, let’s add a very simple environment variable to Windows 10. Click the New button listed under the User variables section. This will present you with the New User Variable window, where you can define a variable name and a variable value.
The Variable name: text area lets you define a simple name for the environment variable. The Variable value: text area lets you define a path or other value that is triggered when the variable name is used. So, let’s create a very simple environment variable to launch the Help Desk Geek website. Here are the values:
Click the OK button to add your custom variable, and click the OK button on the Environment Variables window to close and apply the variable.
With that done, you can now test the variable in a couple of different ways. Firstly, if you want to be able to launch it from the Start menu, you’ll need to restart your computer. For some reason, unless you restart, it can only be invoked by using Explorer or by using the Run command.
Explorer:
Run Command (Windows key + R)
Start Menu Search Box
Using any of the three methods above, Windows will launch your default browser and open a tab to the Help Desk Geek website. Pretty cool right? You can also create a custom environment variable to launch Explorer into a specific directory.
This can come in handy if you often have to navigate to a directory that is deep in your file hierarchy. For example, here is a directory I have to access often:
C:\Users\aseem\Documents\HOA Stuff\Legal\Contracts\Appeals\Notes
Instead of having to click through all those directories, I can just create a new user environment variable like below:
Now, in Explorer, all I have to do is type %HOA% in the address bar and it will bring me right to that directory! You can also click on the Browse Directory or Browse File buttons to more easily include the path to your desired folder or file.
The file option is interesting because it means you can also create an environment variable to launch a program. For example, you can point an environment variable to any EXE file on your system. When you invoke the variable, it will launch the program.
The above example is a bad example because it’s easier to click on Start and type in cal than it is to type in %CAL%. However, if you have a custom executable program file stored in some random directory on your PC, this is an easy way to launch it without having to go look for it. Enjoy!