HT2512 i want better tips to work with mac coz i switch from window computer.i want the website for the help for switching

i used to have window computer and i just like mac and i want you guys help to perform better with mac

This one? http://www.apple.com/support/mac101/
Stedman

Similar Messages

  • Is there an external hard disc that will work with Mac OS10.4.11 and Windows Vista?

    Is there an external hard disc that will work with both Mac (OS10.4.11) and Windows (Vista)?

    For NTFS on Mac, there are both open-source and commercial solutions. See:
    http://www.macupdate.com/find/mac/NTFS
    For HFS+ Drivers for Windows, there is only one:
    http://www.mediafour.com/products/macdrive
    Regards.

  • Re: Firefox no longer works with Mac OS X 10.5, will upgrading to Lion, OS X 10.7, help with this issue?

    I cannot upgrade my Mac to Mountain Lion, OS X 10.8 and cannot buy a new Mac so will upgrading from
    OS X 10.5 to OS X 10.7 help with this issue?

    If you are going tob e upgrading to 10.7 you should be able to just upgrade, and then install future updates of Firefox with no problem.

  • How to launch an application with elevated administrator account privilege from windows service even if the account has not yet logon

    Here is the case:
    OS environment: Windows 7
    There are two user accounts in my system, standard user "S" and administrator account "A", and there is a windows service running with "Local System" privilege.
    Now i logged-in with account "S", and i want to launch an application with elevated administrator account "A" from that service program, so here is the code snippet:
    int LaunchAppWithElevatedPrivilege (
    LPTSTR lpszUsername, // client to log on
    LPTSTR lpszDomain, // domain of client's account
    LPTSTR lpszPassword, // client's password
    LPTSTR lpCommandLine // command line to execute e.g. L"C:\\windows\\regedit.exe"
    DWORD dwExitCode = 0;
    HANDLE hToken = NULL;
    HANDLE hFullToken = NULL;
    HANDLE hPrimaryFullToken = NULL;
    HANDLE lsa = NULL;
    BOOL bResult = FALSE;
    LUID luid;
    MSV1_0_INTERACTIVE_PROFILE* profile = NULL;
    DWORD err;
    PTOKEN_GROUPS LocalGroups = NULL;
    DWORD dwLength = 0;
    DWORD dwSessionId = 0;
    LPVOID pEnv = NULL;
    DWORD dwCreationFlags = 0;
    PROCESS_INFORMATION pi = {0};
    STARTUPINFO si = {0};
    __try
    if (!LogonUser( lpszUsername,
    lpszDomain,
    lpszPassword,
    LOGON32_LOGON_INTERACTIVE,
    LOGON32_PROVIDER_DEFAULT,
    &hToken))
    LOG_FAILED(L"GetTokenInformation failed!");
    __leave;
    if( !GetTokenInformation(hToken, (TOKEN_INFORMATION_CLASS)19, (VOID*)&hFullToken,
    sizeof(HANDLE), &dwLength))
    LOG_FAILED(L"GetTokenInformation failed!");
    __leave;
    if(!DuplicateTokenEx(hFullToken, MAXIMUM_ALLOWED, NULL,
    SecurityIdentification, TokenPrimary, &hPrimaryFullToken))
    LOG_FAILED(L"DuplicateTokenEx failed!");
    __leave;
    DWORD dwSessionId = 0;
    WTS_SESSION_INFO* sessionInfo = NULL;
    DWORD ndSessionInfoCount;
    bResult = WTSEnumerateSessions(WTS_CURRENT_SERVER_HANDLE, 0, 1, &sessionInfo, &ndSessionInfoCount);
    if (!bResult)
    dwSessionId = WTSGetActiveConsoleSessionId();
    else
    for(unsigned int i=0; i<ndSessionInfoCount; i++)
    if( sessionInfo[i].State == WTSActive )
    dwSessionId = sessionInfo[i].SessionId;
    if(0 == dwSessionId)
    LOG_FAILED(L"Get active session id failed!");
    __leave;
    if(!SetTokenInformation(hPrimaryFullToken, TokenSessionId, &dwSessionId, sizeof(DWORD)))
    LOG_FAILED(L"SetTokenInformation failed!");
    __leave;
    if(CreateEnvironmentBlock(&pEnv, hPrimaryFullToken, FALSE))
    dwCreationFlags |= CREATE_UNICODE_ENVIRONMENT;
    else
    pEnv=NULL;
    if (! ImpersonateLoggedOnUser(hPrimaryFullToken) )
    LOG_FAILED(L"ImpersonateLoggedOnUser failed!");
    __leave;
    si.cb= sizeof(STARTUPINFO);
    si.lpDesktop = L"winsta0\\default";
    bResult = CreateProcessAsUser(
    hPrimaryFullToken, // client's access token
    NULL, // file to execute
    lpCommandLine, // command line
    NULL, // pointer to process SECURITY_ATTRIBUTES
    NULL, // pointer to thread SECURITY_ATTRIBUTES
    FALSE, // handles are not inheritable
    dwCreationFlags, // creation flags
    pEnv, // pointer to new environment block
    NULL, // name of current directory
    &si, // pointer to STARTUPINFO structure
    &pi // receives information about new process
    RevertToSelf();
    if (bResult && pi.hProcess != INVALID_HANDLE_VALUE)
    WaitForSingleObject(pi.hProcess, INFINITE);
    GetExitCodeProcess(pi.hProcess, &dwExitCode);
    else
    LOG_FAILED(L"CreateProcessAsUser failed!");
    __finally
    if (pi.hProcess != INVALID_HANDLE_VALUE)
    CloseHandle(pi.hProcess);
    if (pi.hThread != INVALID_HANDLE_VALUE)
    CloseHandle(pi.hThread);
    if(LocalGroups)
    LocalFree(LocalGroups);
    if(pEnv)
    DestroyEnvironmentBlock(pEnv);
    if(hToken)
    CloseHandle(hToken);
    if(hFullToken)
    CloseHandle(hFullToken);
    if(hPrimaryFullToken)
    CloseHandle(hPrimaryFullToken);
    return dwExitCode;
    I passed in username and password of account "A" to method "LaunchAppWithElevatedPrivilege", and also the application i want to launch, e.g. "C:\windows\regedit.exe", but when i run the service program, i found it do launch
    "regedit.exe" with elevated account "A", but the content of regedit.exe is pure back. screenshot as below:
    Can anyone help me on this?

    You code is not dealing with the DACL access to Winsta0\Default.  Only the LocalSystem account will have full access and the interactively logged on user which is why regedit is not displaying properly.  You'll need to grant access to your user. 
    You also need to deal with UAC since that code is going to give you a non-elevated token via LogonUser().  You need to get the full token via a call to GetTokenInformation() + TokenLinkedToken.
    thanks
    Frank K [MSFT]
    Follow us on Twitter, www.twitter.com/WindowsSDK.

  • Does CS5 work with MAC OS10.9 ?

    Does CS5 work with MAC OS10.9 ?

    It may be specific to the applications which you're running. This is probably better asked in the product forums for the products you use.

  • Which browsers will work with mac ver 10.4.11

    which version firefox works with mac ver 10.4.11

    Firefox 3.6.x is the last version of Firefox for PPC Mac's from Mozilla.
    For older Macs that aren't supported in Firefox 4+ versions, try TenFourFox for PowerPC's running Mac 10.4.11 & 10.5.8 . <br />
    http://www.floodgap.com/software/tenfourfox/
    http://tenfourfox.blogspot.com/

  • Convert .MXF Video files to work with Mac Editing software?

    Hello,
    Many thanks in advance for your attention.
    Trying to find software that will edit .MXF Video Files to work with Mac.
    As the edit is simple, prefer iMovie, but happy if the Conversion software only works with FCExpress (or even FCPro if that is the only alternative).
    1. If it matters, .MXF (Material Exchange Format) Video files came from shooting on a Panasonic 500 P2. Originally downloaded onto a Windows system, using Adobe Premiere.
    2. I just want to see and convert some of the shots I did for my Reel, etc., but I have a Mac.
    3. I have iMovie HD, iMovie 09, and FCExpress (which I don't know how to use that well).
    4. When I attach an External HD with backup files of all the footage shot, they show up named as .MXF files. They appear as VLC files (VLC icon), but the suffix is .MXF.
    5. When I try to play them as VLC files, they won't play. It seems they start to play, but then the VLC software quits.
    6. So I have tried downloading some software on the Internet that Google says converts .MXF files.
    I tried: iSkysoft Video Converter, AVCWare Mac Video Converter, MPEG Streamclip, and a couple others. They all seem to have basically the same conversion setups, but when I click to pick one .MXF file, none of them recognize it. (The file in my Browse window is greyed out).
    7. MoyaVideo Converter for Mac recognizes the .MXF file, but when I hit the "conversion" button - I tried a couple different settings, all it seems to convert is the first frame. Even if the .MXF file says a clip is 123MB or 43 seconds long, etc.
    8. I can't even watch the clip in Preview. Press Play and it is just the first frame.
    9. I have read elsewhere in these forums, some people touting conversion software from a company in Germany - mfxformac. I am fine with paying for conversion software, but $500?
    Anyone's help would be greatly appreciated.

    Many thanks for your response.
    If this codec can only be read by Final Cut Pro, why do all these companies claim their software can convert .MXF files?

  • Firefox just sent a notice that it no longer works with Mac OS X 10.5. Is that why my gmail calendar keeps non- or dysfuntioning?

    I have been experiencing constant dysfunction in my Gmail calendar on my Mac Mini, but not on any other computer. It happens whether I am using Safari or Firefox.   This morning Firefox sent a notice that is no longer works with Mac OS X 10.  Suggestions?

    Your best bet is to get a computer capable of running the latest version of Mac OS X - Mac OS X Mountain Lion (10.8). This is the most secure option and will allow you to run the latest and greatest Firefox.
    That is a pretty crazy suggestion just to update a browser! There is another alternative if you are worried about having an unsupported browser.
    You can run TenFourFox whose purpose is to support older Macs.
    available here;
    http://www.macupdate.com/app/mac/37761/tenfourfox
    more info about it here;
    http://en.wikipedia.org/wiki/TenFourFox

  • I would like to work with a selection of videos from my aperture library

    I recently switched from iPhoto to Aperture.  I did this in order to subdivide my iPhoto library, because it is now approaching 200 GB.  I have not yet divided it, but I like to make little video vignettes from certain events.  I used to be able to import just an event into iMovie, but now it seems to import my entire video library.  It takes 20 minutes just to load iMovie.  I don't want to see EVERY video in my library, I would like to see just the ones I have selected to work with.  How can I do this?
    --jenny

    Hi Michael,
    The HDD size is 499.25 GB.
    iTunes music is 422.44 GB. (The total listed on the actual iTunes program is 378.83)
    All My Files is 1.5 MB.
    Applications is 7.29 GB.
    Desktop is 1.18 GB.
    Documents is 1.18 GB.
    Downloads is 758.4 MB.
    Movies is 3.4 MB.
    Music is 424.7 GB.
    Pictures is 418.9 MB.
    My personal file is 429.54 GB.
    I don't have any video content on my iTunes.
    Is there something else I am missing?
    Thanks!

  • Exchange Server not working with Mac mail

    Any tips on how exchange can work work with mac mail? I get connection errors.

    Hello Phil.
    Copied from Mail Help.
    An Exchange account allows you to connect to your Exchange server via IMAP, and if you enter text in the Outlook Web Access Server field, Mail filters non-email related content from the server. (You can get the text you need to enter from your mail account provider.) For Exchange to work with Mail, Exchange administrators need to configure the Exchange server for IMAP access. Some system administrators may refer to an Outlook Web Access Server as an Internet Information Services (IIS) server.
    Is the Exchange Server configured for IMAP access?

  • Does CS6 work with Mac OS Maverick?

    Does CS6 work with Mac OS Maverick?

    Yes. CS6 is supported under Mavericks but be aware that it will receive no further updates so all bets are off regarding Yosemite.
    Note, this is for a clean install. Upgrading an early O/S to Mavericks is a crapshoot.

  • Can anyone recommend a print server that will work with Mac & PCs?

    Can anyone recommend a wireless print server that will work with Macs and PCs ?

    Wireless has a disadvantage for many Powerbooks.  Unless yours supports 802.11g, it is not secure.  So it must support Airport Extreme on the Powerbook to have a secure wireless network.   Also many printers only support 802.11b, making matters worse, as that is not secure.  See my FAQ* on printing:
    http://www.macmaps.com/printersx.html
    Some printers have ethernet ports, which would allow you to use a Wireless ethernet bridge that is 802.11g.  Similarly you could use one on the Mac, and then you'd have your wireless printing.  Ask the printer manufacturer what might be possible.  The last thing you want is an insecure network, especially if you are at most 4500 meters/1500 feet from someone who could pick it up and log into it that you don't want.
    * Links to my pages may give me compensation.

  • HT1338 is it iweb still work with mac os mountain lion?

    is it iweb still work with mac os mountain lion? i want to make new web page and using mountain lion is it work under i cloud?

    You will need to find another hosting service.You can publish to another service in iWeb '09 and above by choosing the FTP option in the Publish pane; in earlier versions you will need to publish to a local folder and upload using an FTP program such as Cyberduck. More details here:
    http://rfwilmut.net/missing2

  • Will an Infra-Red Adapter work with a macbook pro retina display so I can use the apple TV remote for presentations?

    I have always used the apple TV remote for my presentations.  I bought a retina display last year for the betterment of my presentations and now I have to stand near my computer and hit a button to change my slides where as before I used my remote.  Will a infra-red adapter work with the apple TV remote in the macbook pro retina display?  Love my computer, but very disappointed not to have a remote for presentations that does not need the internet.  Does anyone have any ideas?

    Yes, I used that and it works great if you have wireless connection.  Im looking for  a remote that worked like the apple TV remote.  My questions is, "Is there a USB infra-red remote that works with mac.  I have found this one: Keyspan EZ1 easy presenter.  It claims with works with PC and Mac and the reviews are good.  Does anyone know anything about it or if it works with retina display macs?

  • BB Desktop Manager no longer works with Mac Maverick - Need Help Urgently

    I have been a loyal Blackberry user since the Government of Canada officially began using these cell phones. I feel, however, abandoned by Blackberry (they obviously don't believe that it is easier to retain an existing customer than acquire a new one). I'm using a Blackberry Bold (9900) with a Macbook Pro. Everything was fine until I upgraded my Mac operating system to Maverick; my Blackberry Desktop Manager no longer works, so I cannot sync the content (contacts, calendar) of my phone with my Mac, but that's not the worst of it.
    I recently had a momentary lapse and exceeded the 10 password attempts to access my phone... this accidentally wiped my phone clean... and because Desktop Manager does not work with Mac, I do not have a way to recover my data. Rogers was of no help and had Blackberry updated its desktop software months ago, as it should have, this issue would have been moot. I do not know how or why, but I was able to recover most of my data, but I'm not sure just how up-to-date tha data is and am still going through it, but I'm having issues with some functionality.
    I'm in the US for several months and have suspended my Canadian services. Prior to the wipe, I was able to use wifi on my phone to send and receive emails with no problem.  After the wipe, I can't send emails or bbms.  I checked my blackberry internet service and all email accounts are good to go. BBMs are another issue.  I need help.  Suggestions please. 

    Apple has ceased synchronization with Mavericks. The issue lies with Apple, not with the desktop software. To mitigate the lack of sync capabilities in Mavericks you can sync your contacts and calender on your Mac with the usual suspects (Yahoo, Google). Create a backup (archive) for Contacts and Calender on your Mac first, then create one of those email accouonts that allow syncing. On your 9900 and with BlackBerry provisioning enabled create the new or existing email account. See which email accounts can sync with BB, I know Yahoo is working fine. For Yahoo, get the Yahoo Calender sync (a few bucks one-off payment required), Contacts sync works off the shelf within BB. If you reset the 9900 you should be able to restore all data with BB DTM. Please note that emails you received during the 9900 reset and the date of restore will not be available on the device. You will still not be able to sync contacts/calender over BB DTM. I hope that helps.
    BlackBerry Bold 9900, Blackberry Z10 and BlackBerry PlayBook.

Maybe you are looking for