Windows 7 denied access to folder

I recently installed Windows 7 on my Mac Book Pro and all is going well...almost. I am trying to manually install the drivers for a USB device (Ion video 2 pc) and when I try to install the drivers, I get a message "access denied". I am doing this as an administrator, and all the boxes in properties are unchecked. I'm stumped. Any ideas out there?  Thanks in advance!

If anyone else has this problem with Windows 7, I found the problem and a workaround solution. The driver files were downloaded from the ion website. If I opened the zip file (not extract, just open and snoop around), the files were shown in black. But, when I unzipped the files, in the unzipped folder they were printed in green - which means they are protected or encrypted. Looking in properties, I was authorized to open these files, but when I tried to install, I got an "access denied" message. I again opened the zip file folder and moved all of the files out to a new folder with a different name and they worked! It must have something to do with bootcamp, as I downloaded the zip file on a pc and unzipped it, and the files were not encrypted.  Hope this helps someone out there!

Similar Messages

  • Windows Users Accessing Public Folder

    I would like to know the way to allow Windows users to access only the Public folder on my mac.
    When I try to access folders from Windows I go to My Network Places and click on the icon representing my Mac then I'm prompted for a password; as I have only my account on the Mac I have to put my user ID and password, thus allowing access to all my folders - not only Public.
    I know that Mac users can access Public, but how to allow the Windows camp to do that?
    17' PowerBook G4 Mac OS X (10.4.4)

    SharePoints is a great tool to allow access to peripheral drives, volumes, and the like. But you shouldn't have to use it to access the Public folder via a PC as you can a Mac. That is a very big question on the boards that has yet to be answered.
    Apple says it happens. If so, what's the secret to accessing the Public folder via a PC.
    Any information will be greatly appreciated.

  • Windows users can't access shared folder - only see Library folder.

    I created users folders with the same name as the user's login name. (Note: this is NOT a home folder. I have Home Folders shut off). When the Windows user logs in to access their folder, they don't see their files but instead a folder that says "Library".
    When I log in with that user's account on my Mac, I can see the correct contents of their folder, but there is also a folder named "99". I found this "99" folder at the root of the server hard drive but every time I delete it, OS X recreates it again.
    I don't understand what's going on.

    Hi,
    Whether you can able to ping the server when the server share is unresponsive? 
    Check for the events on the server for a clue. Try disabling the AV program for some time and check whether the problem is repeating. 
    Regards,
    Rafic
    If you found this post helpful, please give it a "Helpful" vote.
    If it answered your question, remember to mark it as an "Answer".
    This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion in a test environment before implementing!

  • Apache user dir (13)Permission denied: access to /~simha/ denied

    I am getting Access forbidden! when I am trying to connect to http://localhost/~simha/ where simha is my user name
    my /var/log/httpd/error_log says
    [Thu Jul 08 17:44:30 2010] [error] [client 127.0.0.1] (13)Permission denied: access to /~simha/ denied
    I tried a lot and gave up. Can any one help me in this in regard
    The following are the permisions of my home dir simha and public_html
    drwx--x--x 130 simha users 16384 Jul 8 17:04 simha
    drwxr-xr-x 2 simha users 4096 Jul 8 17:02 public_html
    The following are my httpd.conf
    # This is the main Apache HTTP server configuration file. It contains the
    # configuration directives that give the server its instructions.
    # See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
    # In particular, see
    # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
    # for a discussion of each configuration directive.
    # Do NOT simply read the instructions in here without understanding
    # what they do. They're here only as hints or reminders. If you are unsure
    # consult the online docs. You have been warned.
    # Configuration and logfile names: If the filenames you specify for many
    # of the server's control files begin with "/" (or "drive:/" for Win32), the
    # server will use that explicit path. If the filenames do *not* begin
    # with "/", the value of ServerRoot is prepended -- so "/var/log/httpd/foo_log"
    # with ServerRoot set to "/etc/httpd" will be interpreted by the
    # server as "/etc/httpd//var/log/httpd/foo_log".
    # ServerRoot: The top of the directory tree under which the server's
    # configuration, error, and log files are kept.
    # Do not add a slash at the end of the directory path. If you point
    # ServerRoot at a non-local disk, be sure to point the LockFile directive
    # at a local disk. If you wish to share the same ServerRoot for multiple
    # httpd daemons, you will need to change at least LockFile and PidFile.
    ServerRoot "/etc/httpd"
    # Listen: Allows you to bind Apache to specific IP addresses and/or
    # ports, instead of the default. See also the <VirtualHost>
    # directive.
    # Change this to Listen on specific IP addresses as shown below to
    # prevent Apache from glomming onto all bound IP addresses.
    #Listen 12.34.56.78:80
    Listen 80
    # Dynamic Shared Object (DSO) Support
    # To be able to use the functionality of a module which was built as a DSO you
    # have to place corresponding `LoadModule' lines at this location so the
    # directives contained in it are actually available _before_ they are used.
    # Statically compiled modules (those listed by `httpd -l') do not need
    # to be loaded here.
    # Example:
    # LoadModule foo_module modules/mod_foo.so
    LoadModule authn_file_module modules/mod_authn_file.so
    LoadModule authn_dbm_module modules/mod_authn_dbm.so
    LoadModule authn_anon_module modules/mod_authn_anon.so
    LoadModule authn_dbd_module modules/mod_authn_dbd.so
    LoadModule authn_default_module modules/mod_authn_default.so
    LoadModule authz_host_module modules/mod_authz_host.so
    LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
    LoadModule authz_user_module modules/mod_authz_user.so
    LoadModule authz_dbm_module modules/mod_authz_dbm.so
    LoadModule authz_owner_module modules/mod_authz_owner.so
    LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
    LoadModule authz_default_module modules/mod_authz_default.so
    LoadModule auth_basic_module modules/mod_auth_basic.so
    LoadModule auth_digest_module modules/mod_auth_digest.so
    LoadModule file_cache_module modules/mod_file_cache.so
    LoadModule cache_module modules/mod_cache.so
    LoadModule disk_cache_module modules/mod_disk_cache.so
    LoadModule mem_cache_module modules/mod_mem_cache.so
    LoadModule dbd_module modules/mod_dbd.so
    LoadModule dumpio_module modules/mod_dumpio.so
    LoadModule ext_filter_module modules/mod_ext_filter.so
    LoadModule include_module modules/mod_include.so
    LoadModule filter_module modules/mod_filter.so
    LoadModule substitute_module modules/mod_substitute.so
    LoadModule deflate_module modules/mod_deflate.so
    LoadModule ldap_module modules/mod_ldap.so
    LoadModule log_config_module modules/mod_log_config.so
    LoadModule log_forensic_module modules/mod_log_forensic.so
    LoadModule logio_module modules/mod_logio.so
    LoadModule env_module modules/mod_env.so
    LoadModule mime_magic_module modules/mod_mime_magic.so
    LoadModule cern_meta_module modules/mod_cern_meta.so
    LoadModule expires_module modules/mod_expires.so
    LoadModule headers_module modules/mod_headers.so
    LoadModule ident_module modules/mod_ident.so
    LoadModule usertrack_module modules/mod_usertrack.so
    #LoadModule unique_id_module modules/mod_unique_id.so
    LoadModule setenvif_module modules/mod_setenvif.so
    LoadModule version_module modules/mod_version.so
    LoadModule proxy_module modules/mod_proxy.so
    LoadModule proxy_connect_module modules/mod_proxy_connect.so
    LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
    LoadModule proxy_http_module modules/mod_proxy_http.so
    LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
    LoadModule ssl_module modules/mod_ssl.so
    LoadModule mime_module modules/mod_mime.so
    LoadModule dav_module modules/mod_dav.so
    LoadModule status_module modules/mod_status.so
    LoadModule autoindex_module modules/mod_autoindex.so
    LoadModule asis_module modules/mod_asis.so
    LoadModule info_module modules/mod_info.so
    LoadModule suexec_module modules/mod_suexec.so
    LoadModule cgi_module modules/mod_cgi.so
    LoadModule cgid_module modules/mod_cgid.so
    LoadModule dav_fs_module modules/mod_dav_fs.so
    LoadModule vhost_alias_module modules/mod_vhost_alias.so
    LoadModule negotiation_module modules/mod_negotiation.so
    LoadModule dir_module modules/mod_dir.so
    LoadModule imagemap_module modules/mod_imagemap.so
    LoadModule actions_module modules/mod_actions.so
    LoadModule speling_module modules/mod_speling.so
    LoadModule userdir_module modules/mod_userdir.so
    LoadModule alias_module modules/mod_alias.so
    LoadModule rewrite_module modules/mod_rewrite.so
    LoadModule php5_module modules/libphp5.so
    <IfModule !mpm_netware_module>
    <IfModule !mpm_winnt_module>
    # If you wish httpd to run as a different user or group, you must run
    # httpd as root initially and it will switch.
    # User/Group: The name (or #number) of the user/group to run httpd as.
    # It is usually good practice to create a dedicated user and group for
    # running httpd, as with most system services.
    User http
    Group http
    </IfModule>
    </IfModule>
    # 'Main' server configuration
    # The directives in this section set up the values used by the 'main'
    # server, which responds to any requests that aren't handled by a
    # <VirtualHost> definition. These values also provide defaults for
    # any <VirtualHost> containers you may define later in the file.
    # All of these directives may appear inside <VirtualHost> containers,
    # in which case these default settings will be overridden for the
    # virtual host being defined.
    # ServerAdmin: Your address, where problems with the server should be
    # e-mailed. This address appears on some server-generated pages, such
    # as error documents. e.g. [email protected]
    ServerAdmin [email protected]
    # ServerName gives the name and port that the server uses to identify itself.
    # This can often be determined automatically, but we recommend you specify
    # it explicitly to prevent problems during startup.
    # If your host doesn't have a registered DNS name, enter its IP address here.
    #ServerName www.example.com:80
    # DocumentRoot: The directory out of which you will serve your
    # documents. By default, all requests are taken from this directory, but
    # symbolic links and aliases may be used to point to other locations.
    DocumentRoot "/srv/http"
    # Each directory to which Apache has access can be configured with respect
    # to which services and features are allowed and/or disabled in that
    # directory (and its subdirectories).
    # First, we configure the "default" to be a very restrictive set of
    # features.
    <Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
    </Directory>
    # Note that from this point forward you must specifically allow
    # particular features to be enabled - so if something's not working as
    # you might expect, make sure that you have specifically enabled it
    # below.
    # This should be changed to whatever you set DocumentRoot to.
    <Directory "/srv/http">
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    # The Options directive is both complicated and important. Please see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # for more information.
    Options Indexes FollowSymLinks includes
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    # Options FileInfo AuthConfig Limit
    AllowOverride None
    # Controls who can get stuff from this server.
    Order allow,deny
    Allow from all
    </Directory>
    # DirectoryIndex: sets the file that Apache will serve if a directory
    # is requested.
    <IfModule dir_module>
    DirectoryIndex index.html
    </IfModule>
    # The following lines prevent .htaccess and .htpasswd files from being
    # viewed by Web clients.
    <FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
    </FilesMatch>
    # ErrorLog: The location of the error log file.
    # If you do not specify an ErrorLog directive within a <VirtualHost>
    # container, error messages relating to that virtual host will be
    # logged here. If you *do* define an error logfile for a <VirtualHost>
    # container, that host's errors will be logged there and not here.
    ErrorLog "/var/log/httpd/error_log"
    # LogLevel: Control the number of messages logged to the error_log.
    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn
    <IfModule log_config_module>
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    <IfModule logio_module>
    # You need to enable mod_logio.c to use %I and %O
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a <VirtualHost>
    # container, they will be logged here. Contrariwise, if you *do*
    # define per-<VirtualHost> access logfiles, transactions will be
    # logged therein and *not* in this file.
    CustomLog "/var/log/httpd/access_log" common
    # If you prefer a logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #CustomLog "/var/log/httpd/access_log" combined
    </IfModule>
    <IfModule alias_module>
    # Redirect: Allows you to tell clients about documents that used to
    # exist in your server's namespace, but do not anymore. The client
    # will make a new request for the document at its new location.
    # Example:
    # Redirect permanent /foo http://www.example.com/bar
    # Alias: Maps web paths into filesystem paths and is used to
    # access content that does not live under the DocumentRoot.
    # Example:
    # Alias /webpath /full/filesystem/path
    # If you include a trailing / on /webpath then the server will
    # require it to be present in the URL. You will also likely
    # need to provide a <Directory> section to allow access to
    # the filesystem path.
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the target directory are treated as applications and
    # run by the server when requested rather than as documents sent to the
    # client. The same rules about trailing "/" apply to ScriptAlias
    # directives as to Alias.
    ScriptAlias /cgi-bin/ "/srv/http/cgi-bin/"
    </IfModule>
    <IfModule cgid_module>
    # ScriptSock: On threaded servers, designate the path to the UNIX
    # socket used to communicate with the CGI daemon of mod_cgid.
    #Scriptsock /var/run/httpd/cgisock
    </IfModule>
    # "/srv/http/cgi-bin" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
    <Directory "/srv/http/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    </Directory>
    # DefaultType: the default MIME type the server will use for a document
    # if it cannot otherwise determine one, such as from filename extensions.
    # If your server contains mostly text or HTML documents, "text/plain" is
    # a good value. If most of your content is binary, such as applications
    # or images, you may want to use "application/octet-stream" instead to
    # keep browsers from trying to display binary files as though they are
    # text.
    DefaultType text/plain
    <IfModule mime_module>
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    TypesConfig conf/mime.types
    # AddType allows you to add to or override the MIME configuration
    # file specified in TypesConfig for specific file types.
    #AddType application/x-gzip .tgz
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #AddEncoding x-compress .Z
    #AddEncoding x-gzip .gz .tgz
    # If the AddEncoding directives above are commented-out, then you
    # probably should define those extensions to indicate media types:
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    # AddHandler allows you to map certain file extensions to "handlers":
    # actions unrelated to filetype. These can be either built into the server
    # or added with the Action directive (see below)
    # To use CGI scripts outside of ScriptAliased directories:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #AddHandler cgi-script .cgi
    # For type maps (negotiated resources):
    #AddHandler type-map var
    # Filters allow you to process content before it is sent to the client.
    # To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #AddType text/html .shtml
    #AddOutputFilter INCLUDES .shtml
    </IfModule>
    # The mod_mime_magic module allows the server to use various hints from the
    # contents of the file itself to determine its type. The MIMEMagicFile
    # directive tells the module where the hint definitions are located.
    #MIMEMagicFile conf/magic
    # Customizable error responses come in three flavors:
    # 1) plain text 2) local redirects 3) external redirects
    # Some examples:
    #ErrorDocument 500 "The server made a boo boo."
    #ErrorDocument 404 /missing.html
    #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
    #ErrorDocument 402 http://www.example.com/subscription_info.html
    # EnableMMAP and EnableSendfile: On systems that support it,
    # memory-mapping or the sendfile syscall is used to deliver
    # files. This usually improves server performance, but must
    # be turned off when serving from networked-mounted
    # filesystems or if support for these functions is otherwise
    # broken on your system.
    #EnableMMAP off
    #EnableSendfile off
    # Supplemental configuration
    # The configuration files in the conf/extra/ directory can be
    # included to add extra features or to modify the default configuration of
    # the server, or you may simply copy their contents here and change as
    # necessary.
    # Server-pool management (MPM specific)
    #Include conf/extra/httpd-mpm.conf
    # Multi-language error messages
    Include conf/extra/httpd-multilang-errordoc.conf
    # Fancy directory listings
    Include conf/extra/httpd-autoindex.conf
    # Language settings
    Include conf/extra/httpd-languages.conf
    # User home directories
    Include conf/extra/httpd-userdir.conf
    # Real-time info on requests and configuration
    #Include conf/extra/httpd-info.conf
    # Virtual hosts
    #Include conf/extra/httpd-vhosts.conf
    # Local access to the Apache HTTP Server Manual
    #Include conf/extra/httpd-manual.conf
    # Distributed authoring and versioning (WebDAV)
    #Include conf/extra/httpd-dav.conf
    # phpMyAdmin configuration
    Include conf/extra/httpd-phpmyadmin.conf
    # Various default settings
    Include conf/extra/httpd-default.conf
    # Secure (SSL/TLS) connections
    #Include conf/extra/httpd-ssl.conf
    Include conf/extra/php5_module.conf
    # Note: The following must must be present to support
    # starting without SSL on platforms with no /dev/random equivalent
    # but a statically compiled-in mod_ssl.
    <IfModule ssl_module>
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    </IfModule>
    The following are my /etc/httpd/conf/extra/httpd-userdir.conf
    # Settings for user home directories
    # Required module: mod_userdir
    # UserDir: The name of the directory that is appended onto a user's home
    # directory if a ~user request is received. Note that you must also set
    # the default access control for these directories, as in the example below.
    UserDir public_html
    # Control access to UserDir directories. The following is an example
    # for a site where these directories are restricted to read-only.
    <Directory /home/*/public_html>
    AllowOverride FileInfo AuthConfig Limit Indexes
    Options MultiViews Indexes SymLinksIfOwnerMatch ExecCGI
    <Limit GET POST OPTIONS PROPFIND>
    Order allow,deny
    Allow from all
    </Limit>
    <LimitExcept GET POST OPTIONS PROPFIND>
    Order deny,allow
    Deny from all
    </LimitExcept>
    </Directory>
    I also tried adding user to the group http. BUt nothing is working.

    Do you have [or more like lack] +x on the user folder?

  • Windows 7 Desktop synchronisation - Windows cannot access \\server\users\name\desktop

    Hi there
    My client has a laptop which won’t load the desktop when disconnected from the network. When you log on (while disconnected) you get the error
    “Windows cannot access \\server\users\name\desktop”
    Works as expected while connected to the network.
    The server is a Windows Small Business Server 2003 with active directory etc. and roaming profiles turned on. This issue does not occur on other workstations/laptops.
    When I check the Users folder on the local system drive there is not a desktop folder. I assume this is the issue although I’m not sure how you would force windows to create one or why one hasn’t been created?
    This is a brand new laptop so my initial reaction was to reset the laptop to factory state and then add the laptop back in to the domain. After this process the issue was still present!
    I guess the only thing I should mention is that this was shipped as a Home Premium laptop and was then upgraded to Professional using an upgrade key.
    I have checked Control Panel, System & Security, System, Advanced, User Profiles and the account shows as Local with Roaming Profiles greyed out.
    Any ideas?
    Martyn Fewtrell
    [email protected]
    Martyn Fewtrell TNC (IT Solutions) Ltd Email: [email protected] Web: http://www.tncit.co.uk

    Hi,
    I am just writing to check the status of this thread. Was the information provided in previous
    reply helpful to you? Do you have any further questions or concerns? Please feel free to let us know.
    Regards,
    Alex Zhao
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Alex Zhao
    TechNet Community Support

  • Bridge CS6 crashes when accessing a folder containing a GIF file

    Each time I try to access a folder in Bridge CS6 containing a GIF file, Bridge crashes.
    Moving the file out of the folder (with Finder) stops the crash happening. I've tried with several different GIF files, diffrent ages, with and without animation. ANY GIF file causes the crash in ANY folder. Very frustrating as I can't use Bridge to use any folder with a GIF inside.
    I'm using Bridge CS6 5.0.1.21 (Creative Cloud) on a Mac with OSX 10.8.2.
    Saw another post suggesting using 32bit version instead of 64bit, but that's a Windows thing.
    Anyone have any ideas?
    Many thanks.

    Here's something else: I made a copy of a GIF file and changed its file extension to .jpg and then tried to view it's enclosing folder. No crash! I then made a copy of a jpeg and changed it's extension to GIF. No crash!
    That is a weird route to go...
    However tried it and had no problem other then not getting a preview for the jpeg and after again change to .gif the need of purging caching for the thumb.
    If you want a workaround, try 'A Better Finder Rename', a cheap application that let's you change whatever you want for files or folders name, replacing etc.
    You could set up a droplet for changing the extension to .jpg, drop the folder with all files on it and then again create a droplet to get the .gif back and drop it again. the set up takes 5 minutes, the result is taking only a few seconds.
    You can change the extension in Bridge with Batch Rename but obviously that would not help you because you first have to select the files...

  • Deny Access function with invalid file refnum causes LabVIEW to crash

    Hi folks,
    I have LabVIEW 8.5, and today encountered something interesting that consistently causes LabVIEW to crash.  Essentially, if you find the "Deny Access" function under the advanced file IO palette and wire up an invalid refnum, Windows (XP in my case) reports that LabVIEW has to close.  I checked in task manager, and the LabVIEW process is still active and using a disproportionate amount of the CPU.
    To reproduce the issue, simply drop the function on your block diagram, create a constant from the refnum input terminal, and run the VI.  Has anyone else seen this behavior?
    Thanks,
    Jim

    Hi Carla,
    I'm glad to help, and thanks for looking into it.  The way I ran into the bug was while I was working on an action engine VI to log certain text values (see attached picture).  While logging, I didn't want other programs to access the file.  When a new file had to be generated, I wanted to stop denying access and close the reference.  However, if the value on the shift register was invalid, LabVIEW crashed instead of throwing an error (I guess a crash qualifies as an error).
    If you look at the attached picture, my workaround was to use the "Not A Number/Path/Refnum?" function.  If the reference is bad, I don't try to use the "Deny Access" funtion or close the file.  That worked just fine and seems like a good solution for now.
    Jim
    Attachments:
    Logger.png ‏6 KB

  • Rd client via rdweb cannot access local folder

    hi,
    i recently installed remote-desktop web-service on Windows 2008 R2 for remote user to access a non-proprietary Microsoft application.
    the installation was made in one box include the application
    a. Remote Dekstop Session Host
    b. Remote Desktop Licensing
    c. Remote Desktop Gateway
    d. Remote Desktop Web Access
    i have managed to configure it to allow internal and external users to access the application by using RDWeb.
    there are 2 outstanding issues here:
    1. i tested the RDWeb to access MS Office (Word/Excel) remoteapp and save a doc to local folder.
    tried to save it into my local folder, but it always ended-up with an error :
    "Network error: Windows cannot access \\tsclient\d\(any local folder given).   You do not have permission to access \\tsclient\d\.. " 
    2. for non Microsoft remoteapp, is there a way (by Group Policy perhaps?) for rdweb-users to locate their local drive/folder within the application?
    anyone has ideas to resolve it?
    thank you in advance.
    rgds.

    Hi,
    Thank you for posting in Windows Server Forum.
    Terminal service Antivirus Exclusion list is available for previous version available but for new server it’s still not published. You can go through below thread might helpful in your case.
    Antivirus exclusions for RDS 2012 R2
    http://social.technet.microsoft.com/Forums/en-US/3352be76-7489-4a11-be7b-50dd03f94441/antivirus-exclusions-for-rds-2012-r2?forum=winserverTS
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • "Windows cannot access the specified device, path, or file, you may not have appropriate permission to access the item" Why?

    Whenever i try to access any folder on my computer(Windows 7), it tells me "Windows
    cannot access the specified device, path, or file, you may not have appropriate permission to access the item",
    this happens even for My
    Computer and Control Panel. It's driving me nuts! I'll be honest here, I was trying to uninstall Visual
    Studio 2013 Communityfrom my computer by going to Programs
    and Features but for some reason, it was getting stuck at "Configuring
    Your System". After trying it numerous times, I went to the visual studio installation directory, and removed
    the installation files from there. I even removed the files from the C:\Program
    Data folder, then i went back to Programs
    and Features and tried to remove the listing there, but I got a dialog box saying "you
    don't have sufficient access to uninstall visual studio" . I googled this problem and found this  solution
    (http://superuser.com/a/174198)
     then i tried using the solution, I used SubinAcl and
    changed the registry permissions as mentioned in the solution and ended up like this!
    All the access permissions are set correctly (that's what I can make out...)
    Please Help!

    Hi
    Some required information are needed for us to help you.
    Hi NabeelOmer,
    We wonder if you have taken any action such as system restore after this issue occurred.
    You might also try this command to restore your access control list.
    Run this command to navigate to the drive letter, example is D
    D:
    To reset all permissions, run this command
    icacls * /reset /t /c /q
    Visual Studio is a very invasive program and which provides the ability to enumerate projects and solutions for system, user should never try uninstalling it manually without any guidance.
    Visual Studio made changes for your whole system, if the file has been moved or deleted this error would occur.
    Since you mentioned that you get this error almost everywhere even in control panel. We suggest you repair/reinstall your Visual Studio first and check if it could be fixed.
    How to: Repair Visual Studio
    https://msdn.microsoft.com/en-us/library/aa983433%28v=vs.90%29.aspx?f=255&MSPPError=-2147217396
    Regards
    D. Wu

  • "windows cannot access specified device, path or file", adobe reader x

    hi,
    i had an older version of reader (9.something i think) that started making troubles, so i removed it (via control panel) and tried to use reader x instead. but after installing it i tried to run it and got this message titled "c:\programfiles\adobe\reader10.0\eula.exe":
    "windows cannot access specified device, path or file. you may not have the appropriate permitions to access the item".
    after clicking "ok" the program shuts.
    i downloaded this version from adobe's site and registered. i also tried to go back to version 9 but the installation itself wouldn't go.
    i'm using windows xp and downloaded reader using chrome. i deleted all previous adobe reader files from my computer prior to downloading, so it should behave as if this the first time this program was installed on it.
    how can i solve it? (i've already tried going through the whole process again and again)
    thank you for any help.

    I have found out how to solve this issue..
    Took A few days to figure it out and a lot of installs and un-installing
    Install CS6 master collection again and restart your machine- Make sure all anti-virus is disabled
    What you have to do:
    1. Press Start
    2. go under "Abode Master Collection CS6 (it should say its empty)
    3. now left click the folder "Adobe Master Collection" and open it..
    4. it will now come up with all programmes that SHOULD have worked - their thumbnails will not be visible it will look as if its corrupted.
    5. Now this is a long procedure- go on the first shortcut, lefts click and go to properties.
    6. Then select the option that says "Open File Location" it will then take you to its main folder.
    7. Left click the highlighted Programme within the main folder, then go on properties
    8. Go on the security Tab, press "continue" then you go on "Add" then type your account name, then "check name" then tick the box "full control"
    9. Then navigate to the "compatibility" Tab and select "Run this programme as an administrator (if you don't do this it will come up with another error)
    You should now have the thumbnail (picture) for the programme now
    You have to now repeat this for the rest of the programmes/shortcut's within the "Adobe Master Collection" Folder

  • Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item.

    Hi, i'm a Windows 7 user of HP Pavilion dm4.
    It has been weeks since iTunes works properly on my computer. I'm here to seek help from professionals or people who had encountered it before. Whenever I double-click on iTunes, it prompt me a message "Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item." But another thing is, i'm the only adminstrator on this laptop. If I don't have permission, who has? Sigh.
    I had tried uninstalling and installing iTunes from official website many times but to no avail.

    Hi,
    Also, please make sure your current user is a administrator account and have permission to open the file.
    Right-click the file or folder, and then click Properties.
    Click the Security tab.
    Under Group or User names, click your name to see the permissions you have.
    Have you installed 3rd software in you computer? please turn off them temporarily to check if this issue still occurs.
    Here is an article you can refer to.
    http://support.microsoft.com/kb/2669244
    Andy Altmann
    TechNet Community Support

  • "Windows cannot access the specified device....

    So Itunes has been giving me trouble for about a week. I occurred multiple problems and was able to fix all of them except for this one. I am the admin, and i have tried "Run as administartor". But every time i click on Itunes i get this error...
    C:\Program Files (x86)\Itunes\Itunes.exe
    Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item.
    I need some help here...

    I think something ghastly may have happened to the Access Control Lists (ACLs) on your system, Lebz. There's just too many permissions errors cropping up for this to be a happenstance thing.
    Usually, when people suffer from something like this, we try using a batch file for the subinacl tool. Unfortunately, the relavant script we use is designed for 32-bit systems:
    [Solving setup errors by using the SubInACL tool to repair file and registry permissions|http://blogs.msdn.com/astebner/archive/2006/09/04/solving-setup-err ors-by-using-the-subinacl-tool-to-repair-file-and-registry-permissions.aspx]
    In addition to the advice given by Mr Stebner in the Comments to that blog entry:
    Hi Dharamg - The reset.cmd script currently doesn't work on 64-bit operating systems. I can post a fix later, but in the meantime, all you need to do is change the item that says %ProgramFiles% to say %ProgramFiles(x86)% instead and then it should run correctly. The error you see about "subinacl is not recognized..." means that the full path listed for subinacl.exe in reset.cmd doesn't match the location that it is actually installed on your system.
    ... I think it's plausible that you might need to add another line granting permissions to the Program Files (x86) folder too. But I'm not sure about that.
    So, perhaps it might be best to post a query at the blog there, asking if you need to do that or not.

  • Windows cannot access the specified device, path, or file when opening safari

    I am on a HP Probook 4520s and when I try to run the Safari executable I get the error message:
    "Windows cannot access the specified device, path, or file.  You may not have the appropriate permission to access the item."
    I have full control to the C:\Program Files (x86)\Safari folder
    Could someone please help?

    Hey All
    I have actually managed to find out what it is so thanks for any suggestions up to now.
    At work, we use McAfee AntiVirus.  Part of this is McAfee SiteAdvisor 3.5 for Internet Security.
    In Policy Catalog in the McAfee ePO system under SiteAdvisor, there is Hardening setting.  What this does is block any unauthorised browser from being able to run.  Safari, along with the likes of Opera and some others are automatically blocked by this.  Once you uncheck, to allow users to run Safari, it works fine.
    Here's where I found the answer:
    https://kc.mcafee.com/corporate/index?page=content&id=KB73943&actp=LIST

  • Uninstalled, tried to reinstall firefox- get message Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to

    Firefox would not load Yahoo home page properly, checked add ons and plugins-no problem. So unistalled. When reinstalling, went through until the end, then I get:
    Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access this item.
    I went through the Help section on this page, even to right clicking the file and "run as administrator". It went through and restarted the computer. When I went to look for the program, it wasn't listed in All programs. I searched files and the only thing there was the same message as above.

    Do a clean (re)install and delete the Firefox program folder (C:\Program Files\Mozilla Firefox\).
    Download a fresh Firefox copy and save the file to the desktop.
    *Firefox 13.0.x: http://www.mozilla.org/en-US/firefox/all.html
    Uninstall your current Firefox version, if possible.
    *Do NOT remove personal data when you uninstall your current Firefox version, because all profile folders will be removed and you will also lose your personal data like bookmarks and passwords from profiles of other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other profile data are stored elsewhere in the Firefox Profile Folder and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Securables - Deny Access to Specific Tables

    Hello,
    I have a group contained in the Logins folder which I want to deny specific access to. These tables contain information that I do not want anyone in the group to access at any level. Under the Login Properties for this user, the "Search..." I'm
    unable to select the specific tables I want to deny access to. Any help in how to do this would be greatly appreciated.
    Greg
    Greg Whipkey

    Setup database role, permission it and assign database user(s) to the role.
    The following thread is on the same topic:
    http://social.msdn.microsoft.com/Forums/en-US/faa9ae0f-9aea-4141-b549-fd0bc2fb4483/user-defined-database-roles
    BOL CREATE ROLE:
    http://technet.microsoft.com/en-us/library/ms187936.aspx
    BOL CREATE (database) USER:
    http://technet.microsoft.com/en-us/library/ms173463.aspx
    BOL sp_addrolemember:
    http://technet.microsoft.com/en-us/library/ms187750.aspx
    Kalman Toth Database & OLAP Architect
    Free T-SQL Scripts
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

Maybe you are looking for

  • ML 10.8.1 Calender only syncing one-way

    Okay, so the problem is that my Mac Calendar is not syncing its events to iCloud. However, it does work the other way around. My e-mail and contacts synchronization is working just fine. So: Event made on Mac Calendar -> iCloud / iPhone / iPad does N

  • Garageband doesn't OPEN??

    I just got my mac book; brand new. and whenever I click the garageband icon, it just bounces once, and doesn't open or do anything after that. I've tried opening it different ways, through the Finder and right clicking, etc. What's wrong with it? Tha

  • How can I download a .pdf document from a web link without Adobe Reader starting automatically and i

         How can I download a .pdf document from a web link without Adobe Reader starting automatically and preempting the download?                         

  • ERROR IN DATABASE INSERTION

    HI, i am trying to insert values in jsp into mysql database using beans....... but it doesn't shows any error or it doesn't inserts the value.. can any body help me out . abdul

  • LR5 Crashing in Library Module

    I'm flagging jpegs that I took at several races this weekend.  There are several thousand images that I'm trying to go quickly through.  Ideas on what is causing the crashes. Intel i7 CPU 950 @ 3.07GHz with 6GB RAM and HHD with 89GB free memory - pla