PC Settings won't launch Windows 8.1 Pro

This happens only my user account. I open PC Settings and the Splash screen shows then minimizes itself and nothing happens.
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.
I tried this command
C:\WINDOWS\system32>powershell -ExecutionPolicy Unrestricted Add-AppxPackage -Di
sableDevelopmentMode -Register $Env:SystemRoot\ImmersiveControlPanel\AppxManifes
t.xml
And got this result:
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CFE, The package
repository is corrupted.
error -528: Windows cannot process a deployment operation because the package
repository database encountered an ESENT error. Use the Reset Your PC feature
to recover your PC. See the Application event log for messages with ESENT as
the event source for more details.
NOTE: For additional information, look for [ActivityId]
ecbaddd4-43d8-0000-0be2-baecd843d001 in the Event Log or use the command line
Get-AppxLog -ActivityID ecbaddd4-43d8-0000-0be2-baecd843d001
At line:1 char:1
+ Add-AppxPackage -DisableDevelopmentMode -Register
$Env:SystemRoot\ImmersiveContr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
    + CategoryInfo          : NotSpecified: (C:\WINDOWS\Imme...ppxManifest.xml
   :String) [Add-AppxPackage], Exception
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageMa
   nager.Commands.AddAppxPackageCommand
C:\WINDOWS\system32>

Update... the restore failed.
                            mounted images.
WIM COMMANDS:
  /Capture-CustomImage    - Captures customizations into a delta WIM file on a
                            WIMBoot system. Captured directories include all
                            subfolders and data.
  /Get-WIMBootEntry       - Displays WIMBoot configuration entries for the speci
fied disk volume.
  /Update-WIMBootEntry    - Updates WIMBoot configuration entry for the specifie
d disk volume.
  /List-Image             - Displays a list of the files and folders in a
                            specified image.
  /Delete-Image           - Deletes the specified volume image from a WIM file
                            that has multiple volume images.
  /Split-Image            - Splits an existing .wim file into multiple
                            read-only split WIM (SWM) files.
  /Export-Image           - Exports a copy of the specified image to another
                            file.
  /Append-Image           - Adds another image to a WIM file.
  /Capture-Image          - Captures an image of a drive into a new WIM file.
                            Captured directories include all subfolders and
                            data.
  /Apply-Image            - Applies an image.
  /Get-MountedWimInfo     - Displays information about mounted WIM images.
  /Get-WimInfo            - Displays information about images in a WIM file.
  /Commit-Wim             - Saves changes to a mounted WIM image.
  /Unmount-Wim            - Unmounts a mounted WIM image.
  /Mount-Wim              - Mounts an image from a WIM file.
  /Remount-Wim            - Recovers an orphaned WIM mount directory.
  /Cleanup-Wim            - Deletes resources associated with mounted WIM
                            images that are corrupted.
IMAGE SPECIFICATIONS:
  /Online                 - Targets the running operating system.
  /Image                  - Specifies the path to the root directory of an
                            offline Windows image.
DISM OPTIONS:
  /English                - Displays command line output in English.
  /Format                 - Specifies the report output format.
  /WinDir                 - Specifies the path to the Windows directory.
  /SysDriveDir            - Specifies the path to the system-loader file named
                            BootMgr.
  /LogPath                - Specifies the logfile path.
  /LogLevel               - Specifies the output level shown in the log (1-4).
  /NoRestart              - Suppresses automatic reboots and reboot prompts.
  /Quiet                  - Suppresses all output except for error messages.
  /ScratchDir             - Specifies the path to a scratch directory.
For more information about these DISM options and their arguments, specify an
option immediately before /?.
  Examples:
    DISM.exe /Mount-Wim /?
    DISM.exe /ScratchDir /?
    DISM.exe /Image:C:\test\offline /?
    DISM.exe /Online /?
C:\WINDOWS\system32>dism.exe/online/?
Deployment Image Servicing and Management tool
Version: 6.3.9600.17031
Error: 87
The online/? option is unknown.
For more information, refer to the help by running DISM.exe /?.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
C:\WINDOWS\system32>dism.exe /online /?
Deployment Image Servicing and Management tool
Version: 6.3.9600.17031
Image Version: 6.3.9600.17031
The following commands may be used to service the image:
WINDOWS EDITION SERVICING COMMANDS:
  /Optimize-Image         - Performs specified configurations to an offline
                            image.
  /Set-ProductKey         - Sets the product key of the offline image.
  /Get-TargetEditions     - Displays a list of Windows editions that an image
                            can be upgraded to.
  /Get-CurrentEdition     - Displays the edition of the current image.
  /Set-Edition            - Upgrades an image to a higher edition.
DEFAULT ASSOCIATIONS COMMANDS:
  /Remove-DefaultAppAssociations - Removes the default application associations
                            from a Windows image.
  /Import-DefaultAppAssociations - Imports a set of default application
                            associations to a Windows image.
  /Get-DefaultAppAssociations - Displays the list of default application
                            associations from a Windows image.
  /Export-DefaultAppAssociations - Exports the default application associations
                            from a running operating system.
APPX SERVICING COMMANDS:
  /Set-ProvisionedAppxDataFile - Places custom data into the specified app
                            package (.appx or .appxbundle). The specified
                            application package must already be in the image.
  /Remove-ProvisionedAppxPackage - Removes app packages (.appx or .appxbundle)
                            from the image. App packages will not be installed
                            when new user accounts are created.
  /Add-ProvisionedAppxPackage - Adds app packages (.appx or .appxbundle) to the
                            image and sets them to install for each new user.
  /Get-ProvisionedAppxPackages - Displays information about app packages
                            (.appx or .appxbundle) in an image that are
                            set to install for each new user.
UNATTEND SERVICING COMMANDS:
  /Apply-Unattend         - Applies an unattend file to an image.
DRIVER SERVICING COMMANDS:
  /Remove-Driver          - Removes driver packages from an offline image.
  /Add-Driver             - Adds driver packages to an offline image.
  /Get-DriverInfo         - Displays information about a specific driver
                            in an offline image or a running operating system.
  /Get-Drivers            - Displays information about all drivers in
                            an offline image or a running operating system.
  /Export-Driver          - Export all third-party driver packages from an
                            offline image or a running operating system.
INTERNATIONAL SERVICING COMMANDS:
  /Set-LayeredDriver      - Sets keyboard layered driver.
  /Set-UILang             - Sets the default system UI language that is used
                            in the mounted offline image.
  /Set-UILangFallback     - Sets the fallback default language for the system
                            UI in the mounted offline image.
  /Set-UserLocale         - Sets the user locale in the mounted offline image.
  /Set-SysLocale          - Sets the language for non-Unicode programs (also
                            called system locale) and font settings in the
                            mounted offline image.
  /Set-InputLocale        - Sets the input locales and keyboard layouts to
                            use in the mounted offline image.
  /Set-TimeZone           - Sets the default time zone in the mounted offline
                            image.
  /Set-AllIntl            - Sets all international settings in the mounted
                            offline image.
  /Set-SKUIntlDefaults    - Sets all international settings to the default
                            values for the specified SKU language in the
                            mounted offline image.
  /Gen-LangIni            - Generates a new lang.ini file.
  /Set-SetupUILang        - Defines the default language that will be used
                            by setup.
  /Get-Intl               - Displays information about the international
                            settings and languages.
APPLICATION SERVICING COMMANDS:
  /Check-AppPatch         - Displays information if the MSP patches are
                            applicable to the mounted image.
  /Get-AppPatchInfo       - Displays information about installed MSP patches.
  /Get-AppPatches         - Displays information about all applied MSP patches
                            for all installed applications.
  /Get-AppInfo            - Displays information about a specific installed MSI
                            application.
  /Get-Apps               - Displays information about all installed MSI
                            applications.
PACKAGE SERVICING COMMANDS:
  /Add-Package            - Adds packages to the image.
  /Remove-Package         - Removes packages from the image.
  /Enable-Feature         - Enables a specific feature in the image.
  /Disable-Feature        - Disables a specific feature in the image.
  /Get-Packages           - Displays information about all packages in
                            the image.
  /Get-PackageInfo        - Displays information about a specific package.
  /Get-Features           - Displays information about all features in
                            a package.
  /Get-FeatureInfo        - Displays information about a specific feature.
  /Cleanup-Image          - Performs cleanup and recovery operations on the
                            image.
For more information about these servicing commands and their arguments,
specify a command immediately before /?.
     Examples:
         DISM.exe /Image:C:\test\offline /Apply-Unattend /?
         DISM.exe /Image:C:\test\offline /Get-Features /?
         DISM.exe /Online /Get-Drivers /?
C:\WINDOWS\system32>
C:\WINDOWS\system32>DISM.exe /Online/Cleanup-image /restorehealth
Deployment Image Servicing and Management tool
Version: 6.3.9600.17031
Error: 87
The online/cleanup-image option is unknown.
For more information, refer to the help by running DISM.exe /?.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
C:\WINDOWS\system32>DISM.exe /Online /Cleanup-image /?
Deployment Image Servicing and Management tool
Version: 6.3.9600.17031
Image Version: 6.3.9600.17031
/Cleanup-Image /RevertPendingActions
  WARNING! You should use the /RevertPendingActions option only in a
  system-recovery scenario to perform recovery operations on a Windows image
  that did not boot.
    Example:
      DISM.exe /Image:C:\test\offline /Cleanup-Image /RevertPendingActions
/Cleanup-Image /spsuperseded [/hidesp]
  Use /SPSuperseded to remove any backup files created during the installation
  of a service pack. Use /HideSP to prevent the service pack from being listed
  in the Installed Updates for the operating system.
  WARNING! The service pack cannot be uninstalled after the /SPSuperseded
  operation is completed.
    Example:
      DISM.exe /Image:C:\test\offline /Cleanup-Image /spsuperseded /hidesp
/Cleanup-Image {/CheckHealth | /ScanHealth | /RestoreHealth}
  Use /CheckHealth to check whether the image has been flagged as corrupted
  by a failed process and whether the corruption can be repaired.
  Use /ScanHealth to scan the image for component store corruption.
  Use /RestoreHealth to scan the image for component store corruption, and
  then perform repair operations automatically.
  Use /Source with /RestoreHealth to specify the location of known good
  versions of files that can be used for the repair. For more information on
  specifying a source location, see
  http://go.microsoft.com/fwlink/?LinkId=243077.
  Use /LimitAccess to prevent DISM from contacting WU/WSUS.
    Example:
      DISM.exe /Online /Cleanup-Image /ScanHealth
      DISM.exe /Image:c:\offline /Cleanup-Image /RestoreHealth
      /Source:c:\test\mount
/Cleanup-Image /StartComponentCleanup [/ResetBase]
  Use /StartComponentCleanup to clean up the superseded components and reduce
  the size of the component store. Use /ResetBase to reset the base of
  superseded components, which can further reduce the component store size.
  WARNING!  The installed Windows Updates cannot be uninstalled after the
  /StartComponentCleanup with /ResetBase operation is completed.
    Example:
      DISM.exe /Image:C:\test\offline /Cleanup-Image /StartComponentCleanup
/Cleanup-Image /AnalyzeComponentStore
  Use /AnalyzeComponentStore to create a report of the WinSxS component store.
  For more information about the WinSxS report and how to use the information
  provided in the report, see
  http://go.microsoft.com/fwlink/?LinkId=293367.
    Example:
      DISM.exe /Image:C:\test\offline /Cleanup-Image /AnalyzeComponentStore
C:\WINDOWS\system32>DISM.exe /Online /Cleanup-image /Restorehealth
Deployment Image Servicing and Management tool
Version: 6.3.9600.17031
Image Version: 6.3.9600.17031
[==========================100.0%==========================]
The restore operation failed. Either the repair source was not found or the comp
onent store cannot be repaired.
Error: 0x800f081f
DISM failed. No operation was performed.
For more information, review the log file.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
C:\WINDOWS\system32>
C:\WINDOWS\system32>
I'm just techie wanna be in Upper Arlington Ohio

Similar Messages

  • ITunes won't launch on my MacBook Pro. The icon just bounces. I restarted my computer and it still won't open. Any suggestions?

    iTunes won't launch on my MacBook Pro. The icon just bounces. I restarted my computer and it still won't open. Any suggestions?

    Try redownloading it from:
    http://www.apple.com/itunes/download
    If you need further assistance on this thread, tell us the OS X version you are running on your MacBook Pro, and the iTunes version number.

  • Indesign CS5 won't launch on new MB Pro 10.8

    After migrating Creative Suite 5 Premium from Mac OS X 10.6.8 to new Macbook Pro 10.8.5 Indesign won't launch while all other components do. I've posted the crash report at http://pastebin.com/JrVw4Sm4. Can anyone help with this problem?
    I've already browsed the forum but didn't really got a clue how to sort it out. The original software was downloaded from adobe.subscribenet.com three years ago and doesn't seem to be available anymore for reinstallation. Product keys are in place...
    Any help would be much appreciated!

    Thanks for your replies.
    @Ankit:
    Tried and removed the SING Datastore but still doesn't work.
    @Salah
    Updating also didn't work.
    @Bob
    I would have tried new installation but unfortunately don't have access to the original media installed from an electronic download. All I want to do is moving all applications from an old 13" MB Pro 10.6.8 to a new 10.8.5 and make sure they run within the new system before cleaning up the old one. Any idea what the specific problem is with InDesign since all other applications are running smoothly?

  • FCP won't launch on new Mac Pro Tower

    I just got a new Mac Pro Tower and installed Final Cut Studio, but Final Cut Pro won't launch. It just hangs on the opening splash screen and I can't even force quit out of it. Same thing happens if I try to open an FCP project. I have run all the updates, trashed prefs, etc.
    Any ideas?

    OK....so I think I found the problem even though it makes no sense to me. It seems that if I have my DVCam deck (which is connected via a 4-pin firewire to 9-pin firewire cable) powered on while I try to launch FCP, it causes FCP to hang on the splash screen. If I turn the deck off, and launch FCP, it launches perfectly.....and it continues to work after I power the deck on. Very bizarre behavior but I have tested it about 5 times now and it works fine when the deck is powered off and hangs when the deck is powered on. Anybody else have a simliar issie?

  • Captivate 7 won't launch (Windows 7)

    Having installed Captivate 7 (64-bit) on Windows 7, I've found the program won't actually open. Launching it asks for the Adobe ID, while the program flashes up for a second in the background. Having entered the ID, nothing happens. Trying to launch again just performs the same process, with the program itself never actually loading. Tried uninstalling and putting the 32-bit version on instead, but the same thing happens. This installation has been tried on three different computers (all Win 7), with the same result. Any thoughts as to what can be happening?

    I have the 64 bit version and same problem.
    It used to launch. Now my AVG anti-virus program says that at automatically-generated "CP" file in User > AppData > Local > Temp folder has "unknown" moderate risk and must be removed.
    If I scan the folder with AVG, it doesn't find any threats. I have scanned it with a Microsoft tool too but it found no viruses. The file that seems to cause a problem is generated at the time of launch (must be the temporary Captivate file for the session about to begin).
    I can only assume there is an incompatibility issue with a Windows 7 update. If everyone around the world suddenly has this problem, it's likely that, but I don't see many people on this thread.
    I've tried uninstalling and reinstalling Captivate (after asking Adobe if it would be ok, given that I can't open the program to deactivate the license first). Same problem after fresh installation from CD.
    Adobe Captivate team - is anyone following this topic? Some input would be appreciated because the program was not cheap and I cannot find good support.

  • Creative Cloud Won't Launch Windows 7

    Hi, for some reason after using adobe creative cloud for a couple of days it will no longer launch, i don't even get a spinning wheel anymore. The only app that i installed was Lightroom and when i launch that it still will appear but i can no longer access the creative cloud menu/app launcher menu. I have windows 7, 64 bit. I was going to download photoshop but since i cannot access the creative cloud menu i cannot.

    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • HP Pavilion dv7-1175eo Won't launch windows

    When i start the computer up i get to a screen telling me that windows had a problem being launched, and it gives me the option to start in fail-safe mode or start it normally. Neither options works. It's goes as far as showing the initial windows loading screen, but then the screen just goes black and nothing happens. I tried doing a harddrive test but it wouldn't go past 0% and gave an error message. 
    Could this be fixed by doing a system recovery?
    This question was solved.
    View Solution.

    If you have received an error(303/301/3F0/Immenient HDD Failure/Smart DST Error) during Hard Drive Self Test, that confirms a hard drive failure, if covered under Warranty, you may contact HP and have the drive replaced, or purchase a new one.
    The issue cannot be fixed by a System Recovery.

  • Itunes 12 won't launch, windows 7 64 bit

    i had the previous version of itunes, as soon as i updated and opened itunes it opened a pop up box saying 'itunes has stopped working. a problem caused the program to stop working correctly. please close the program'. i have tried almost everything, hopefully,installing, reinstalling, checking for updates, changing user accounts, pening in safe mode, disabling internet,quicktime, removing all softwares relating to apple then reinstalling it, nothing is working, please help me find a solution for this.

    You've possibly tried all of this, but just in case there is something that you've missed that I've noted down somewhere...
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    If the advice above doesn't resolve things you could try this alternate version:
    iTunes 12.1.0.71 for Windows (64-bit - for older video cards) - itunes64setup.exe (2015-01-28)
    which is a 64-bit installer for the 32-bit version of the core application, similar to previous 64-bit releases.
    Or roll back to the previous build:
    iTunes 12.0.1.26 for Windows (32-bit) - iTunesSetup.exe (2014-10-16)
    iTunes 12.0.1.26 for Windows (64-bit) - iTunes64Setup.exe (2014-10-16)
    tt2

  • New T61 won't launch Windows

    Just unpacked my new T61, inserted battery, plugged it in, and turned it on.  The hard disk light flickered for awhile, the screen lightened a bit, and after 30 sec or so there was a bit of music.  But no sign of Windows logon screen, or any indication that the keyboard or pointing devices functioned.  Ctrl+Alt+Del produced no results.  After a long wait, I turned off by pressing and holding the power button.  Two more attempts have produced same results.
    Suggestions?
    Many thanks,
    Tom

    Tom, welcome to the forum,
    doesn't sound good   I guess you're also not seeing a message about interrupting the boot sequence by pressing the blue ThinkVantage button either?
    I'd call sales and declare your T61 as DOA. You could try attaching an external screen and see if that works, not a solution I know. It sounds as the there is a problem with the GPU or cable.
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • Premiere Pro CC 2014 won't launch on new Macbook Pro

    As if Adobe's issues with my new Mac Pro weren't enough, I can't even get Premiere Pro 2014 to launch on my 2 day old, top of the line laptop. I searched this online with no answers in the forums on either this site or Creative Cow.
    Everything is updated. Freshly installed Premiere Pro CC 2014 via the Creative Cloud App. When I launch the App, I get the initial screen with the beach ball and it never opens. My Macbook Pro's fan goes haywire, and no other apps will work (including activity monitor). I have to manually hold down the power button & force shutdown every time.
    I was going to finish up some edits at home over the weekend, but now I have to go back to the office on Sunday & work on my other troubled system. Sooooooooo over these issues with Premeire Pro. Help?

    I am Windows, but some saved Mac links that may help
    -next link says After Effects, but check YOUR permissions !!!
    -http://blogs.adobe.com/aftereffects/2014/06/permissions-mac-os-start-adobe-applications.ht ml
    -Mac 10.9.3 workaround https://forums.adobe.com/thread/1489922
    -more Mac 10.9.3 https://forums.adobe.com/thread/1491469
    -and https://forums.adobe.com/thread/1507936
    -Enable Mac Root User https://forums.adobe.com/thread/1156604
    -more Root User http://forums.adobe.com/thread/879931
    -and more root user http://forums.adobe.com/thread/940869?tstart=0

  • Organizer freezes and Editor won't launch on Win 7 Pro

    I am at my wit's end and I don't have that many wits!  I have now been through two super techs and many techs who had troubleshooted the problem and even reinstalled Elements 10 for the umpteenth time!  I finally can get Organizer to run by using the new short cut I created but Editor refuses to display anything other than a small gray box on the  upper right side of my desktop and a border that is missing a substantial amount of pieces!  Any suggestions will be greatly appreciated!

    Hi,
    Please try couple of probable solutions as mentioned below:
    Solution 1:
    1. Close Elements.
    2. Launch the Photoshop Elements Welcome Screen and hold down ctrl + alt + shift as you click Editor.
    3. Continue to hold the keys until you see a message box asking if you want to delete Photoshop Elements settings file; click Yes. Elements will open with default preferences.
    Solution 2: In case any network printer is attached try to launch without network or printer uninstall or make different printer as default.
    Solution 3: Try launching with anti-virus off or removing PSE from conflicting list.
    Solution 4:
    On the drive on which you have installed PSE,on my machine it is on C:
    Go  to C:\Program Files\Adobe\Photoshop Elements  10\Locales\<locale>\Plug-Ins\Import-Exportand you will find twain  plug-in. Remove that plug-in from that location and copy it somewhere  else.
    Now launch PSE and check if it works.

  • Bootpicker Won't Boot Windows on MacBook Pro

    +We use bootpicker on iMacs, MacBooks, Minis and haven't had any problems until now. Suddenly the late 2008 MacBook Pro won't boot into Windows from bootpicker.+
    +It's exactly the same problem described in this archived post that I've quoted below. Same log message as well.+
    +Anyone found a solution for this?+
    *Bootpicker doesn't reboot automatically on Windows selection*
    Posted: Oct 17, 2008 3:00 PM
    Hi all! Yesterday I installed Bootpicker (2.1.2) which now is provided by Apple (http://www.apple.com/education/it/bootpicker/) to select between Mac OS X 10.5 and Windows (Boot Camp).
    It works fine except following: The Bootpicker menu is displayed after loading Mac OS X directly before Mac OS's login dialog. When I pick Mac OS the Mac OS login dialog is displayed - fine. When I select Windows, also the Mac OS login dialog is displayed. I had expected that in this case Bootpicker will automatically reboot the machine to start up from the Windows partition. Instead I have to manually select the reboot button in the login dialog.
    I think there is something wrong. The /Library/Logs/bp.log says following:
    17:55:43 BootPicker: Initiating.
    17:55:44 BootPicker: Configuring interface for Windows volume/device: /dev/disk0s3
    17:55:46 BootPicker: User chose Windows.
    17:55:46 BootPicker: Bless args: (
    "--device",
    "/dev/disk0s3",
    "--setBoot",
    "--legacy",
    "--nextonly"
    17:55:47 BootPicker: Flagging slice 3
    fdisk: could not open MBR file /usr/standalone/i386/boot0: No such file or directory
    Enter 'help' for information
    fdisk: 1> Partition 3 marked active.
    fdisk:*1> Device could not be accessed exclusively.
    A reboot will be needed for changes to take effect. OK? [n] Writing MBR at offset 0.
    fdisk: 1> 17:55:47 BootPicker: Terminating.
    May be the unsuccessful configuration of the MBR causes the failure? Any other experiences or suggestions?

    I think that the issue might be that there is no boot0 in /usr/standalone/i386. I have had similar issues lately when trying to make a bootable usb memory. I think this is necessary for the legacy option in the bless utility. If some one have a solution for this I would like to know as well.

  • PowerPC Applications won't launch on my MacBook Pro

    Ok, I have absolutely no idea when or how this happened, but whenever I try to launch a PowerPC application on my MacBook Pro, all that happens is the icon shows up in the dock for about a second, bounces, and then disappears. I have a few PowerPC applications that I need to use (such as Word), so I am really hoping someone can tell me how to find out what the problem is and/or how to fix it.
    Thank you in advance for any help!

    I used monolingual recently to eliminate the language files that were taking up space. while I was at it, I got rid of the legacy PPC stuff as well. huge mistake.
    the only way to correct this is to do a complete system backup, and then a reinstall of the OS from the DVD. here's what I found:
    1. ppc apps will run again. no problem there.
    2. all my data was preserved, but that is not guaranteed. back it up.
    3. some apps wouldn't run after the reinstall, so be prepared for some reinstalls there too.
    4. I had updated my mac a few times before the reinstall, so I actually had a newer OS in it than the DVD, so it said it had to back up my old OS and store it in a folder. don't worry: let it do this, then reboot with the reinstalled OS, and run software update.
    use the computer for a few weeks, making sure it's ok. then you can go to the home directory and delete the "old OS" files it created during the reinstall.
    good luck! it's really a simple process. back up. back up. back up.

  • Newly installed logic studio won't launch on my macbook pro

    I just installed Logic Studio on my macbook pro (core 2) and it crashes before it can launch all the way. could this be a conflict with my protools LE software, or Reason? any ideas? thanks.

    Have you downloaded the .01 update for LP8? That should improve things a fair bit. Don't know about the MBox2; might want to their website on that one.
    Cheers

  • Automatic Time Zone Settings won't work on my Macbook Pro OSX 10.6.7

    In Settings, Date & Time, when I attempted to select "Set time zone automatically using your current location", my Macbook Pro attempetd to find location, and after a while it end up with a dialog read "Unable to determine current location at this time"
    I have to disable this feature and use manual selection of my time zone (Indochina Time, Bangkok, Thailand)
    Anyone here have recommendation to make this one work properly?
    \My location service is enabled on y system!
    help please

    I got that problem for several months and used to update my location manually. Today, I got lucky. Try this:
    In Security System Preference pane, General tab, make sure the "Disable Location Services" is unchecked. Then Reset Warnings.  Click OK to allow the service to ask you to use your location every times it'll need it. Now I got the right time zone. Finally!

Maybe you are looking for

  • Book mark icon in Adhoc query?

    Hi, There is an Adhoc query created by the end user.The book mark icon available is not working but the CONTEXT MENU on any of the values is producing the book mark properly.Can just any one help me to find the solution of this? Why BOOK MARK ICON is

  • Fscommand() to open a pdf from cd folder...

    hi, need to open a pdf thats inside a cd: but this doesn't work!? on (release) fscommand("exec", "DOWNLOADS\Elefante.pdf"); the DOWNLOAD folder is on the CD root

  • ILife won't reinstall after archive

    Recently archived system & now iLife will not install. Says error on installation. I have OS 10.3.8 running & have iLife 5 as well as 4, but when I got the error message trying to reinstall 5, I tried 4 & same story. When I try to make a slide show u

  • Can I upgrade from Photoshop CS3 to CS6?

    Can I upgrade from Photoshop CS3 to CS6?

  • Enhancement to QM02/QM11

    Hi experts, While displaying the 'Document flow' with Transaction QM02  by giving 'Notification no.',  and menu path 'extras -> document notifications->document flow ->list', it displays only 2/3 documents. But my user wants me to display all the doc