User setup wizzard after install

So I'm using mdt 2013. After the installation is complete and the computer restarts I get asked to create a user account. I enter a name and setup finished normally.  I don't want to create a user account. If I have me unattend file setup correctly
it should just use the local Administrator account and logon automatically.  
Here is my unattended file
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
<ImageInstall>
<OSImage>
<WillShowUI>OnError</WillShowUI>
<InstallTo>
<DiskID>0</DiskID>
<PartitionID>1</PartitionID>
</InstallTo>
<InstallFrom>
<Path>.\Operating Systems\Windows 7 x64\Sources\install.wim</Path>
<MetaData>
<Key>/image/index</Key>
<Value>3</Value>
</MetaData>
</InstallFrom>
</OSImage>
</ImageInstall>
<UpgradeData>
<Upgrade>false</Upgrade>
</UpgradeData>
<Display>
<ColorDepth>16</ColorDepth>
<HorizontalResolution>1024</HorizontalResolution>
<RefreshRate>60</RefreshRate>
<VerticalResolution>768</VerticalResolution>
</Display>
<ComplianceCheck>
<DisplayReport>OnError</DisplayReport>
</ComplianceCheck>
<UserData>
<AcceptEula>true</AcceptEula>
<ProductKey>
<Key>FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4</Key>
</ProductKey>
</UserData>
</component>
<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SetupUILanguage>
<UILanguage>en-US</UILanguage>
</SetupUILanguage>
<InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale>
</component>
</settings>
<settings pass="generalize">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DoNotCleanTaskBar>true</DoNotCleanTaskBar>
<RegisteredOrganization>Mid Rogue IPA</RegisteredOrganization>
<RegisteredOwner>Mid Rogue IPA</RegisteredOwner>
</component>
</settings>
<settings pass="specialize">
<component name="Microsoft-Windows-UnattendedJoin" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
<Identification>
<Credentials>
<Username></Username>
<Domain></Domain>
<Password></Password>
</Credentials>
<JoinDomain>mripa</JoinDomain>
<JoinWorkgroup></JoinWorkgroup>
<MachineObjectOU></MachineObjectOU>
</Identification>
</component>
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
<ComputerName></ComputerName>
<ProductKey>FJ82H-XT6CR-J8D7P-XQJJ2-GPDD4</ProductKey>
<RegisteredOrganization>Mid Rogue IPA</RegisteredOrganization>
<RegisteredOwner>Mid Rogue</RegisteredOwner>
<DoNotCleanTaskBar>true</DoNotCleanTaskBar>
<TimeZone>Pacific Standard Time</TimeZone>
<ShowWindowsLive>false</ShowWindowsLive>
<DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
</component>
<component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Home_Page>about:blank</Home_Page>
<BlockPopups>no</BlockPopups>
<CompanyName>Mid Rogue IPA</CompanyName>
<DisableFirstRunWizard>true</DisableFirstRunWizard>
<DisableWelcomePage>true</DisableWelcomePage>
</component>
<component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RunSynchronous>
<RunSynchronousCommand wcm:action="add">
<Description>EnableAdmin</Description>
<Order>1</Order>
<Path>cmd /c net user Administrator /active:yes</Path>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Description>EnableAdmin_ploc</Description>
<Order>2</Order>
<Path>cmd /c net user Administrator_ploc /active:yes</Path>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Description>UnfilterAdministratorToken</Description>
<Order>3</Order>
<Path>cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v FilterAdministratorToken /t REG_DWORD /d 0 /f</Path>
</RunSynchronousCommand>
</RunSynchronous>
</component>
<component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale>
</component>
<component name="Microsoft-Windows-TapiSetup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<TapiConfigured>0</TapiConfigured>
<TapiUnattendLocation>
<AreaCode>""</AreaCode>
<CountryOrRegion>1</CountryOrRegion>
<LongDistanceAccess>9</LongDistanceAccess>
<OutsideAccess>9</OutsideAccess>
<PulseOrToneDialing>1</PulseOrToneDialing>
<DisableCallWaiting>""</DisableCallWaiting>
<InternationalCarrierCode>""</InternationalCarrierCode>
<LongDistanceCarrierCode>""</LongDistanceCarrierCode>
<Name>Default</Name>
</TapiUnattendLocation>
</component>
<component name="Microsoft-Windows-SystemRestore-Main" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DisableSR>1</DisableSR>
</component>
</settings>
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
<UserAccounts>
<AdministratorPassword>
<Value>dwBAAHIATQBhAGMAaAAxAG4AMwBBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByAFAAYQBzAHMAdwBvAHIAZAA=</Value>
<PlainText>false</PlainText>
</AdministratorPassword>
</UserAccounts>
<AutoLogon>
<Enabled>true</Enabled>
<Username>Administrator</Username>
<Domain>.</Domain>
<Password>
<Value>UABhAHMAcwB3AG8AcgBkAA==</Value>
<PlainText>false</PlainText>
</Password>
<LogonCount>999</LogonCount>
</AutoLogon>
<Display>
<ColorDepth>32</ColorDepth>
<HorizontalResolution>1024</HorizontalResolution>
<RefreshRate>60</RefreshRate>
<VerticalResolution>768</VerticalResolution>
</Display>
<FirstLogonCommands>
<SynchronousCommand wcm:action="add">
<CommandLine>cscript.exe C:\MININT\Scripts\LiteTouch.wsf /start</CommandLine>
<Description>Lite Touch new OS</Description>
<Order>1</Order>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>cscript.exe D:\MININT\Scripts\LiteTouch.wsf /start</CommandLine>
<Description>Lite Touch new OS</Description>
<Order>2</Order>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>cscript.exe E:\MININT\Scripts\LiteTouch.wsf /start</CommandLine>
<Description>Lite Touch new OS</Description>
<Order>3</Order>
</SynchronousCommand>
<SynchronousCommand wcm:action="add">
<CommandLine>cscript.exe F:\MININT\Scripts\LiteTouch.wsf /start</CommandLine>
<Description>Lite Touch new OS</Description>
<Order>4</Order>
</SynchronousCommand>
</FirstLogonCommands>
<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Work</NetworkLocation>
<ProtectYourPC>1</ProtectYourPC>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<RegisteredOrganization>Mid Rogue IPA</RegisteredOrganization>
<RegisteredOwner>Mid Rogue</RegisteredOwner>
<TimeZone></TimeZone>
</component>
<component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<InputLocale>0409:00000409</InputLocale>
<SystemLocale>en-US</SystemLocale>
<UILanguage>en-US</UILanguage>
<UserLocale>en-US</UserLocale>
</component>
</settings>
<settings pass="offlineServicing">
<component name="Microsoft-Windows-PnpCustomizationsNonWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DriverPaths>
<PathAndCredentials wcm:keyValue="1" wcm:action="add">
<Path>\Drivers</Path>
</PathAndCredentials>
</DriverPaths>
</component>
</settings>
<cpi:offlineImage cpi:source="wim://siwds02/deploymentshare$/operating%20systems/windows%207%20x64%20sp1/sources/install.wim#Windows 7 PROFESSIONAL" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

If you want the Local Administrator account to autologin and stay logged in, then you would need to assign the Local Administrator account to the OOBE (Out-of-Box Experience) configuration pass.

Similar Messages

  • Can't get past setup assistant after installing leopard...

    i am having trouble getting past the setup assistant after installing leopard on my other computer which is a 1.25 ghz G4 desktop. Everything seems to be going fine then the setup assistant comes up and i go through the exercise of filling it out and at the end it says click on done and then you can use the computer. unfortunately it goes right back into the setup assistant like i had never gone there before. it is in some kind of loop. would it be wise to reinstall leopard? if so, does it know that it was installed already and rewrite over the first install? or is there something else i may try. i tried resetting the PRAM and some other things recommended but nothing seems to work. any help will be appreciated.
    thanks in advance...

    mr_magicman,
    I can imagine how frustrating this must be for you. It sounds like you went for the (default) Upgrade option.
    Okay, how about trying this:
    1. With the *OS X 10.5 Install Disk 1* still in the bay, Restart your computer. Without access to menus, you'll have to use the power switch to turn it off. +[Alternatively, if you do have access to menus, select the Restart command (in the Apple menu) — always the preferred method.]+
    2. If you're using the power switch method, here, wait about 10 - 15 seconds then depress the power switch again for about 5 full seconds (or until you hear the computer come back to life). +[Alternatively, if you had selected the Restart command in Step 1, the computer will start up again on its own.]+ *Either way, as the computer starts up, press and keep pressing, the Mouse until the disk ejects.* By the way, if you're using a Mighty Mouse with a left and right option, press down on the left side only. Hopefully this will get you out of the loop caused by your Install DVD remaining in the drive.
    Finally, to be fair to you, I must tell you that there's a more suitable Forum for your particular kind of problem, viz., *Installation and Setup* (http://discussions.apple.com/forum.jspa?forumID=1219) I recommend you check out the questions/answers in that Forum in case your question has already been asked and answered.
    PS. If you do re-post your question in that Forum, don't forget to mention whether or not you internal hard disk has been backed up.
    GOOD LUCK!
    Bill

  • User folder invisible after installing OS 10.9.3

    Immediately after installing OS 10.9.3 my user folder became invisible on both my iMac and my MacBookPro.  Several applications that needed to access files within this folder became unusable.  Withou any reference to this apparent bug, Apple quietly fixed the problem in the latest iTunes update 11.2.1.  Thanks for quickly fixing a problem that was causing me a lot of grief.

    Immediately after installing OS 10.9.3 my user folder became invisible on both my iMac and my MacBookPro.  Several applications that needed to access files within this folder became unusable.  Withou any reference to this apparent bug, Apple quietly fixed the problem in the latest iTunes update 11.2.1.  Thanks for quickly fixing a problem that was causing me a lot of grief.

  • Windows setup error after installing new hard drive

    My hard drive failed. After installing the new hard drive and running the recovery disks, I get an error that says windows setup could not configure windows to run on this hardware. The new HD is basically the same as the one originally in my HP Touchsmart
    600-1155 PC. 

    Hi Hpygram,
    Please share more details about this issue.
    1. What option did you choose when you use the recovery disks?
    2. Did you perform the clean installation?
    If you meet this error message when you  perform the clean installation, please refer to the following KB for more details.
        “Windows Setup could not configure Windows on this computer’s hardware” installation error on a Windows 7-based or a Windows Server 2008 R2-based computer
    http://support.microsoft.com/kb/2466753
    • Check if the hard drive you are installing to is an "Advanced Format" disk.
    • Check your setuperr.log and setupact.log to see if the error are related to your drivers.
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Stuck in user/password loop after installing Leopard

    Hi, I might not have described the symptoms properly earlier. After a successful installation the computer asks for my password whilst starting up. I give it, the computer accepts it, but then returns to the same page after a few seconds. It just loops back to this page over and over again. Any help wold be very appreciated.

    Tollgard wrote:
    Thanks. I had found that page but I don't think I've understood it properly. I have a successful install using the archive and install keeping all the settings, which is what this page recommends as a solution but I am still stuck in the password/user loop. Suggestion?
    You might try booting into the Leopard DVD and in the menu, select reset password.
    See if that helps

  • User creation error after installing Local portal

    Hi Everyone,
    I am presently running ECC 600, with Netweaver nw04s and J2E engine.
    I have installed MSSQL and then the J2E engine. I have also activated the SAP* superuser account.
    I would like to create users now. When i logon with SAP*, a register link appears on the portal logon page. When I click, it gives me a message telling me that "You are not authorized to perform this action. Contact your system administrator".
    What should I be checking/activating in the setings in order to be allowed to create new users with SAP* account.
    Thank you.

    What is the datasource you are using?
    If your default datasouce is ABAP..then assign SAP_J2EE_ADMIN to the user ID for User administration and make sure that your sapjsf ID has the roles SAP_BC_JSF_COMMUNICATION in ABAP stack.
    Try out these links. It may be helpful.
    http://help.sap.com/saphelp_nw70/helpdata/en/ce/3ba49112f044509fcd46a2e90fe6ec/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/ce/3ba49112f044509fcd46a2e90fe6ec/frameset.htm

  • How Make TS local User Profile After Install Windows 7 without Domain

    Hi,
    I make TS to install Windows 7 Is success But after finish install i cannot login
    If something need to add TS user local profile after install Windows 7 Without Join the Domain And make the user Administrator LocalGroup
    Thank for Help

    Let's start with the fact that you are missing a key element in your task sequence. You need to have the step
    Setup Windows and ConfigMgr to perform the transition from Windows PE to the new operating system. This task sequence step is a required part of any operating system deployment. It installs the Configuration Manager client into the new operating
    system and prepares for the task sequence to continue execution in the new operating system. See also for more information:
    http://technet.microsoft.com/en-us/library/hh846237.aspx#BKMK_SetupWindowsandConfigMgr
    About your screenshots:
    With the first screenshot you not enabling the local administrator. Is that what you want?
    With the second screenshot your only creating a user account and not adding it to the local administrators group. That would need an additional action like this
    cmd.exe /c net localgroup /add administrators User01.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Jumpy mouse and shut-downs on G4 mirror door when putting to sleep or just random shut down after install of new 2nd internal WD IDE 320 gig hard drive, OS 10.4.11, orig HD is WD 80, RAM = 2 gig.  Help!

    Jumpy mouse and shut-downs on G4 mirror door when putting to sleep or just random shut down, is now occuring after install of new 2nd internal WD IDE 320 GB hard drive, running OS 10.4.11, orig HD is WD 80 GB, RAM = 2 gig.  Help!

    Hi Ted,
    At this point I think you should get Applejack...
    At this point I think you should get Applejack...
    http://www.macupdate.com/info.php/id/15667/applejack
    Ignore the MacKeeper ad no matter what else you decide.
    After installing, reboot holding down CMD+s, (+s), then when the DOS like prompt shows, type in...
    applejack AUTO
    Then let it do all 6 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    The 6 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.
    Trash old Log files.
    First reboot will be slower, sometimes 2 or 3 restarts will be required for full benefit... my guess is files relying upon other files relying upon other files! :-)
    Disconnect the USB cable from any Uninterruptible Power Supply so the system doesn't shut down in the middle of the process.
    Just sits there occupying very little space & never interfering, unless you need to invoke it in Single User Mode.
    After installing, reboot holding down CMD+s, (+s), then when the DOS like prompt shows, type in...
    applejack AUTO
    Then let it do all 6 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    The 6 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.
    Trash old Log files.
    First reboot will be slower, sometimes 2 or 3 restarts will be required for full benefit... my guess is files relying upon other files relying upon other files! :-)
    Disconnect the USB cable from any Uninterruptible Power Supply so the system doesn't shut down in the middle of the process.
    Just sits there occupying very little space & never interfering, unless you need to invoke it in Single User Mode.

  • After installing Lion 10.7.2, user login can't identify password with Filevault 2 activeted

    Hello. I used Filevault 2 until last update of Lion, 10.7.2, because it don't let me logging in...as if unaware the password, but password recovery fortunatly!
    Ok, then I've changed password and the suggestion. After reboot the problem persists and it seems the changes have not been applied, suggestion sentence was the same...
    I think very much that this issue is a bug of Lion updating.
    Can anybody help me? Or do I (we) wait an other update?

    Thanks a lot for this hint: it helped me solve the same problem, but there is a prerequisite in order to have that small menu appear on the the upper right corner of the (very) grey login screen I get after installing Filevault 2:
    See this discussion :
    https://discussions.apple.com/message/16826273#16826273
    -> you have to enable that menu on the login screen: go to System Preferences -> Users and Groups -> Options -> Check the 2nd option "Display the Input Menu on the login screen " (that's a translation of the French "Afficher le menu Saisie dans la fenêtre d'ouverture de session")
    This grey screen isn't the normal one with a background image I had after a normal boot.
    Problem description:
    My setup: Mac Pro 2008, French numerical keyboard, Mac OS 10.7.3.
    The problem appeared after switching from Filevault 1 (user environment encrypted) to Filevault 2 Full Disk Encryption.
    My keyboard wasn't recognized properly: it defaulted to a US all caps layout. I had to use the recovery key to log in.
    Hope this helps other,
    Paul-Henri
    Message was edited by: phlampe: added instructions to check the option

  • BIOS setup menu is missing in my G580 after installing fedora....

    Dear sir,
    I bought a Lenovo G580 [59337032] laptop about a month ago.
    It had no OS installed. I installed Fedora 17 in it.
    But after installing Fedora, I can't be able to access the BIOS setup menu by pressing F2.
    And also my boot order rearranged.
    While pressing F12 during boot, the boot devices list appears.
    But the first entry is Fedora, 2nd is Ethernet, 3rd is HDD, 4th is DVD drive.
    I found a similar problem in this forum. But the solution [disconnect the HDD and press F2 during boot]
    of that problem did not work in my case.
    I also deleted the recovery partion of lenovo.
    My BIOS version is 62CN34WW
    How can I fix my BIOS? 
    Now my OS is Windows7.

    Dear Sirs!
    Have the absolutely same problem with one difference - installed OS was Ubuntu 9.04.
    According to recomendation HDD mode was setted as "сompatible" (IDE). After rearranging
    disk to 3 parts: /, /swap and /user/home and setting up system I have find that BIOS setup
    are unaccessible and system won't boot up (Non system disk error).
    From LiveCD and USB, both Ubuntu and Windows XP SP3 system boots and work fine,
    HDD read/write accesible.
    Local serviceman told, that they have no possibility to reprogram BIOS flash by themselves
    and it will take 2-3 month to obtain new motherboard or whole laptop for exchange. This is
    absolutely unacceptable for me, because my job depends on the health of the laptop.
    Laptop Lenovo G580, BIOS version 62CN34WW
    Thanks in advance for cooperation!

  • My app store is not working after installing mavericks. When I open app store it repeatedly asking me to login with apple ID and to provide User name and Password for proxy authentication in a loop.I am a newbie to mac,Please help me.

    My app store is not working after installing mavericks. When I open app store it repeatedly asking me to login with apple ID and to provide User name and Password for proxy authentication in a loop.I am a newbie to mac,Please help me.

    Hmmmm... would appear that you need to be actually logged in to enable the additional menu features.
    Have you tried deletting the plists for MAS?
    This page might help you out...
    http://www.macobserver.com/tmo/answers/how_to_identify_and_fix_problems_with_the _mac_app_store
    Failing that, I will have to throw this back to the forum to see if anyone else can advise further.
    Let me know how you get on?
    Thanks.

  • Numbers does not open with the main user after installing mountain lion. It works flawlessly when I use the second account on my mac. What got corrupted in the admin-account, something in the user-library? How can I fix it? I´m kinda desperate...

    Numbers does not open with the main user after installing mountain lion. It works flawlessly when I use the second account on my mac. What got corrupted in the admin-account, something in the user-library? How can I fix it? I´m kinda desperate... (the same happens with the other iWork-Apps!)
    Looking forward to hearing from somebody with a littlemore expertise than me, Chris

    you can remove preferences files by navigating to the Preferences folder for your user as follows:
    0) Quit ALL iWork apps (Keynote, Pages and Numbers)
    1) from the Finder select the menu item "Go > Go To Folder…".  This will bring up a dialog:
    2) enter the path "~/Library/Preferences" (no double quotes)
    3) find the files:
    com.apple.iWork.Keynote.plist
    com.apple.iWork.Numbers.plist
    com.apple.iWork.Pages.plist
    and move these to the trash.  I would NOT empty until later.
    4) restart Numbers

  • I need to setup 7800 Series IP Phones in the CUCM 8.6.2 which by default are not support but will work after install the software. Anyone have document from Cisco as I remember I seen once before.

    I need to setup 7800 Series IP Phones in the CUCM 8.6.2 which by default are not support but will work after install the software. Anyone have document from Cisco as I remember I seen once before.

    Hi Ali,
    I'll just add this reference to the good tips from my friend Manish (+5)
    Support for the 7800 series in CUCM 8.6.2 was first added with this
    Device Pack;
    Cisco Unified Communications Manager
    Device Package 8.6(2)(24104-1)Release Notes
    Cisco Unified Communications Manager Device Package Release 8.6(2)
    adds support for the Cisco IP Phones
    7821, 7841, and 7861 running SIP firmware release 10.1(1).
    The steps are in this doc
    http://www.cisco.com/web/software/282074299/107528/cmterm-devicepack-8.6.2.24104-1_Readme.pdf
    You might as well install the latest 8.6.2 Device pack
    cmterm-devicepack8.6.2.24112-1.cop.sgn
    Cheers!
    Rob
    "Seek it out and ye shall find  " 
    - OneRepublic

  • After installing Mountain Lion, why is there Yahoo access for one user but not another?--both are administrators.

    After installing Mountain Lion, why is there Yahoo access for one user but not another?--both are administrators.

    We've had several instances where we have had to run chkdsk on arrays with over 1m files. Average completion time is approximately 72 hours. The maximum downtime window they have available is the 64 hour weekend window. File sizes and number of files were
    much smaller then than they are now.
    The idea, in theory, was to use VHDs to compartmentalize the data into smaller volumes which could be more easily managed. It would also improve performance when transferring these compartments of data as they would use sequential read/write rather than
    fragmented/random. This idea was never fleshed out in entirety, they don't split data up into little containers, but simply into big ones per project. Hence the 11m files in one container that I am currently trying to diagnose.
    Some other important facts: The VHD in question is mounted in B:/project/ as this server also allows remote workers to log in, but they are restricted to see only data in E:. Disks A-D are hidden via group policy.
    Update: icacls is failing on a large number of files within this dataset. I counted the path characters to ensure it wasn't the 255 character limit I was encountering and verified that the paths being blocked are only about 150 characters long. Once it finishes,
    I'll have to try taking ownership and then re-running it. At this point I still have no idea how long to expect. I'm running out of time as the environment will be in use again at 9AM tomorrow morning.

  • Why is that I am not able to update iPhoto after install os x yosemite?  is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled.

    "This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled"  iPhoto is gone after installing to OS X Yosemite.  Where did it go and how do i get all my pictures back ??
    HELP !!!

    "This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled"  iPhoto is gone after installing to OS X Yosemite.  Where did it go and how do i get all my pictures back ??
    HELP !!!
    Did you upgrade to Yosemite, without first updating to iPhoto 9.5.1 in Mavericks? Then updating to 9.6 may not work - it is buggy at the moment.
    If you already own a version of iPhoto 9.x.x, but cannot update iPhoto, try to buy a new version.  When I look at the AppStore, the price has now changed to "Free", so it should not matter if you buy again or update.
    Delete iPhoto from Applications, but do not empty the Trash.
    Go to the first page of the App Store and sign in with your AppleID.
    Search for "iPhoto" using the Search field.
    What does the button below the iPhoto icon show? If it is showing "Free" like for me, click "free" to purchase again.

Maybe you are looking for

  • Can't open .ircp saved projects in Speedgrade CC

    After saving a project in Speedgrade, I'll try and reopen the .ircp file and receive this error message:      Error      Expected <      File: /Volumes/HDD_name/EDL_name/Directory_name/Project_name.ircp      Line: 37 Column: 55 It doesn't matter what

  • HT3704 change position of image in table

    How can I fine tune the position of an image in a table? I've got two documents. In one I can go to the inspector mode and presicely set the x and y value. Then I've got the other document, same image, and in the inspector mode, I can't set the x and

  • Term question : carrier-class packet transport

    What does "carrier-class packet transport" mean?  I am thinking maybe its how the heavy hitters (XO, SBC, Level 3) move packets on the internet, but I am guessing. Thanks Jimmy

  • How can I accept the Software License Agreement?

    I have a Mac. I have had CS5 Design Premium Teacher and Student Edition for the last four years. A few weeks ago, I could no longer open up my product. Instead, a Software License Agreement popped up with the Adobe Application Manager. After I click

  • Photoshop Elements 12 and Elements 12 Organizer Uninstall File(s)

    I have Photoshop Elements 12 and Elements 12 Organizer and somehow deleted the uninstall file(s). I have upgraded to Photoshop Elements 13 but can't delete Photoshop 12 without the uninstall files.