Non-administrator users cannot burn files (no error)

Hello,
clean install of Windows 7 SP1 x64, domain joined. Only local administrators are able to successfully burn a CD using Windows Explorer. When standard domain user tries to do it, the window with burning progress always suddenly disappears during burning without
any error or warning, and the "what do you want to do with blank CD" autoplay dialog is shown again. Needless to say the CDs are half-burnt and to be thrown away.
No error or warning in event viewer either, happens on all client computers. Burning using player compatible mode (not USB flash disk mode). Since local admins can finish the burning without any problems, I believe the discs, drive and drivers
are fine. No GPO controlling removable media (I guess that would result in an error or inability to start burning, anyway).
3rd party software seems to burn just fine even for standard users.
Any ideas what should we check to get the Windows Explorer burning working for standard users?
Thanks,
Jan

Hi Jan,
I considered that there should be any file which is access denied during burning when you use standard user.
Please install Process monitor to capture the process during burning when using standard user, and find our the access denied file or registry key, then take ownership:
Solving Access Denied Errors Using Process Monitor
http://improve.dk/solving-access-denied-errors-using-process-monitor/
Also, please check if the policy for CD rom is set:
User Configuration\Administrative Templates\Windows Components\Windows Explorer\Remove CD Burning Features
Local Computer Policy -> Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security Options -> Devices: Restrict CD-Rom access to locally logged-on user only
Kate Li
TechNet Community Support

Similar Messages

  • App is getting damaged when I replace it as non-administrative user

    Hey people,
    When I want to update e.g. VLC Player, as an administrator, it is simple: I just download the dmg, mount it and drop the new version of the VLC.app into the Applications folder to replace the old VLC.app. Few days ago I created a new admin account and changed my old account  to normal user. If I want to install new software that I did not use before, everything works as expected: when I drop an .app package into the Applications folder, I need to type in the admin login and password to allow this operation, then the package will be copied and I can start the new app.
    My problem:
    If I want to update the software by replacing the app as non-administrative user, the system first will promt me to keep both files, replace an older one or to stop - so far so good. BUT, when I select to replace, the copying process actually begins before the administrator prompt and it results in corrupted file. I also tried to create a new user account. So then I need first to remove the broken app (admin prompt once again) and then to install the new one (3rd admin prompt).
    I attached some screenshots to visualize the issue. I have the same issue on two different macs with different  user/admin names. I hope you have any idea how can it be fixed.
    1. I download the package:
    2. Mount the package:
    3. Drag the VLC app to the Applications folder (selecting >Authenticate in the prompt)
    4. Copy prompt (>Replace):
    5. Authenticate with administrative user
    6. Error message:
    7. Corrupted file:

    Thanks, you helped me. I had gotten hung up on '--user = <vboxuser>' in the ExecStart line, which works for one of my other services, but not this one.

  • Allow a windows non-administrator user to run cmd.exe as administrator without sharing administrator password with the user

    I have standalone Windows 2003 and 2008 Oracle database servers (they are not in a Windows domain environment ). The Oracle DBAs can perform all their routine activities from command line with administrator privileges. For this i've to either share administrator
    user password with the Oracle DBAs or add their windows login user to Administrators group. If i can give the DBA user permission to run windows command prompt without sharing administrator password, i can give them non-administrator login access to Windows
    2003/2008 server. Normally when a non administrator user would try to run a program as administrator on Windows 2008, the user is prompted to input administrator username/password. Is it possible to give non-admin user access to run a program/application (cmd.exe
    in this case) on Windows 2003/2008 without sharing administrator credentials with them?

    With the OTORISER application I developed, normal users can run applications with admin privilege …  
    Otoriser is totally free ! Applications, mmc consoles, control panel cpl files can be run under admin and system context with Otoriser. Let’s say you donot want your users to be admin in their machines, but want them to run some applications with admin rights.
    If this is the case then you are on the right blog.
    There are two components for Otoriser. Management and client components. There are no complex implementation and no frustrating steps to be performed. Within 10 minutes you can start testing the results
    After you download the setup files, install client components in the client by running it directly (or any deployment method you have), it will take about 5 seconds to install it. Then, let’s say you want your user to change system properties of the machine.
    With the tool provided in Admin package produce the hash of system.cpl file and enter that hash into the group policy (details are provided in documentation). When policies are applied for that user then he or she can run that control panel applet under admin
    context but donot forget that the user is still an ordinary user.
    download link :
    http://burakuysaler.wordpress.com/2013/02/21/with-the-otoriser-application-that-i-developed-normal-users-can-run-applications-with-admin-priviledges

  • Help - "Cannot copy file: Data error (Cyclic Redundancy Check)"

    Hey there,
    I'm having problems with my Zen Mosaic EZ00. Up until a few weeks ago it has been working fine however, since then, has begun to show the error message? "Cannot copy file: Data error (Cyclic Redundancy Check)" whenever I try to copy files on to it. I have tried the recovery software available and it only updated the firmware. Some files do occasionally (and very occasionally) copy but usually it shows the error message and cancels the copy.
    I would really appreciate if anyone could help me with this?
    Many thanks :smileytongue:

    sorry for the double post!
    ive just realised that my ipod isnt actually charging, its just got the orange light blinking!
    not too sure what is going on now!
    lol

  • Performance Tuning for non Administrator users

    Hi,
    Since i had performance issue on my cube i have followed tutorial:
    http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/aggpersist/aggpersist.htm
    to obtain best performance using aggregate tables.
    All works, but opening NQSQuery.log i've seen that only Administrator User uses aggregate tables, and not other users. In fact:
    Administrator User:
    WITH
    SAWITH0 AS (select sum(T209.SPESA_PRES0000004A) as c1,
    T202.Sesso00000057 as c2
    from
    SA_Nominat00000090 T202, (Aggregated table)
    ag_Fatti T209 (Aggregated table)
    where ( T202.Nominativo0000005F = T209.Nominativo0000005F )
    group by T202.Sesso00000057)
    select distinct SAWITH0.c2 as c1,
    SAWITH0.c1 as c2
    from
    SAWITH0
    Other user:
    WITH
    SAWITH0 AS (select sum(T32.SPESA_PRESCRITTA) as c1,
    T32.ASSISTITO__SESSO_LVLDSC as c2,
    T32.TEMPO_DIM_ANNO_LVLDSC as c3
    from
    STORDO_CUBE_CUBEVIEW T32
    where ( T32.TEMPO_DIM_LEVEL = 'ANNO' and T32.ASSISTITO__LEVEL = 'SESSO' )
    group by T32.TEMPO_DIM_ANNO_LVLDSC, T32.ASSISTITO__SESSO_LVLDSC)
    select distinct SAWITH0.c2 as c1,
    SAWITH0.c3 as c2,
    SAWITH0.c1 as c3
    from
    SAWITH0
    How can I do to obtain a query similar even for a non Administrator User?
    However, in your opinion, to have a TOTAL level for all dimensions, can me help to improve performances?
    p.s. In addition, aggregate measure value is wrong. It's 900, but it must be 300, infact the total of all rows in fact table is 300 and not 900. In this way, even the report result is wrong!!! Why?
    Thanks
    Giancarlo
    Edited by: user5380662 on 10-mag-2010 4.44
    Edited by: user5380662 on 10-mag-2010 5.47

    Hi daqstudent,
    What versions of Windows (with service packs), LabVIEW, and the DAQmx
    drivers do you have?  It looks like this issue should have been
    fixed in DAQmx version 7.4.  As a work-around, you should be able
    to use the Measurement & Automation Explorer (MAX) to create
    DAQmx Global Channels, and then use those saved Global Channels in LabVIEW. The
    configuration for DAQmx Global Channels in MAX is the same as that of
    the DAQ Assistant in LabVIEW. The only experience lost is seeing the
    actual DAQ Assistant icon in LabVIEW.
    Thaison V

  • Non-root user cannot umount a SAMBA share if there is "SPACE" with the

    I already post this to the bugs report http://bugs.archlinux.org/task/9672, but I would like to see if someone in the forum can help.
    Description:
    If there are "SPACE" in the SAMBA share name. Then, a non-root user can mount that share, but cannot umount it with "umount" command. It gives "mount desagrees with the fstab" error. root can mount/umount without any problem.
    Also, user can umount the share by "smbumount" without any problem.
    Additional info:
    * package version(s)
    samba 3.0.28A-1
    util-linux-ng 2.13.0.1-2
    * config and/or log files etc.
    /etc/fstab
    Steps to reproduce:
    1. Add a line in /etc/fstab as the following
    //QNAP-500GB/USB\040Disk\0401 /mnt/eBooks smbfs workgroup=GROUPNAME,username=xxxxxx,ip=xxxxxxxx,password=xxxxxx,noauto,noatime,users,rw 0 0
    as you can see that SAMBA share name "USB Disk 1" was replace by "USB\040Disk\0401".
    2. Change UID of/usr/bin/smbmnt and /usr/bin/smbumount by
    chmod u+s /usr/bin/smbmnt
    chmod u+s /usr/bin/smbumount
    3. Change the ownership of the mount path for this SAMBA share to a non-root user by
    chown username:users /mnt/eBooks
    4. mount as a non-root user (username)
    mount /mnt/eBooks
    5. ERROR! if umount as a non-root user; NO ERROR if umount as root.
    [ning@HP-m8100y ~]$ umount /mnt/eBooks/
    umount: /mnt/eBooks mount disagrees with the fstab
    6. This SAMBA share can be umounted by
    smbumount /mnt/eBooks

    Did you try using %20 instead of a space?  I know it works for URLs...worth a shot.

  • Users cannot publish and get error message

    Hey everyone. This one is stumping us here at the office.
    Some clients have been having a problem publishing things they have
    worked on from both their home AND their office. The error message
    they have been getting is
    quote:
    Contribute encountered a network or file system error. Please
    try the operation again, and contact the administrator if the
    problem continues to occur.
    I have done a number of google searches for this error and
    came up with next to nothing. The users are both connecting from XP
    machines using contribute 3, which is the same set up we have here
    at the office. They have been able to connect in the past and
    publish things, this started maybe a week ago.
    Any one have any suggestions?

    Also this post has suggestions:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=55&catid=290&threadid =1283908&enterthread=y
    Knowledge base:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16592&sliceId=2

  • [Solved] Non-root user cannot access mounted ntfs filesystem

    Hi -,
    i have a dualboot system (arch/xfce + win7) and i use a ntfs partition /dev/sda2 to store files i use with both operating systems. I added the partition to fstab and it gets mounted, but i cannot access it with my non-root user. With root it works fine...
    My fstab:
    # cat /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    LABEL=home /home ext4 defaults 0 1
    LABEL=root / ext4 defaults 0 1
    LABEL=swap swap swap defaults 0 0
    /dev/sda2 /media/sda2 ntfs defaults 0 2
    Is there any option that allows all users to use the mounted device? Or how is this usually done ...
    Last edited by muzzel (2012-05-30 20:39:58)

    See: NTFS-3G for important setup information.
    My fstab line looks like:
    /dev/sdb1 /media/Win_USB ntfs-3g uid=1000,gid=users,fmask=113,dmask=0022 0 0
    This sets up some important parameters which the NTFS-3G Wiki Page covers.  Basically, "ntfs" is only a basic driver and is built into the kernel.  "ntfs-3g" is a much better, and less disk-eating, driver that you should install and use if you need the drive in Linux any more than occasionally.  My fstab line makes my user (1000) the owner and the masks lets me write and etc to it.  When you install NTFS-3G it is automatically used when you use the mount command to mount NTFS drives.  In fstab, as above, you would specify it explicitly.
    You can find your own user number by entering "id" at a terminal.

  • Non power user cannot execute batch load

    Hello all. I have a batch sccript being executed in the AftLoad event script. For a non power user, if they load there file, they receive an error after the load indicating Object Variable or With Block Variable not set. It points to the line in the batch script that is executing the serial batch. I can see that the batch executes, as in the OpenBatch folder the file is removed. However, the error appears and the load never finishes. If I make this user a power user, they are able to process the load without any issue. Any ideas?

    The user needs to be granted access to all locations for the batch to work. Batch was originally designed as an admin only utility.

  • NI Update Service and non-administrative user

    On my Windows 7 PC I have 2 different users:
    a local Administrator user who can install application but can't navigate to the web (for security reasons)
    an User who can't install anything but can navigate to the web
    I launch NI Update Service under User account and it shows a list of available updates.
    I select one or more of these updates and I click on "Install" button
    Is asks me for the Administrator password, but then it gives a communication error with NI...
    Does it use Administrator user to download the updates?
    It should use it only to install and not to download
    Vix
    In claris non fit interpretatio
    Using LV 2013 SP1 on Win 7 64bit
    Using LV 8.2.1 on WinXP SP3
    Using CVI 2012 SP1 on Win 7 64bit, WinXP and WinXP Embedded
    Using CVI 6.0 on Win2k, WinXP and WinXP Embedded

    Yes, I tried but if I select "Run as administrator" Windows asks me for credential of an administrator account.
    I enter username and password, but my administrator account can't communicate to the web and so I get the error in the attached image (comm_err.jpg).
    As I wrote, I think that the problem is that NI Update Service uses the administrator user not only to install the programs but also to download them from the NI servers.
    I don't think this is OK because as shown in the attached install.jpg the button with the administrator shield is "Install", but after I click on it and enter the administrator credentials, NI Update Service tries to download the selected programs.
    But with my administrator user this is not allowed.
    It should download them with the user that launched it (with this user it is able to find the list of available updates) and use the administrator user only to install.
    Could someone from NI confirm that this is the behavior of NI Update Service, please?
    Vix
    In claris non fit interpretatio
    Using LV 2013 SP1 on Win 7 64bit
    Using LV 8.2.1 on WinXP SP3
    Using CVI 2012 SP1 on Win 7 64bit, WinXP and WinXP Embedded
    Using CVI 6.0 on Win2k, WinXP and WinXP Embedded
    Attachments:
    comm_err.JPG ‏27 KB
    install.JPG ‏63 KB

  • Non-admin user cannot access Essbase server level variables

    Version 11.1.1.3
    Essbase Substitution variables are created at server level. Users are getting error in FR report that uses the Subsitution Variable -- Essbase Error(1051085): You do not have sufficient access to get this substitution variable. Also, users cannot access Substitution variable in SmartView. However, users can access variables created at database level. Users are provisioned as "Server Access" to Essbase and filter access to ASO application "MGTRPTG", where MGTRPTG is an ASO essbase application for reporting. We tried the same provisioning in two other environments and it seems to be working fine.
    User is type "Essbase and Planning" provisioned with essbase "server access", application mgtrptg "filter", Reporting and Analysis "analyst", "dynamic viewer" and "Explorer". In addition, it is given a filter "REP_DME_GALB" which restricts 2 dimensions (Division and Geography).
    Steps taken to resolve:
    1. Existing users were deprovisioned and reprovisioned with no effect.
    2. Created brand new identically provisioned users in Prod and QA. QA user can access the server level var and Prod user cannot
    3. Created a brand new server level variable in Prod and this cannot be accessed.
    4. All services have already been restarted several times.
    5. SR has been opened.
    Temporary workaround:
    By creating a duplicate of the same set of variables at the database level, the reports work. This can only be a temporary workaround as the client cannot be expected to maintain two sets of substitution variables since there are 3 applications using these server level variables.
    Thank you for any ideas!
    Jennifer

    You have stumbled on a defect which is resolved in the Hyperion Planning 9.3.1 patch 6 and above. If you have your planning preferences set to indent members it will cause forms which have page selections to show as invalid in SmartView.
    You can either patch Planning or turn off the preference. The patches are available from http://metalink3.oracle.com and require account which has been associated with your client ID.
    P.S. Usually it's not a good practice to use the admin id.
    Regards,
    -John
    Edited by: Jbooth on Nov 3, 2008 2:12 PM

  • MacOSX AIR Permissions for non-administrator user folders

    We're making final changes to our installer for PowerPC Macs, which cannot get the fixes in Adobe AIR 2.7.
    What are the ownership AND permissions expected to be for normal Adobe AIR operation in the following user folders?
    ~/Library/Application Support/Adobe/AIR
    ~/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/
    /Users/Shared/Library/Application Support/Adobe
    We would like to know if it is advisable to apply the permissions fixes to user folders other than those under the administrator user. Neither the AIR Install Repair.zip posted on the forums nor the MacOSX Adobe AIR 2.7 Installer logs show that any user folders other than those under the administrator user are modified.
    Thanks for your advice.

    Hi,
    I don't believe you'll need to make adjustments to these folders.  Here's what mine are set to:
    /Users/chris/Library/Application Support/Adobe/AIR
    755 / owner:chris group:chris
    /Users/chris/Library/Preferences/Macromedia/Flash Player/www.macromedia.com
    755 / owner:chris group:chris
    /Users/Shared/Library/Application Support/Adobe
    755 / owner:chris group:wheel
    Fwiw, the reason we had to fix up permissions was due to beta versions of past Creative Suite installers (the shipping installers were corrected.)  As far as I know, the only folders effected were the ones we corrected in the installer and I addressed in the script.
    Thanks,
    Chris

  • Non Iphone users cannot recieve my text messages

    I just got the iphone 5c for christmas, and at first i was able to recieve text mesages from non iphone users without any problem but jsut the other night i quit recieving them what should i do?

    Hi klutz14,
    Welcome to the Support Communities!
    Congratulations on acquiring a new iPhone 5C!
    The article below may be able to help you with this.
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Ensure that iMessage is turned on in Settings > Messages.
    To send and receive iMessages, your device must have a valid cellular or Wi-Fi data connection.
    iPhone: Troubleshooting Cellular data
    iOS: Troubleshooting Wi-Fi networks and connections
    iMessage registration validates your Apple ID for use with iMessage. If you are unable to activate iMessage, follow this article.
    If an iMessage cannot be sent, it will be resent using SMS or MMS, depending on the content. You can turn this behavior on or off in Settings > Messages > Send As SMS. Carrier messaging rates may apply.
    Verify that the Apple ID or phone number is listed in Settings > Messages > Send & Receive.
    The articles below may be helpful to get you up and running with your new iPhone:
    Learn more about iOS 7 and iPhone - Apple Support
    http://support.apple.com/basics/iphone
    Apple - iPhone 5c - Tips and Tricks
    http://www.apple.com/iphone-5c/tips/
    Happy New Year!
    - Judy

  • Unable to view BIPub report in the Dashboard by Non Administrator users

    Hi All,
    I have created a BI Publisher report and added the same to the Dashboard, I can view it as the Administrator user but unable to view it as any other Users.
    I updated the privileges in the BI Presentation services and gave permission to Everyone for BI Publisher:
    Oracle BI Publisher Enterprise
    Add BI Publisher Reports to Dashboard - Everyone
    View BI Publisher Reports - Everyone
    Schedule BI Publisher Reports - Everyone
    Send BI Publisher Reports - Everyone
    Build BI Publisher Reports - Everyone
    Analyze BI Publisher Reports - Everyone
    but users still get the below error:
    The error message is :
    "Unauthorized Access: Please contact Administrator"
    Any help is greatly appreciated.
    Regards

    Hi Saichand,
    Thanks for the reply, I did add and it worked successfully; but the issue now is that I had assigned the XMLP_ADMIN, XMLP_DEVELOPER roles to this user and he now has XMLP Administration rights. Which is not very good.
    Is there any workaround to restrict XMLP Administration to this user and allow him just to view the BI Pub Report?
    Your comments are greatly appreciated.
    Best Regards
    B

  • Allowing non-Administrator "Users" to use AEBS (1)

    I'm getting tired of always having to "Authorize" other "Users" on my computer without Administrator Privilege when they wish to connect to my "Closed" AEBS. How can I work around this issue so all "Users" can conect to the AEBS?

    It seems that I have originally stated the happenings incorrectly. It should been titled.
    Allowing non-Administrator (or Standard) "Users" to use the Airport Card freely
    I am both the 'Administrator' and the 'User' in this scenario.
    I log in as the 'User', without "Allow user to Administer this computer" checked in System Preferences. This is for enhanced security while surfing at home and also when using open networks on the road. This way an Authentication by the Administrator is required every time when changes to Mac OS X are about to occur.
    And, as far as I am aware, MY 'User' keychain has all the passwords I need to do what I need to do.
    It's when I am logged in as the 'User' and I go to 'Turn Airport on' (in the Apple Menu) that I get the 'Authenticate' window asking me to "Type an Administrator's name and password to make changes to Mac OS X".
    How do I get around having to 'Authenticate' every time 'User" needs to turn the Airport on?

Maybe you are looking for

  • Default condition rec price in PO?

    We are maintaining MEK1 condition record with Plant/Vendor/Material. Initially while creating PO, the condition record price is flown automatically after adaption of PR. After six month time, now while creating PO, the user PR price is flown which is

  • In photoshop CS5 trying to make a contact sheet,

    When I go to the bridge and select tools to make a contact sheet , the error message "the File unkown in not available" comes up,,,what is this and how do I make a contact sheet please help

  • New g/l accounting

    HI Experts, What is parallel ledger accounts in new g/l accounting?

  • 2 Create bindings in 1 page, second Create event does not fire (ADF)

    I have an ADF, Struts, JSP master detail page and within that page there is a Create binding on the master view and this works fine. I added the detail list to the page and added a Create binding for this view underneath the list. The second create e

  • Inventiry by vendor

    Hi all, Is there any T code where we can see currrent stock vendorwise. ie from which vendor this material was purchased. Thanks