GP Deployed Printers Keep Asking fo Drivers

Hello,
My domain in Windows 2008 and for a couple of years now, I have been deploying printers through GP.  I have printers that are on a print server and are deployed to computer labs.  Standard users are constantly asked to update the drivers and cannot
print until they are updated.  I have to sign on as a local Admin to update the drivers.  But the users still get prompted.  I log back in and I see the same thing.  I have to update the drivers again.  I just did this to an entire
lab last week and yesterday and today I had people that could not print.  I deleted their profile and now they dont even have the printer listed.  Why is it that they are always asking for drivers?  The print server has both 32-Bit and 64-Bit
drivers installed.  The workstations are Windows 7 Pro 64-Bit.  One printer server is Windows Server 2003 and the other is 2008 R2.

You can attempt to track down why one of the files is getting out of sync between the clients and the print server. It might just be easier to change the Point and Print Restrictions Policy so the clients can download the driver without any interaction since
one of the servers is 2003.  If that was not there, just switch to Package aware print drivers and you are done.
https://social.technet.microsoft.com/Forums/windowsserver/en-US/d7da54f3-b9a9-45f0-a5bf-c83617350fd9/users-acces-to-install-printers?forum=winserverprint
You may also be impacted by missing dependent files.  There have been a couple patches for the issue previously.
https://social.technet.microsoft.com/Forums/windowsserver/en-US/2944885e-618d-4a63-aba3-deb5d0552f98/print-drivers-on-windows-7-clients-missing-dependent-files?forum=winserverprint
Alan Morris formerly with Windows Printing Team

Similar Messages

  • Problems deploying printers

    Hi,
    I've some bizarre problems when deploying printers, so I just hope you can give me few hints on where or what to check here.
    We've one domain, 2 DC (older, physical dc is 2003 and vm one as 2008r2).
    We've 2 print servers (2008R2) and a new one i'm creating from scratch, 2012R2.
    Everything but the new 2012R2 print server was managed by external people so I basically have no idea of what's been done there, just have faith it's somehow working. 
    Older print servers have about 150 printers each one, and we've hundeds of GPO in our DCs (we've more than 4000 client computers to control and about 40000 users in our DC, so it's not easy to make some steps/decisions).
    Now, the problem (mainly noticed on the 2008 servers):
    When I change to a GPO that deploys printers to our clients, operations such as adding a printer or changing a driver usually is 'Ok', but
    sometimes seems like GPO aren't applied at all on clients. Spooler on clients start crashing (win7 clients show green progress bar and never show printers, win 8 crashes spooler process) and so on. Doing a gpupdate
    says everything is ok, but changes aren't applied.
    Funniest thing is when I try to remove a printer from deploying (for example, for problems with current driver on that printer). I remove it from GPO either from 'Deploy by group policy' context menu at printmanagement.msc, or editing printer connections
    on GPO. No matter how I do this, seems like a local, cached copy of the GPO keeps in client computer, so I get printer even if removed, and later if I deploy it again, I get two or even tree copies of same printer! (or if I remove printer from server, clients
    show me a ghost printer since it doesn't exists anymore!).
    I believe this problem has been hanging for months or years, but not until now people has decided to start using print servers seriously and they were using printers locally, so the problem is now showing in full splendor.
    Also, as last but not least, want to say that the way GPOs deploy printers is:
    - Deploy printer per machine
    - Same GPO is used for both older XP and new Win7 and Win8 clients, so GPO executes pushprinterconnections.
    I was thinking in redoing all (over 150) printer deployment GPO using GPP instead, but while there are these problems (and where we still have XP) won't be able to do that, so any help would be appreciated.
    Thanks

    Hi Alan,
    Will try these GPO, but according to the URL, I should put:
    Execute Print Drivers in Isolated Processes = enabled (same as not configured)
    Override Print Driver Execution Compatibility Setting Reported by Print Driver = disabled (again, same as not configured)
    So, both options should be 'active'. I've made changes in server side (changed driver from shared or none to isolated, with no luck). Must I remove printer from deploy and later readd when I make an isolation change?
    Anyway, on my Win8 testing box, I noticed there are printers still showing even GPO that put them there isn't active anymore. 
    Found that there was a copy of GPO in
    c:\windows\system32\grouppolicy\Datastore\0\sysvol\<domain name>\Policies
    So I manually deleted shared printers, renamed folder inside Datastore from 0 to 1 to prevent old policies to execute, executed gpupdate /force (folder 0 was created again with a new copy of GPO), but again, old printers appeared there.
    Did a registry search of ghost printer names, found them in:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Providers\Client Side Rendering Print Provider\Servers\<SERVERNAME>\Monitors\Client Side Port\{043C1464-A566-4CB0-AFE7-24DC71DEF147}
    And in 
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Providers\Client Side Rendering Print Provider\Servers\<SERVERNAME>\Printers\{043C1464-A566-4CB0-AFE7-24DC71DEF147}
    Also, found them duplicated in HKLM\Software\Wow6432Node\<blablabla>...
    Not sure what {043C1464-A566-4CB0-AFE7-24DC71DEF147} is (doesn't resemble any GPO UID, but I could be a testing GPO I already deleted), nor sure why it's there or if it's safe to remove them from registry.
    Hope this info gives any hint of why are them still there, problem with GPO, with print server, domain, or just client computer (altough there are more and more computers with this problem spanning).
    As for the reason about not using user deployment, basically it's 'previous admins told us to keep doing this way as the did always'. Anyway, where we have this problem, that is, co-workers computers, there are one or at most 2 workers on every computer,
    so made sense to put them on computer. Anyway, today I did several tests with GPP using per user on a new OU, and got mixed feelings. Liked the way it created, but disliked the fact that every few minutes (guess it was every time gpo was rechecked), default
    printer was modified to local ones (guess that was because i didn't marked any printer as default one). But this isn't relevant either for this tread, so I'll investigate more (and hopefully won't have to post questions for it :-)
    Thanks in advance

  • Urgent help required - linked subreport keeps asking for parameter value

    Greetings,
    I have developed a report in the Crystal Reports bundled with Visual Studio 2005. The data is obtained from a stored procedure. One of the fields in the result set is named "Id".
    I have embedded a subreport in the details row of the main report. The subreport also gets its information from a stored procedure. This stored procedure has one parameter named "OpportunityId". This field is linked to the field named "Id" above. the subreport has been set to supress blank subreports.
    In the development environment and running the executable of the application on the development machine the report works perfectly. The subreport displays as it should and all is well.
    When I deploy the report onto user machines where they have the crystal runtime installed, the report keeps asking for a parameter value for the subreport.
    I cannot get this to stop happening.
    This report is urgently required. PLEASE could someone help me out here.
    I am at my wits end.
    I have attached a zipe file containing the following:
    - the two stored procedure
    - the rpt file
    - a sample report
    - a screen showing the report having just been generated
    Thanks in advance,
    Robert Lancaster

    <p>Hi Robert,</p><p>I see your report template and stored procedures. All seems to be ok. <br /></p><p>The most important is to assign the report parameters for all linked subreports (only one in your case).</p><p> </p><p>Try this (in C#, in VB.NET the code are very similary): </p><p>ReportDocument report = new ReportDocument(@"TopFortyReport.rpt");</p><p>AssignParameters(report, paramCollection);</p><p>// and now assign parameters to all linked subreports </p><p>foreach( CrystalDecisions.CrystalReports.Engine.Section section in report.ReportDefinition.Sections)</p><p>{</p><p>    foreach (CrystalDecisions.CrystalReports.Engine.ReportObject reportObject in section.ReportObjects)<br />    {</p><p>        if (reportObject.Kind == ReportObjectKind.SubreportObject) </p><p>        {</p><p>            SubreportObject subReport = (SubreportObject)reportObject;</p><p>            ReportDocument subDocument = subReport.OpenSubreport(subReport.SubreportName);                                               AssignParameters(subDocument, paramsCollection);</p><p>        }</p><p>} </p><p> </p><p>void AssignParameters(ReportDocument report, object[] paramsCollection)</p><p>{</p><p>    int nParams = paramsCollection.Length;</p><p>    for (int iParamIndex = 0; iParamIndex < nParams; iParamIndex++)</p><p>    {</p><p>        if (report.DataDefinition.ParameterFields[iParamIndex].IsLinked())</p><p>            continue;</p><p>        report.SetParameterValue(iParamIndex, paramsCollection[iParamIndex]);</p><p>    }</p><p>}</p><p> </p><p> </p>

  • HP Officejet pro 8500 won't print and keeps asking for a proxy setting. Help.

    HP Officejet pro 8500 won't print and keeps asking for a proxy setting. Help.

    Hi,
    Can you confirm that you have an Officejet 8500a or Officejet 8500? On the 8500a model, you can set the networks proxy address and port setting from the front panel of the printer (setup>Webservices setup>proxy). If you are unsure what your proxy settings are you'll need to contact your network admin. If your network uses a proxy users name and password for all devices, you need to enter this information along with the proxy address and port in the printers embedded web server. Type the products IP address into an internet brownser window (printer must be connected to the same network as PC). Select the network tab, and than look for the proxy settings option. Enter in the information and click apply. Once the networks proxy information has been correctly inputed into the embedded web server, try printing again. If unsuccessfully, you might try reinstalling the printer software after uninstalling it. Hope this helps!
    I was an HP employee
    Reminder: Please select the "Accept as Solution" button on the post that best answers your question. Also, you may select the "Kudos" button on any helpful post to give that person a quick thanks.

  • Windows 8.1 Update - issues deploying printers via GPO from a 2012R2 Print Server

    Hi,
    I am trying to deploy a single printer to Windows 8.1 clients in a K-12 environment. We have about 1200 laptops and about 25% of those laptops are installing the printer. Several different users can log on and the printer may or may not be there. The printer
    is being deployed to the Computer not the User. If the printer was successfully installed shouldn't the printer be available immediately after logging in with different AD accounts? Sometimes it shows up 10mins later as if it needed to install it again. I
    read the changes from v3 to v4 printing in Windows 8, Ive checked the event log errors, printer shares, etc. Deploying Printers to Windows 8.1 clients is poor at best even when it supposed to be easier for IT to manage. Also I was under the impression that
    Windows 8.1 clients do not attempt to downloads drivers from a windows print server anymore as they opt to use a v4 print class driver.
    Environment Details:
    Windows 2012R2 Printer Server all patched, Windows 8.1 all patched, AD users are identical as well as the computers (reside in the same OUs) Printer is deployed to the computers, Point and print restrictions is completely disabled. Restarting the print spooler
    on the client has little to no effect. Computers connect wirelessly to the network and print server is in the same building. Started pushing to the user as well to see if it helps. Windows 7 clients are unaffected and get the printer consistently.
    Errors:
    The print spooler failed to download and import the printer driver from \\Server into the driver store for driver KONICA MINOLTA C652SeriesPS. Error code= 800f0242.
    The print spooler failed to import the printer driver that was downloaded from \\Server\print$\x64\PCC\koazca__.inf_amd64_664b51505681ff6d.cab into the driver store for driver KONICA MINOLTA C652SeriesPS. Error code= 800f0242. This can occur if there is
    a problem with the driver or the digital signature of the driver.
    The default printer was changed to \\Server\Konica_Copier,winspool,Ne05:. See the event user data for context information.

    error from event id 600?
    http://technet.microsoft.com/en-us/library/dd393207(v=ws.10).aspx
    did install this hotfix?
    http://support.microsoft.com/kb/2961042/en-us
    those maybe helpful...
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/4de0cf6f-3e05-4de4-b1f5-349d27b97234/windows-server-2008-r2-trouble-updating-client-kyocera-drivers?forum=winserverprint
    http://download.microsoft.com/download/5/8/1/581A3BB7-503D-48DA-B898-2BF80FA2A7E7/Understand_and_Troubleshoot_Printing_in_Windows_Server_8_Beta.docx
    Best,
    Howtodo

  • The HP (USB connected) and Epson (wireless) printers keep losing their connection with my Mac mini.  I have to physically disconnect the HP and then reconnect for the Mac to find it.  Turning off the wireless Epson doesn't work.  All software is updated.

    My HP (USB connected) and Epson (wireless) printers keep losing their connection with my Mac mini.  I have to physically disconnect the HP and then reconnect for the Mac to find it.  Turning off the wireless Epson doesn't resolve anything.  All software/drivers have been updated.

    My HP (USB connected) and Epson (wireless) printers keep losing their connection with my Mac mini.  I have to physically disconnect the HP and then reconnect for the Mac to find it.  Turning off the wireless Epson doesn't resolve anything.  All software/drivers have been updated.

  • Does using Group Policy Preferences to deploy printers require the print driver to be pre-installed?

    I'm trying to prepare our school system for Windows 7 (we currently use XP).  I would like to use the new Group Policy Preferences method of deploying printers.  I pushed out the XP client side extensions through WSUS.  In my test environment, I added the shared printer in group policy preferences.  My XP machine had the printers show up automatically, but my Windows 7 machine did not.  I realized that I had previously connected a printer of the same type to my XP machine before and the drivers were already installed.  To test this theory, I manually connected the shared printers to the Windows 7 machine, deleted them, then logged off and back on.  Now the printers are showing up from group policy.  My question is does using group policy preferences to deploy printers require the print driver to be pre-installed?  If not, then what am I doing wrong?  If so, is there a way to work around this?  Thanks for your help.
    EDIT:  To clarify, I am using the share method in GPP.  This is the error message I get in the event log:
    The user 'PRINTERNAME' preference item in the 'win7 printer test {946461A1-27F8-406F-A0B3-0A1A05AF34F6}' Group Policy object did not apply because it failed with error code '0x80070bcb The specified printer driver was not found on the system and needs to be downloaded.' This error was suppressed.

    This link have a description of resolution:
    http://technet.microsoft.com/en-us/library/cc725938.aspx
    Open the GPMC.
    Open the GPO where the printer connections are deployed, and navigate to Computer Configuration, Policies, Administrative Templates, Control
    Panel, and thenPrinters.
    Note
    The Point and Print Restrictions setting can also be found under User Configuration\Policies\Administrative Templates\Control Panel\Printers.
    This policy is ignored by Windows 7 and Windows Server 2008 R2, but is enforced by earlier editions of Windows including Windows XP with SP1, Windows Server 2003 with SP1, and Windows Server 2008. We recommend that you change
    this policy setting in both locations so that all down-level clients have a consistent experience.
    Right-click Point and Print Restrictions, and then click Properties.
    Click Enabled.
    Clear the following check boxes:
    Users can only point and print to these servers 
    Users can only point and print to machines in their forest 
    In the When installing drivers for a new connection box, select Do not show warning or elevation prompt.
    Scroll down, and in the When updating drivers for an existing connection box, select Show warning only.
    Click OK.

  • Deploying printers thru GPP

    I have been assigned to create a update a vbs script previously used by the company to update connection and drivers to users.
    Part of the requirement was to migrate the script to PowerShell. After encountering problems in retrieving printers configure by computer. The PowerShell script will not retrieve these printers while vbs will unless if I will add the connection thru PowerShell
    first. Finally I decided to look for others means of deploying printer, I found that GPP(Client Side Extension) is very easy to do this task and it also provide a way to monitor problems by tracking the EventId generated when printer problems occurs.
    Having confirmed this. There is documentation, from the previous admin who try to use GP to deploy printers and encounter configuration problems when they switch to HP printers. Previous Printer Server reside in a Windows 2003 dedicated server
    in AD 2008 R2 and workstation Windows 7. Is there any documentation or article that confirm this abnormality?
    michael john ocasio

    Hi,
    If you have only Windows 7 and 2008 R2 you can follow this link to deploy Printer through GPo using the
    Print Management:
    Deploying Printers by Using Group Policy
    Best regards Bourbita Thameur Microsoft Certified Technology Specialist: Windows Server 2008 R2,Server Virtualizaton

  • Iphoto 9.4.3 keep asking me to login to my icloud account

    Hi. I just downgraded from OSX 10.9.3 mavericks this way:
    1. Made a clone of the entire disk to an HDD.
    2. Formatted and made clean install of 10.8.5
    3. Moved back the data and reinstall apps cleanly
    4. Used iphoto library manager to rebuild the 9.5 library back into 9.4.3 version.
    The issue:
    When trying to turn on photo stream in the 9.4.3 iphoto it keep asking me
    To login to my icloud account and the photo stream box won't checked,
    Now I tried everything to troubleshoot without success...
    iphoto just can't see that im logged into icloud in the prefrences.
    All the login logout log as guest didn't help.
    Please any suggestions?
    Thanx

    I had some vary bad experiences with 10.8.5 forcing me to reinstall 10.8.4 and restore from a backup... ITerminal was hit with broken Sudo* / dyld messages when unsuccesfully trying to install some programs or run clean up routines... so "upgradint to 10.8.5" is the last thing I'll be doing-... maybe if there is a 10.8.6 and they fix these issues... but otherwise... not a hope in ****!
    I have tried signing  in and out several times... FINALLY managed to sign in to Messages with my iCloud Accound (I had pretty mucgh given up on ever being able to,,, simply signed out of both iCloud and Messages on my IPhone and then signed in Fresh... went back yo my MacPro and hey presto...
    There are some seriously "iffy" issues with that side of Apple's operations... ICLoud and Mas... a Joke at the best of times...
    However...I can live with Aperture... might just drop and forget about IPhoto altogether at this point... just leave it installed and switch Libraries in Aperture if I want ti access the IPhoto Library
    *Sudo was virtually not there... had to go into some file and play with variables to try get it back... but there were still issues... and breakages preventing installation of some prgrams... Logitech Mouse drivers for one,,, but by no means the only one,,, so 10.8.5 -  No Chance!

  • Deploying printers takes 2 logins to show up

    We're trying to deploy printers through group policy. It works but if you reboot a PC Then the user logs in they aren't there, but if you log out and back in they are. It always seems to take 2 logins to get the printers. Can this be fixed?
    Jason

    Sure thing here it is let me know if you see anything that can help
    Group Policy Management
    body { font-size:68%;font-family:MS Shell Dlg; margin:0px,0px,0px,0px; border: 1px solid #666666; background:#F6F6F6; width:100%; word-break:normal; word-wrap:break-word; } .head { font-weight:bold; font-size:160%; font-family:MS Shell Dlg; width:100%; color:#6587DC;
    background:#E3EAF9; border:1px solid #5582D2; padding-left:8px; height:24px; } .path { margin-left: 10px; margin-top: 10px; margin-bottom:5px;width:100%; } .info { padding-left:10px;width:100%; } table { font-size:100%; width:100%; border:1px solid #999999;
    } th { border-bottom:1px solid #999999; text-align:left; padding-left:10px; height:24px; } td { background:#FFFFFF; padding-left:10px; padding-bottom:10px; padding-top:10px; } .btn { width:100%; text-align:right; margin-top:16px; } .hdr { font-weight:bold;
    border:1px solid #999999; text-align:left; padding-top: 4px; padding-left:10px; height:24px; margin-bottom:-1px; width:100%; } .bdy { width:100%; height:182px; display:block; overflow:scroll; z-index:2; background:#FFFFFF; padding-left:10px; padding-bottom:10px;
    padding-top:10px; border:1px solid #999999; } button { width:6.9em; height:2.1em; font-size:100%; font-family:MS Shell Dlg; margin-right:15px; } @media print { .bdy { display:block; overflow:visible; } button { display:none; } .head { color:#000000; background:#FFFFFF;
    border:1px solid #000000; } } 
    Setting Path:
    Explanation
    Print 
    Close 
    No explanation is available for this setting.
    Supported On:
    Not available
    Group Policy Results 
    CRCSD\kennmantest 
    Data collected on: 11/14/2014 4:12:29 PM hide all 
    Summaryhide
    No data available.
      During last user policy refresh on 11/14/2014 4:10:09 PM 
       A fast link was detected More information... 
    Computer Detailshide
    No data available.
    User Detailshide
    Generalhide
    User name CRCSD\kennmantest 
    Domain crcsd.abc 
    Organizational Unit crcsd.abc/Special/Student Mandatory 
    Security Group Membership show 
    CRCSD\Domain Users
    Everyone
    BUILTIN\Users
    NT AUTHORITY\INTERACTIVE
    CONSOLE LOGON
    NT AUTHORITY\Authenticated Users
    NT AUTHORITY\This Organization
    LOCAL
    CRCSD\Kenn Mandatory
    CRCSD\Dist Lock Games
    CRCSD\Kenn Students
    CRCSD\Students
    CRCSD\Kenn Lock Games
    Mandatory Label\Medium Mandatory Level 
    Component Statushide
    Component Name Status Time Taken Last Process Time Event Log 
    Group Policy Infrastructure Success   11/14/2014 4:10:09 PM   
    Deployed Printer Connections Success   11/14/2014 2:31:19 PM   
    Folder Redirection Success   11/14/2014 4:09:59 PM   
    Group Policy Drive Maps Success   11/14/2014 2:31:19 PM   
    Group Policy Printers Success   11/14/2014 2:31:46 PM   
    Group Policy Registry Success   11/14/2014 2:31:20 PM   
    Group Policy Shortcuts Success   11/14/2014 2:31:49 PM   
    Internet Explorer Zonemapping Success (no data)   11/14/2014 2:31:16 PM   
    Registry Success   11/14/2014 2:31:16 PM   
    Settingshide
    Policieshide
    Windows Settingshide
    Security Settingshide
    Public Key Policies/Certificate Services Client - Auto-Enrollment Settingshide
    Policy Setting Winning GPO 
    Automatic certificate management Enabled [Default setting] 
    Option Setting 
    Enroll new certificates, renew expired certificates, process pending certificate requests and remove revoked certificates Disabled 
    Update and manage certificates that use certificate templates from Active Directory Disabled 
    Log expiry events, and, for user policy, only show expiry notifications when the percentage of remaining certificate lifetime is 10% [Default setting] 
    Additional stores to log expiry events  [Default setting] 
    Display user notifications for expiring certificates in user and computer MY store Disabled [Default setting] 
    Software Restriction Policieshide
    Winning GPO Lock Games 
    Enforcement 
    Policy Setting 
    Apply Software Restriction Policies to the following All software files except libraries (such as DLLs) 
    Apply Software Restriction Policies to the following users All users 
    When applying Software Restriction Policies Ignore certificate rules 
    Designated File Types 
    File Extension File Type 
    ADE Microsoft Access Project Extension 
    ADP Microsoft Access Project 
    BAS BAS File 
    BAT Windows Batch File 
    CHM Compiled HTML Help file 
    CMD Windows Command Script 
    COM MS-DOS Application 
    CPL Control panel item 
    CRT Security Certificate 
    EXE Application 
    HLP Help file 
    HTA HTML Application 
    INF Setup Information 
    INS INS File 
    ISP ISP File 
    LNK Shortcut 
    MDB Microsoft Access Database 
    MDE Microsoft Access MDE Database 
    MSC Microsoft Common Console Document 
    MSI Windows Installer Package 
    MSP Windows Installer Patch 
    MST MST File 
    OCX ActiveX control 
    PCD PCD File 
    PIF Shortcut to MS-DOS Program 
    REG Registration Entries 
    SCR Screen saver 
    SHS SHS File 
    URL Internet Shortcut 
    VB VB File 
    WSC Windows Script Component 
    Trusted Publishers 
    Trusted publisher management Allow all administrators and users to manage user's own Trusted Publishers 
    Certificate verification None 
    Software Restriction Policies/Security Levelshide
    Policy Setting Winning GPO 
    Default Security Level Unrestricted Lock Games 
    Software Restriction Policies/Additional Ruleshide
    Hash Ruleshide
    Chess.exe (6.1.7600.16385); Chess.exe; Executable for Chess Game; Microsoft® Windows® Operating System; Microsoft Corporation 
    Security Level Disallowed 
    Description Games - Chess 
    Date last modified 9/26/2013 10:05:29 AM 
    Winning GPO Lock Games 
    freecell.exe (6.1.7600.16385); freecell.exe; Executable for FreeCell Game; Microsoft® Windows® Operating System; Microsoft Corporation 
    Security Level Disallowed 
    Description Games - FreeCell 
    Date last modified 9/26/2013 10:05:54 AM 
    Winning GPO Lock Games 
    hearts.exe (6.1.7600.16385); hearts.exe; Executable for Hearts Game; Microsoft® Windows® Operating System; Microsoft Corporation 
    Security Level Disallowed 
    Description Games - Hearts 
    Date last modified 9/26/2013 10:06:13 AM 
    Winning GPO Lock Games 
    mahjong.exe (6.1.7600.16385); mahjong.exe; Executable for Mahjong Titans Game; Microsoft® Windows® Operating System; Microsoft Corporation 
    Security Level Disallowed 
    Description Games - Mahjong 
    Date last modified 9/26/2013 10:06:30 AM 
    Winning GPO Lock Games 
    minesweeper.exe (6.1.7600.16385); minesweeper.exe; Executable for Minesweeper Game; Microsoft® Windows® Operating System; Microsoft Corporation 
    Security Level Disallowed 
    Description Games - Minesweeper 
    Date last modified 9/26/2013 10:06:43 AM 
    Winning GPO Lock Games 
    purbleplace.exe (6.1.7600.16385); purbleplace.exe; Executable for Purble Place Game; Microsoft® Windows® Operating System; Microsoft Corporation 
    Security Level Disallowed 
    Description Games - Purble Palace 
    Date last modified 9/26/2013 10:07:01 AM 
    Winning GPO Lock Games 
    solitaire.exe (6.1.7600.16385); solitaire.exe; Executable for Solitaire Game; Microsoft® Windows® Operating System; Microsoft Corporation 
    Security Level Disallowed 
    Description Games - Solitare 
    Date last modified 9/26/2013 10:07:16 AM 
    Winning GPO Lock Games 
    spidersolitaire.exe (6.1.7600.16385); spidersolitaire.exe; Executable for Spider Solitaire Game; Microsoft® Windows® Operating System; Microsoft Corporation 
    Security Level Disallowed 
    Description Games - Spider Solitaire 
    Date last modified 9/26/2013 10:07:39 AM 
    Winning GPO Lock Games 
    Path Ruleshide
    %HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRoot% 
    Security Level Unrestricted 
    Description  
    Date last modified 9/26/2013 9:51:08 AM 
    Winning GPO Lock Games 
    %HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ProgramFilesDir% 
    Security Level Unrestricted 
    Description  
    Date last modified 9/26/2013 9:51:08 AM 
    Winning GPO Lock Games 
    C:\Program Files\Microsoft Games 
    Security Level Disallowed 
    Description Games Folder for Windows 7 
    Date last modified 9/26/2013 9:55:33 AM 
    Winning GPO Lock Games 
    Folder Redirectionhide
    Documentshide
    Winning GPO Student Best Practices 
    Setting: Basic (Redirect everyone's folder to the same location)hide
    Path: \\dist-data2\techtest\manaccts\
    Optionshide
    Grant user exclusive rights to Documents Disabled 
    Move the contents of Documents to the new location Disabled 
    Also apply redirection policy to Windows 2000, Windows 2000 server, Windows XP, and Windows Server 2003 operating systems Disabled 
    Policy Removal Behavior Leave contents 
    Configuration Control Group Policy 
    Primary Computer Evaluation Not evaluated because primary computer policy is not enabled 
    Musichide
    Winning GPO Student Best Practices 
    Setting: Basic (Redirect everyone's folder to the same location)hide
    Path: \\dist-data2\techtest\manaccts\My Music
    Optionshide
    Grant user exclusive rights to Music Disabled 
    Move the contents of Music to the new location Disabled 
    Also apply redirection policy to Windows 2000, Windows 2000 server, Windows XP, and Windows Server 2003 operating systems Disabled 
    Policy Removal Behavior Leave contents 
    Configuration Control Group Policy 
    Primary Computer Evaluation Not evaluated because primary computer policy is not enabled 
    Pictureshide
    Winning GPO Student Best Practices 
    Setting: Basic (Redirect everyone's folder to the same location)hide
    Path: \\dist-data2\techtest\manaccts\My Pictures
    Optionshide
    Grant user exclusive rights to Pictures Disabled 
    Move the contents of Pictures to the new location Disabled 
    Also apply redirection policy to Windows 2000, Windows 2000 server, Windows XP, and Windows Server 2003 operating systems Disabled 
    Policy Removal Behavior Leave contents 
    Configuration Control Group Policy 
    Primary Computer Evaluation Not evaluated because primary computer policy is not enabled 
    Videoshide
    Winning GPO Student Best Practices 
    Setting: Basic (Redirect everyone's folder to the same location)hide
    Path: \\dist-data2\techtest\manaccts\My Videos
    Optionshide
    Grant user exclusive rights to Videos Disabled 
    Move the contents of Videos to the new location Disabled 
    Also apply redirection policy to Windows 2000, Windows 2000 server, Windows XP, and Windows Server 2003 operating systems Disabled 
    Policy Removal Behavior Leave contents 
    Configuration Control Group Policy 
    Primary Computer Evaluation Not evaluated because primary computer policy is not enabled 
    Administrative Templateshide
    Policy definitions (ADMX files) retrieved from the central store.Control Panel/Personalizationhide
    Policy Setting Winning GPO 
    Enable screen saver Disabled Student Best Practices 
    Prevent changing desktop background Enabled Student Best Practices 
    Control Panel/Printershide
    Policy Setting Winning GPO 
    Point and Print Restrictions Disabled Default Domain Policy 
    Microsoft Office 2013/Global Options/Customizehide
    Policy Setting Winning GPO 
    Allow roaming of all user customizations Enabled Student Best Practices 
    Microsoft Office 2013/Miscellaneoushide
    Policy Setting Winning GPO 
    Disable the Office Start screen for all Office applications Enabled Student Best Practices 
    Start Menu and Taskbarhide
    Policy Setting Winning GPO 
    Prevent changes to Taskbar and Start Menu Settings Enabled Student Best Practices 
    Systemhide
    Policy Setting Winning GPO 
    Don't run specified Windows applications Enabled Lock Games 
    List of disallowed applications 
    install.exe 
    mahjong.exe 
    setup.bat 
    minesweeper.exe 
    sol.exe 
    spider.exe 
    pinball.exe 
    solitaire.exe 
    winmine.exe 
    setup.exe 
    spidersolitaire.exe 
    hearts.exe 
    mshearts.exe 
    install.bat 
    freecell.exe 
    purbleplace.exe 
    chess.exe 
    poledit.exe 
    Policy Setting Winning GPO 
    Prevent access to registry editing tools Enabled Student Best Practices 
    Disable regedit from running silently? No 
    System/Driver Installationhide
    Policy Setting Winning GPO 
    Code signing for device drivers Enabled Student Mandatory 
    When Windows detects a driver file without a digital signature: Ignore 
    Windows Components/Internet Explorerhide
    Policy Setting Winning GPO 
    Pop-up allow list Enabled Student Best Practices 
    Enter the list of sites here. Source GPO 
    *.mmhpr.com Student Best Practices 
    *.vantage.com Student Best Practices 
    *.programworkshop.com Student Best Practices 
    Policy Setting Winning GPO 
    Prevent running First Run wizard Enabled Student Best Practices 
    Select your choice Go directly to home page 
    Windows Components/Internet Explorer/Internet Control Panel/Security Pagehide
    Policy Setting Winning GPO 
    Site to Zone Assignment List Enabled Student Best Practices 
    Enter the zone assignments here.   Source GPO 
    http://*.mmhpr.com 2 Student Best Practices 
    http://*.platoweb.com 2 Student Best Practices 
    https://*.platoweb.com 2 Student Best Practices 
    adfs.cr.k12.ia.us 1 Student Best Practices 
    crcsd.sharepoint.com 1 Student Best Practices 
    https://*.instructure.com 2 Student Best Practices 
    https://*.mmhpr.com 2 Student Best Practices 
    Windows Components/Internet Explorer/Privacyhide
    Policy Setting Winning GPO 
    Turn off Tracking Protection Enabled Student Best Practices 
    Preferenceshide
    Windows Settingshide
    Drive Mapshide
    Drive Map (Drive: I)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.I:hide
    Winning GPO Student Mandatory 
    Result: Failure (Error Code: 0x80070035)Generalhide
    Action Update 
    PropertiesLetter I 
    Location \\KENN-AP1.crcsd.abc\kenn-std-apps 
    Reconnect Disabled 
    Use first available Disabled 
    Hide/Show this drive No change 
    Hide/Show all drives No change 
    Drive Map (Drive: M)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.M:hide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    PropertiesLetter M 
    Location \\DIST-AP1.crcsd.abc\dist-std-apps 
    Reconnect Disabled 
    Use first available Disabled 
    Hide/Show this drive No change 
    Hide/Show all drives No change 
    Drive Map (Drive: K)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.K:hide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    PropertiesLetter K 
    Location \\DIST-DATA3.crcsd.abc\kenn-std-data 
    Reconnect Disabled 
    Use first available Disabled 
    Hide/Show this drive No change 
    Hide/Show all drives No change 
    Registryhide
    Registry item (Key path: HKEY_CURRENT_USER\Control Panel\Desktop, Value name: Wallpaper)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.Wallpaperhide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    PropertiesHive HKEY_CURRENT_USER 
    Key path Control Panel\Desktop 
    Value name Wallpaper 
    Value type REG_SZ 
    Value data \\DIST-AP1.crcsd.abc\Dist-std-apps\Mandatory\Kennedy\kenn.bmp 
    Registry item (Key path: HKEY_CURRENT_USER\Control Panel\Desktop, Value name: WallpaperStyle)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.WallpaperStylehide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    PropertiesHive HKEY_CURRENT_USER 
    Key path Control Panel\Desktop 
    Value name WallpaperStyle 
    Value type REG_SZ 
    Value data 2 
    Registry item (Key path: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar, Value name: Locked)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.Lockedhide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    PropertiesHive HKEY_CURRENT_USER 
    Key path Software\Microsoft\Internet Explorer\Toolbar 
    Value name Locked 
    Value type REG_DWORD 
    Value data 0x1 (1) 
    Registry item (Key path: HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel, Value name: HomePage)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.HomePagehide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    PropertiesHive HKEY_CURRENT_USER 
    Key path Software\Policies\Microsoft\Internet Explorer\Control Panel 
    Value name HomePage 
    Value type REG_DWORD 
    Value data 0x1 (1) 
    Registry item (Key path: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MINIE, Value name: LinksBandEnabled)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.LinksBandEnabledhide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    PropertiesHive HKEY_CURRENT_USER 
    Key path Software\Microsoft\Internet Explorer\MINIE 
    Value name LinksBandEnabled 
    Value type REG_DWORD 
    Value data 0x1 (1) 
    Registry item (Key path: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MINIE, Value name: ShowTabsBelowAddressBar)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.ShowTabsBelowAddressBarhide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    PropertiesHive HKEY_CURRENT_USER 
    Key path Software\Microsoft\Internet Explorer\MINIE 
    Value name ShowTabsBelowAddressBar 
    Value type REG_DWORD 
    Value data 0x1 (1) 
    Registry item (Key path: HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Main, Value name: Start Page)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.Start Pagehide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    PropertiesHive HKEY_CURRENT_USER 
    Key path Software\Policies\Microsoft\Internet Explorer\Main 
    Value name Start Page 
    Value type REG_SZ 
    Value data http://kenn.cr.k12.ia.us 
    Shortcutshide
    Shortcut (Path: C:\Users\kennmantest\Favorites\Links\Canvas.url)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.Canvashide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    AttributesTarget type URL 
    Shortcut path C:\Users\kennmantest\Favorites\Links\Canvas.url 
    Target URL http://crcsd.instructure.com 
    Shortcut key None 
    Run Normal window 
    Shortcut (Path: C:\Users\kennmantest\Favorites\Links\CR Schools Homepage.url)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.CR Schools Homepagehide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    AttributesTarget type URL 
    Shortcut path C:\Users\kennmantest\Favorites\Links\CR Schools Homepage.url 
    Target URL http://www.cr.k12.ia.us 
    Shortcut key None 
    Run Normal window 
    Shortcut (Path: C:\Users\kennmantest\Desktop\Excel 2013.lnk)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.Excel 2013hide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    AttributesTarget type File system object 
    Shortcut path C:\Users\kennmantest\Desktop\Excel 2013.lnk 
    Target path C:\Program Files (x86)\Microsoft Office\Office15\EXCEL.EXE 
    Icon path C:\Program Files (x86)\Microsoft Office\Office15\EXCEL.EXE 
    Icon index 0 
    Shortcut key None 
    Run Normal window 
    Shortcut (Path: C:\Users\kennmantest\Desktop\Canvas.url)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.Canvashide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    AttributesTarget type URL 
    Shortcut path C:\Users\kennmantest\Desktop\Canvas.url 
    Target URL http://crcsd.instructure.com 
    Shortcut key None 
    Run Normal window 
    Shortcut (Path: C:\Users\kennmantest\Desktop\Word 2013.lnk)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.Word 2013hide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    AttributesTarget type File system object 
    Shortcut path C:\Users\kennmantest\Desktop\Word 2013.lnk 
    Target path C:\Program Files (x86)\Microsoft Office\Office15\WINWORD.EXE 
    Icon path C:\Program Files (x86)\Microsoft Office\Office15\WINWORD.EXE 
    Icon index 0 
    Shortcut key None 
    Run Normal window 
    Shortcut (Path: C:\Users\kennmantest\Favorites\Links\PowerSchool.url)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.PowerSchoolhide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    AttributesTarget type URL 
    Shortcut path C:\Users\kennmantest\Favorites\Links\PowerSchool.url 
    Target URL http://pscr.gwaea.org 
    Shortcut key None 
    Run Normal window 
    Shortcut (Path: C:\Users\kennmantest\Favorites\Links\Office 365.url)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.Office 365hide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    AttributesTarget type URL 
    Shortcut path C:\Users\kennmantest\Favorites\Links\Office 365.url 
    Target URL https://crdistrict-my.sharepoint.com/ 
    Shortcut key None 
    Run Normal window 
    Shortcut (Path: C:\Users\kennmantest\Desktop\PowerSchool.url)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.PowerSchoolhide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    AttributesTarget type URL 
    Shortcut path C:\Users\kennmantest\Desktop\PowerSchool.url 
    Target URL http://pscr.gwaea.org 
    Shortcut key None 
    Run Normal window 
    Shortcut (Path: C:\Users\kennmantest\Desktop\Shortcuts.lnk)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.Shortcutshide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    AttributesTarget type File system object 
    Shortcut path C:\Users\kennmantest\Desktop\Shortcuts.lnk 
    Target path \\DIST-AP1.crcsd.abc\Dist-std-apps\Mandatory\Kennedy\Shortcuts 
    Shortcut key None 
    Run Normal window 
    Shortcut (Path: C:\Users\kennmantest\Desktop\PowerPoint 2013.lnk)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.PowerPoint 2013hide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    AttributesTarget type File system object 
    Shortcut path C:\Users\kennmantest\Desktop\PowerPoint 2013.lnk 
    Target path C:\Program Files (x86)\Microsoft Office\Office15\POWERPNT.EXE 
    Icon path C:\Program Files (x86)\Microsoft Office\Office15\POWERPNT.EXE 
    Icon index 0 
    Shortcut key None 
    Run Normal window 
    Shortcut (Path: C:\Users\kennmantest\Desktop\Internet Explorer.lnk)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.Internet Explorerhide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    AttributesTarget type File system object 
    Shortcut path C:\Users\kennmantest\Desktop\Internet Explorer.lnk 
    Target path C:\Program Files (x86)\Internet Explorer\iexplore.exe 
    Icon path C:\Program Files (x86)\Internet Explorer\iexplore.exe 
    Icon index 0 
    Shortcut key None 
    Run Normal window 
    Shortcut (Path: C:\Users\kennmantest\Desktop\Office 365.url)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.Office 365hide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    AttributesTarget type URL 
    Shortcut path C:\Users\kennmantest\Desktop\Office 365.url 
    Target URL https://crdistrict-my.sharepoint.com/ 
    Shortcut key None 
    Run Normal window 
    Control Panel Settingshide
    Printershide
    Local Printer (Name: Microsoft XPS Document Writer)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.Microsoft XPS Document Writerhide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    PropertiesName Microsoft XPS Document Writer 
    Port XPSPort 
    Shared printer path Microsoft XPS Document Writer 
    Set this printer as default printer True 
    Shared Printer (Name: \\KENN-PRINT1.crcsd.abc\Kenn-68-1nb)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.Kenn-68-1nbhide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    PropertiesShare Path \\KENN-PRINT1.crcsd.abc\Kenn-68-1nb 
    Set this printer as default printer False 
    Local Port  
    Shared Printer (Name: \\KENN-PRINT1.crcsd.abc\Kenn-220-1nb)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.Kenn-220-1nbhide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    PropertiesShare Path \\KENN-PRINT1.crcsd.abc\Kenn-220-1nb 
    Set this printer as default printer False 
    Local Port  
    Shared Printer (Name: \\KENN-PRINT1.crcsd.abc\Kenn-359-1nb)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.Kenn-359-1nbhide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    PropertiesShare Path \\KENN-PRINT1.crcsd.abc\Kenn-359-1nb 
    Set this printer as default printer False 
    Local Port  
    Shared Printer (Name: \\KENN-PRINT1.crcsd.abc\Kenn-LIMC-1nb)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.Kenn-LIMC-1nbhide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    PropertiesShare Path \\KENN-PRINT1.crcsd.abc\Kenn-LIMC-1nb 
    Set this printer as default printer False 
    Local Port  
    Shared Printer (Name: \\KENN-PRINT1.crcsd.abc\Kenn-73A-1nb)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.Kenn-73A-1nbhide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    PropertiesShare Path \\KENN-PRINT1.crcsd.abc\Kenn-73A-1nb 
    Set this printer as default printer False 
    Local Port  
    Shared Printer (Name: \\KENN-PRINT1.crcsd.abc\Kenn-UIMC-1nc)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.Kenn-UIMC-1nchide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    PropertiesShare Path \\KENN-PRINT1.crcsd.abc\Kenn-UIMC-1nc 
    Set this printer as default printer False 
    Local Port  
    Shared Printer (Name: \\KENN-PRINT1.crcsd.abc\Kenn-210A-1nb)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.Kenn-210A-1nbhide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    PropertiesShare Path \\KENN-PRINT1.crcsd.abc\Kenn-210A-1nb 
    Set this printer as default printer False 
    Local Port  
    Shared Printer (Name: \\KENN-PRINT1.crcsd.abc\Kenn-64BL-1nc)hide
    The following settings have applied to this object. Within this category, settings nearest the top of the report are the prevailing settings when resolving conflicts.Kenn-64BL-1nchide
    Winning GPO Student Mandatory 
    Result: SuccessGeneralhide
    Action Update 
    PropertiesShare Path \\KENN-PRINT1.crcsd.abc\Kenn-64BL-1nc 
    Set this printer as default printer False 
    Local Port  
    Group Policy Objectshide
    Applied GPOshide
    Default Domain Policy [{31B2F340-016D-11D2-945F-00C04FB984F9}]hide
    Link Location crcsd.abc 
    Extensions Configured Registry
    {3060E8D0-7020-11D2-842D-00C04FA372D4} 
    Enforced No 
    Disabled None 
    Security Filters NT AUTHORITY\Authenticated Users 
    Revision AD (18), SYSVOL (18) 
    WMI Filter   
    Lock Games [{6B299CF0-7BD6-4D6B-865D-BBE672CC8A97}]hide
    Link Location crcsd.abc/Special/Student Mandatory 
    Extensions Configured {B1BE8D72-6EAC-11D2-A4EA-00C04F79F83A}
    Registry 
    Enforced No 
    Disabled None 
    Security Filters CRCSD\Dist Lock Games
    CRCSD\Dist Lock IE 
    Revision AD (23), SYSVOL (23) 
    WMI Filter   
    Student Best Practices [{EB53B206-170A-41FB-8960-B67B936C8E22}]hide
    Link Location crcsd.abc/Special/Student Mandatory 
    Extensions Configured Internet Explorer Zonemapping
    Registry
    Folder Redirection 
    Enforced No 
    Disabled None 
    Security Filters NT AUTHORITY\Authenticated Users 
    Revision AD (2), SYSVOL (2) 
    WMI Filter   
    Student Mandatory [{0FA26CC5-C001-4A02-AACE-930581B7A1CF}]hide
    Link Location crcsd.abc/Special/Student Mandatory 
    Extensions Configured Group Policy Shortcuts
    Group Policy Printers
    Group Policy Registry
    Deployed Printer Connections
    Group Policy Drive Maps
    Registry
    Group Policy Infrastructure 
    Enforced No 
    Disabled None 
    Security Filters NT AUTHORITY\Authenticated Users 
    Revision AD (498), SYSVOL (498) 
    WMI Filter   
    Denied GPOshide
    Local Group Policy [LocalGPO]hide
    Link Location Local 
    Extensions Configured   
    Enforced No 
    Disabled None 
    Security Filters   
    Revision AD (0), SYSVOL (0) 
    WMI Filter   
    Reason Denied Empty 
    WMI Filtershide
    Name Value Reference GPO(s) 
    None 
    Jason

  • IPad 1st generation keeps asking to be connected to iTunes every time

    Hi,
    My 2nd iPad (1st generation) keeps asking to be connected every time it wakes up either from turn off or standby. I am really tired of restoring the same stuff again and again. If I am less lucky that day, Apple logo freezes forever until iPad gets so hot.
    Are there any suggestions? I am using latest version of iTunes, tried connecting to Windows PC using different ports and 4 different cables, there are no security conflicts etc or TCP/IP issues.
    Shall I return it to Apple? It is only 7 days that I had this delivered. I do not want to worship to this gadget - want to read my stuff, check my emails and all basic stuff. Tired of recovering 2-3 times a day. Waste of my time.
    Let me know if you have any suggestions.
    Thanks,

    Was searching and trying all kinds of solutions - Apple suggests some very complicated ones as well...
    I was not able to connect to my itunes and/or sync because of it...  I found this in another thread and it solved my issues and everything is working for me now... 
    I found this, easy enough to follow solution that actually worked. in a single user's post in the forums here somewhere.  Can't find it again to say thanks to whoever it was, which prompted me to post it everywhere so everyone else can find it:
    (Note: this is for Windows 8, but the solution for other versions is similar - you might need to try a few other folders, but are still looking for "Apple Device" under "Device Manager".)
    Connect your iPad/iPhone/iPod to your PC
    Go to: Control Panel > Device Manager
    Click on: Portable Devices
    Right click on: Apple iPad/iPhone/iPod > Update Driver Software
    Choose: Browse my computer for driver software.
    Go to: C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers
    Click okay and everything should suddenly work fine again.  (I can't remember if I had to choose "trust" again, but if I did, I only had to do it the once and everything was fixed after that).
    Hope it helps!

  • HT201210 it keeps asking me for a install disk??

    it keeps asking me for an install disk, it says its in recovery mode?

    See:
    iOS: Device not recognized in iTunes for Windows
    I would start with
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    or
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    The message us saying that windows can't find the drivers for the iPod. The are included in iTunes.

  • Apple Software Update keeps asking me to install iCloud for Windows 4.0.2

    Hi...
    Apple Software Update keeps asking me to install iCloud for Windows 4.0.2 but it's already installed!
    I get his reminder nearly every time I use my PC.
    Anyone any thoughts?
    Thanks...

    http://discussions.apple.com/thread.jspa?threadID=2213639&tstart=0
    http://discussions.apple.com/thread.jspa?threadID=2229227&tstart=0
    The solution is to delete /Library/Printers/hp/Frameworks/HPSmartX.framework and re-install the HP package once.

  • HT4623 MY i phone 5 wont let me download apps etc it just keeps asking for my apple id password?

    Juat got my i phone 5 today and have opened an apple accout but it wont let me download apps etc just keeps asking for a password over and over again???

    Try This...
    Close All Open Apps... Sign Out of your Account...  Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

  • I can't understand apple teminology - what is the difference between a keychain and a password - why does my mac keep asking me to type in the keychain - I don't know what it is or when it was created!!!

    I can;t understand the apple terminology - what is a keychain and how is it different to password?  When I set a new password it keeps asking me for the login keychain.  None of my passwords work for it and I don't know when it would have been created.

    A "keychain" is a secure database in which passwords are stored in an encrypted format to prevent unauthorized discovery of your passwords. Think of it like a bank safe deposit box in which you can safely store your passwords.
    If you have a problem with your keychain then perhaps you have not changed the passwords correctly or need to repair your keychain. You might try:
    Assuming that you are using a recent build of OS X, go to /Applications/Utilities and launch the app called Keychain Access. Go to the Window pulldown menu and select "Keychain First Aid". Enter your password, set the radio button to "Repair", and click "Start".

Maybe you are looking for