Home directory variable for Windows 8

1

Is the home directory variable for Windows 8 the same as it was for Windows 7, %UserProfile%?

at01

Posted 2012-12-30T08:57:03.900

Reputation: 269

i think yes. i have seen it somewhere else too – pratnala – 2012-12-30T09:22:58.263

Answers

2

To get a list of all currently define environment variables, just execute the following command:

set

Dennis

Posted 2012-12-30T08:57:03.900

Reputation: 42 934

0

Windows 8:
Winkey +r
%userprofile%

Result: Explorer launches showing Appdata and My Document folders plus all the others.

To get a list of environment variables launch PowerShell and try:

Get-Item env:

Guy Thomas

Posted 2012-12-30T08:57:03.900

Reputation: 3 160