Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download - Clean, repair and optimize your system



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Driver Scanner 2009 - Free Scan Now

Virtual Path on Windows Vista

microsoft.public.windows.vista.administration accounts passwords




Recommended Fix - Fix Vista Errors and Optimize Performance

Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Driver Scanner 2009 - Free Scan Now
Reply
  #1 (permalink)  
Old 02-28-2007
=?Utf-8?B?5oKp44KB44KL5a2Q576K?=
 

Posts: n/a
Virtual Path on Windows Vista
Hi ALL,

I'd like to ask you to teach me "Virtual Path",which is new to Windows
Vista, if you know a lot about its feature.

[FYI]
My recognition of it is as follows:

1. Its feature is only for "Standard Usrs" on Vista.
2. If a standard user downloads/installs a program into C:ProgramFiles or
C:Windows,it will be redirected to C:users..."VirtualStore"...

However, I can't make out a real reason why such a complicated feature is
implemented on Vista..What on the hell is good for a user?

Maybe,my recognition is wrong...so please find a fault in my recognitons 1-2
and point out this feature's merit??

Thanks you for in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-28-2007
Jimmy Brush
 

Posts: n/a
Re: Virtual Path on Windows Vista
Hello,

> 1. Its feature is only for "Standard Usrs" on Vista.


This is incorrect. Virtualization is enabled for all users as long as UAC is
turned on. Remember, with UAC turned on, programs that are ran from inside
of an Administrator account actually run as a "standard user", unless they
ask for administrator privileges through a consent dialog ("Windows needs
your permission to continue").

Since Virtualization is designed to "fix" programs that are not designed for
Vista, these types of programs will never ask for administrator permission
(sine they would have to have been designed for Vista to do so), so they
will never automatically receive admin power - they will always run as a
standard user - and this is why Virtualization will kick in regardless of
the type of user.

> 2. If a standard user downloads/installs a program into C:ProgramFiles or
> C:Windows,it will be redirected to C:users..."VirtualStore"...


If any program that does not have administrator power and was not designed
for Vista attempts to write or change certain folder locations and/or
registry settings that are "off-limits" to that program, such as Program
Files, Windows, and HKEY_LOCAL_USERS, and UAC is turned on, Virtualization
will make the program think that the operation was successful, while Windows
silently redirects the changes to the user-specific Virtual Store. That
program, when accessing that location again, will see the "virtualized" data
instead of the original data, which has not been changed.

> However, I can't make out a real reason why such a complicated feature is
> implemented on Vista..What on the hell is good for a user?


This feature is enabled to allow program that do not work correctly without
administrator privileges to work inside of Windows Vista, where they will
never have admin privileges, even if they are run by an administrator.

Take, for example, a common action of some install programs that unzip their
files to c:\ before running the setup program. This is incorrect, as they
are supposed to unzip temporary files into the user-specific temporary
folder; however, in Windows XP, as long as the user was an administrator
this would work fine, even though it is incorrect.

In Windows Vista, these types of programs should fail, even when the user is
an administrator, because they do not ask for admin privileges, and will be
denied write access to c:\.

To work around such programs, Virtualization moves these files
behind-the-scenes to the user's profile directory. The program is not
actually modifying files on drive c:\, it is actually writing to the user's
profile directory, but the programs THINKS that it is actually writing to
drive c:\.

In this way, programs that misbehave by accessing off-limits folders can
still work, without violating the integrity and security of the operating
system.

> Maybe,my recognition is wrong...so please find a fault in my recognitons
> 1-2
> and point out this feature's merit??
>
> Thanks you for in advance.



--
- JB

Windows Vista Support Faq
http://www.jimmah.com/vista/

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-28-2007
=?Utf-8?B?TGVpIFh1?=
 

Posts: n/a
RE: Virtual Path on Windows Vista
Virutal Path, or formally called "File System Visualization" is mainly for
compatibility reasons. Although Windows Vista is the coolest windows system
ever, and Microsoft is expecting it’s adopted very fast, the application
softwares are not going to be that quick. So there much be some kind of
method to ensure the existing application can work on Vista without any
changes.
So main reasons:
1) Make Vista compatible with existing application, providing a entry path
for old guys
2) Make sure new application must be working with UAC, keep [Windows]
[Program Files] folder clean; close the door for new guys
3) Ultimate goal, ensure system reliability and security
And by the way, File system visualization is not really for “Standard
Users”, it’s for the application that doesn’t work with UAC, aka: provide UAC
manifest to allow Vista determine it’s running level; once you specify UAC
manifest for your APP, Visualization will be disabled.
Anyway, confusing by “Standard Users” is reasonable because once your
elevated your permission, you will have full permission to any kind of
resources, eg.c:\Program Files; then there is nothing can stop you writing
file to such location.
Last Note: Visualization is also applicable to registry entries.


"悩める*羊" wrote:

> Hi ALL,
>
> I'd like to ask you to teach me "Virtual Path",which is new to Windows
> Vista, if you know a lot about its feature.
>
> [FYI]
> My recognition of it is as follows:
>
> 1. Its feature is only for "Standard Usrs" on Vista.
> 2. If a standard user downloads/installs a program into C:ProgramFiles or
> C:Windows,it will be redirected to C:users..."VirtualStore"...
>
> However, I can't make out a real reason why such a complicated feature is
> implemented on Vista..What on the hell is good for a user?
>
> Maybe,my recognition is wrong...so please find a fault in my recognitons 1-2
> and point out this feature's merit??
>
> Thanks you for in advance.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-28-2007
=?Utf-8?B?Q2hhbmRlcmplZXQgUmFp?=
 

Posts: n/a
RE: Virtual Path on Windows Vista
File and registry virtualization helps standard users who have restricted
access to the registry and file system write to these protected areas by
creating a ‘per-user’ copy and redirecting subsequent data operations. This
means that if a regular user, or non-elevated administrator runs a program,
and that program tries to write to a folder under Program Files, those writes
are redirected to a folder to which the user has permissions to write.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




All times are GMT +1. The time now is 15:04.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com and Win7Heads.com.


Funny Commercials to make you laugh :-)

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119