Windows commands on mac

I have a mac, but I am givin windows commands. So what are windows commands on macs. e.g ctrl+f on mac
Thanks

Ctrl equates the Command/ Apple key, Alt is Alt/ Option. Not much more to know beyond that. PS is pretty consistent across platforms in that regard.
Mylenium

Similar Messages

  • Is there a Windows Print Screen command for Mac?

    I need a screen shot for a presentation.  Is there a "print screen" command for Mac OS, analogous to Windows?

    Command-Shift-3: Take a screenshot of the screen, and save it as a file on the desktop
    Command-Shift-4, then select an area: Take a screenshot of an area and save it as a file on the desktop
    Command-Shift-4, then space, then click a window: Take a screenshot of a window and save it as a file on the desktop
    Command-Control-Shift-3: Take a screenshot of the screen, and save it to the clipboard
    Command-Control-Shift-4, then select an area: Take a screenshot of an area and save it to the clipboard
    Command-Control-Shift-4, then space, then click a window: Take a screenshot of a window and save it to the clipboard

  • Installing windows 7 on mac book pro late 2013

    Installing Windows 7 on Mac Book Pro Late 2013
    Background
    Mac Book Pro Late 2013 uses a USB 3.0 hub for the external ports, the keyboard and mouse devices.
    Windows 7 does not have the drivers to support USB 3.0 ports so these must be integrated into the boot.wim and install.win files so that Win7 can be installed and used on a Mac. If these drivers are not integrated when win7 is booted up then the mouse and keyboard will not function.
    Requirements:
    Two USB Flash drives
    Access to a Mac computer
    Bootcamp Assistant application
    Access to a Windows computer with windows 7 installed
    Windows 7 install disk or ISO file
    WinUSB application
    Windows Automated Installation Kit for Windows 7 (WAIK)
    Method
    On a Mac
    First prepare a USB Flash drive by formatting it using disk util app, found in Application Utility folder, to FAT format this will store the Apple drivers that can be downloaded from Apple using BootCamp.
    This will be called USB1
    Using Boot Camp Assistant select 'Download the latest windows support software from Apple'  to get the files from apple for win7 for your particular machine these will be downloaded and copied to the USB Flash drive called USB1.
    On a PC
    Using a PC download a copy of WinUSB from  www.joshcellsoftwares.com this software can create a bootable USB with the win 7 files copied on to it.
    Obtain a copy of Windows 7 either in DVD or ISO format.
    Using WinUSB and the Win7 DVD create a second bootable USB Flash drive. This will be called USB 2.
    About DISM
    DISM is a windows application that allows the editing of windows image files with the extension of WIM.
    If DISM is not installed on the PC it can be downloaded from windows website.
    To test to see if DISM is installed, open up a command prompt. Then type 'dism' without the quotes this will display the help description of DISM. 
    Drivers
    The apple drivers need to be added to the boot.wim file so that mouse and keyboard can function during the setup phase.
    The apple drivers need to be added to the install.wim so that mouse and keyboard can function after the setup phase.
    The video drivers are also added as it appears to cause problems if they are not included.
    Create a directory structure like this:
    c:\appleboot\
    drvrs
    mount
    win7x64install
    win7x64boot
    Create the following files in c:\appleboot\ with the following code:
    adddrivers.cmd
    color 0a
    dism /image:c:\appleboot\mount /add-driver /driver:c:\appleboot\drvrs /recurse
    ================================================================================ ==========
    mountboot.wim.cmd
    color 0a
    dism /mount-wim /wimfile:c:\appleboot\boot.wim /index:2 /mountdir:c:\appleboot\mount
    ================================================================================ ==========
    mountinstall.wim.cmd
    color 0a
    dism /mount-wim /wimfile:c:\appleboot\install.wim /index:4 /mountdir:c:\appleboot\mount
    ================================================================================ ==========
    unmountcommitfiles.cmd
    color 0a
    dism /unmount-wim /mountdir:c:\appleboot\mount /commit
    ================================================================================ ==========
    Copy the following files into their respective directories:
    Copy from USB 1 into drvrs the $WinPEDriver$ directory
    Copy from USB 2 \sources\boot.wim to win7x64boot directory, this will store the original file
    Copy from USB 2 \sources\install.wim to win7x64install directory, this will store the original file
    Then copy boot.wim from win7x64boot directory to the c:\appleboot\ directory
    Then copy install.wim from win7x64install directory to the c:\appleboot\ directory
    Once all the copying is completed then run the following cmd files in this order:
    For boot.wim
    mountboot.wim.cmd - this will mount the file for adding of drivers
    adddrivers.cmd - this will add the apple drivers to the mounted boot.wim
    unmountcommitfiles.cmd – this will commit the changes and unmount the boot.wim
    For install.wim
    mountinstall.wim.cmd- this will mount the file for adding of drivers
    adddrivers.cmd - this will add the apple drivers to the mounted install.wim
    unmountcommitfiles.cmd – this will commit the changes and unmount the install.wim
    Copy the files back to USB 2
    Copy the boot.wim and install.wim files from c:\appleboot\ directory  to USB 2 sources directory and overwrite the files.
    BOOTABLE USB
    You will now have a bootable USB Flash Drive that has the additional drivers needed to install Win7 on Mac Book Pro Late 2013.
    Mac Preparation
    On your Mac using Disk Util reduce the size of the partition of Macintosh HD so that there is approx. 80GB free for the use of Win7.
    Add a second partition, label it win7 and format it to FAT. This is so that win 7 setup can identify the correct partition.
    Installing Windows 7
    Insert USB 2 into your Mac and reboot, whilst holding the option key down.
    After reboot there will be three icons displayed one is the Mac operating system, the second is the recovery partition and the third is an orange icon indicating a bootable USB drive.
    Select this and win7 setup application will proceed to boot up with the keyboard and mouse functioning.
    Follow the prompts and when the drive selection appears select the win7 partition and format it to NTFS so that win7 can be installed. When windows setup reboots press and hold down the option key and select the windows partition so that setup can continue to install.
    After completion of installation of win7 insert USB 1 with the additional apple drivers. Goto the bootcamp directory and click on setup.exe file this will install additional drivers needed to use Win7 on a Mac.
    Once completed reboot your Mac and select windows to allow the drivers to update in windows.

    Yes this is correct that the /index:4 refers to the ultimate version of windows in mountinstall.wim.cmd
    dism /mount-wim /wimfile:c:\appleboot\install.wim /index:4 /mountdir:c:\appleboot\mount
    Users should do what applekryzzle suggested if you have a different version of windows. Thanks for the tip applekryzzle.
    With regards to the Intel(R) USB 3.0 eXtensible Host Controller drivers they are the ones that are provided by apple via boot camp assistant.
    These appear to work correctly and downloading as per instructions simplifies the procedure.
    For those that are interesred the updated drivers can be found here https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=22824&ProdId=346 7&lang=eng&OSVersion=Windows%207%20%20*&DownloadType=Drivers
    I have also seen in other discussions that some users get black screens i believe that it is the lack of video drivers which is included in the download from apple using boot camp assistant.
    I'm certain that this works on Mac Book Pro Late 2013 models and i feel confident that this will work with other models.
    I will appreciate any feedback if this works on other models.

  • Boot Camp: i can`t select windows when the mac is starting

    Ok, I installed windows xp with boot camp. I can acces to windows rebooting from mac but if I start the computer and use the command only appears macintosh HD... What can i do?
    I don`t know if it is important but after install windows xp i have an icon in the destock, it is windows but the name is "NO NAME".
    Thanks

    Bravebeta wrote:
    Ok, I installed windows xp with boot camp. I can acces to windows rebooting from mac but if I start the computer and use the command only appears macintosh HD... What can i do?
    I assume you mean the "Option" key. Have you used the DU to check the disk and verify permissions? You might also have to zap your PRAM
    I don`t know if it is important but after install windows xp i have an icon in the destock, it is windows but the name is "NO NAME".
    Thanks
    "NO NAME" is quite normal. You can rename it in Windows or, if you are formatted FAT32, in Leopard. DO NOT use any special characters in the name. Just letters, numbers and spaces

  • I'm trying to install windows 8 on mac, but after partitioning and restarting, it stucks on blue logo and i waited 20 minutes but nothing happened, what can i do, please help.

    I'm trying to install windows 8 on mac, but after partitioning and restarting, it stucks on blue logo and i waited 20 minutes but nothing happened, what can i do, please help.

    I think there's some remmants left over from when Apple transferred stuff over. We can try a quick fix, but if that doesn't work, I think the only option is to clean install OSX and then install Windows.
    open disk utility, confirm that you only have 1 partition (mac journaled)
    restart and PRAM reset
    open disk utility and repair permissions twice
    restart boot camp assistant
    Does it work?
    If not, I would boot holding command+R, choose disk utility from the menu and completely erase your HD (formatting it as mac journaled again). Then, install OSX on this HD. Once OSX is installed, don't copy your files over from the backup yet. Instead, start boot camp assistant and see if you can get Windows installed. You can copy back your other files after we get Windows installed.

  • MacBook Air dual system with Windows crashed, and Mac password forgotten

    The MacBook Air of my friend encountered a few big problems.  Here is the story:
    1. There are two operating systems in it: Windows 7 and Mac OS 10.6.  She used Windows 7 exclusively (which is the reason for the 5th problem below).  This may already seem awkward from the start, but please don't blame her for this..
    2. Today somehow the Windows 7 cannot boot (the classical "blue screen" appeared), probably due to an error in the updating process.
    3. So now we have to log into the Mac OS to do some operation on the Windows system, either to back up the data, or to edit the Windows disk somehow to repair it.
    4. In order to do this, we need to install some third party tools in Mac OS (to have access to the NTFS file system; BTW, the Windows partition cannot be mounted by the "disk utility" tool due to some errors), and here is where another big problem comes about:
    5. She has forgotten the password of the Mac OS system (be assured: this MacBook Air is not a stolen one), so practically we cannot install any new software, or run tools that requires a high privilege!
    6. Well, by Googling I found that the password might be circumvented by using a recovery usb stick, by she cannot find out this usb stick...
    7. Some articles mentioned pressing "command + R" or "command + S" during booting to enter a command line environment (I am not sure about this), which had no effect at all in our case.
    By now I have no solid idea how could such a situation be solved...  The possibilities I can think of are:
    a. Take the laptop to an Apple repair center.
    b. Try to make a recovery disk by myself, and use it to get rid of the password.
    c. Try to boot the computer with an external disk (somehow made), and then edit or backup the Windows partition.
    I am not sure any of them will work.
    Any ideas will be appreciated!

    Welcome to the Apple Support Communities
    If your friend has got a Late 2010 MacBook Air, the Mac came with a USB drive that contains Mac OS X Snow Leopard, to reset passwords, reinstall Mac OS X...
    If he/she has got an older MacBook Air, he/she has got DVDs instead, and you need an external optical drive or a PC to be able to reset the password. See > http://support.apple.com/kb/HT2129?viewlocale=en_US&locale=en_US After starting with the DVD, open Utilities menu > Password Reset, and follow the steps
    If he/she lost the USB drive or DVDs, call Apple to get replacement DVDs or another USB drive > http://support.apple.com/kb/HE57

  • Playing Windows Games on Mac, without having to install Windows?

    I don't necessarily know if this is a question for this category, but is it possible? Is there a patch or program I can download to play games for Windows on my Mac?

    I have to agree with templeton. Virtualization is not stable, in other words, it is not for massive graphical or cpu apps. Its more like something to access a few apps once in awhile, i really dont get it tho, ppl should just use Boot Camp, its FREE, with Leopard. And alot of us already have that. I would also recomend using codeweavers app. I tried it on my friends macbook and its work pretty good. not for hardcore gamers (which hardcore gamer would use a mac? we're for creative appilcations not no-life gamers) but its good for Diablo, Halo, Call of Duty, Command Conquer, battlefield, etc.

  • HT5628 i was installing windows 8 on mac by boot camp and after i put the windows code and choose the partition i formatted the boot camp sector it said windows can not install on this sector because it is gpt

    i was installing windows 8 on mac by boot camp and after i put the windows code and choose the partition i formatted the boot camp sector it said windows can not install on this sector because it is gpt

    Reinstalling Mavericks depends on several factors:
    if you erased your recovery partition
    what OS originally came on your Mac.
    I'll assume you don't have a backup available that you made before your mishap,  because you didn't mention it.
    That's really the take home message here: have a backup!
    If you still have your recovery partition:
    boot into the recovery partition (command R at restart)
    use the recovery partition to reinstall Mavericks. see: OS X: About OS X Recovery
    if you do not still have your recovery partition, then it depends on whether your Mac originally came with installer disks or not.
    If it originally came with installer disks, you would boot from the installer disks, erase your HD, and then reinstall the OS that is on the installer disks, and then upgrade as necessary until you get to Mavericks.
    If your mac did not originally come with installer disks, but you managed to erase your recovery partition, then you can try to boot into internet recovery (option-command-R at restart), and use internet recovery to erase your HD and reinstall the OS that originally came with your computer, and then upgrade to Mavericks if you need to. See: Hands on with Mountain Lion's OS X Recovery and Internet Recovery | Macworld
             (the reference refers to ML but it applies just as well to Mavericks).

  • How do I change my iPod Touch from a Windows to a Mac?

    I recently bought a Mac, to replace my PC.  I have a 2nd generation iPod running the latest (4.3.3 I think).  I have transfered all my files from my Windows to my Mac through USB, and all the files are also sitting on my Mac.  However, when I insert my iPod to the Mac, it can't sync apps without erasing the data on my iPod.  How do I do it without erasing it?  I have it backed up on my Mac and PC.  I also have a brother with a 4th generation iPod.  I assume the soliution would be the same?  THanks!!

    Sorry didn't mean to make this the correct answer
    What do you mean?  This is what I get:
    "Are you sure you want to sync apps? All existing apps and their data on the iPod “Connor’s iPod Touch” will be replaced with apps from this iTunes library."

  • How can I just modify (from "Windows" version to "Mac") my purchased software?

    I've already purchased the Adobe Premiere Elements 13 in the wrong version: I need it for Mac and I've ordered the Windows version. How can I modify it?
    Thank you in advance,
    Jose Luís

    Thanks Ned, but the moment I bought it I did it wrong and when they offerded me to choose one version I picked up "Windows" instead of "Mac" by mistake... now I can't find the way to modify it.

  • HT4818 hey, I want to install windows on my mac, I have mac osx lion and I'm soon going to get mountain lion. If I use Boot camp to install windows do I need a windows disc, will i lose all my data, etc. If so how to I save them. Can I switch back to osx

    hey, I want to install windows on my mac, I have mac osx lion and I'm soon going to get mountain lion. If I use Boot camp to install windows do I need a windows disc, will i lose all my data, etc. If so how to I save them. Can I switch back to osx after I install windows. ( can I switch between Windows and OS X as many times as I want.) thanks for answering.
    Sebastian

    hey, I want to install windows on my mac, I have mac osx lion and I'm soon going to get mountain lion. If I use Boot camp to install windows do I need a windows disc, will i lose all my data, etc. If so how to I save them. Can I switch back to osx after I install windows. ( can I switch between Windows and OS X as many times as I want.) thanks for answering.
    Sebastian

  • HT1660 I have two iTunes libraries on two different pc's (one windows and one Mac).  Can I consolidate these on an external hard drive?

    I have two iTunes libraries on two different pc's (one windows and one Mac).  Can I consolidate these on an external hard drive?

    I'm sorry I just saw the last post. I had two users on my hard drive, one for me and one for my daughter, but I am not sure what you mean by partioning my external????? I have heard the term before, but don't know how to do it. I am having serious crashing issues with this computer and believe I really need to do a clean install. I just want to make sure everything for both ipods is safe (is???? I think so, everything is......I hate when the English language does this to me!)

  • How to execute a scenario from Windows command prompt

    Hi,
    I have a package which is executing fine from Designer. But the same scenario if I am trying to execute from windows command prompt, then it is giving error.
    The package is getting a refresh variable, passing to interface which is creating a file from table, this file is then getting FTP'ed to another server.
    I am executing following command -
    startscen OB_TAB_TO_FILE_PKG 001 ODICTX "-v=2"
    The error is -
    A JDK is required to execute Web Services with OracleDI. You are currently using
    a JRE.
    OracleDI: Starting scenario OB_TAB_TO_FILE_PKG 001 in context ODICTX ...
    java.sql.SQLException: socket creation error
    at org.hsqldb.jdbc.jdbcUtil.sqlException(jdbcUtil.java:67)
    at org.hsqldb.jdbc.jdbcConnection.<init>(jdbcConnection.java:2451)
    at org.hsqldb.jdbcDriver.getConnection(jdbcDriver.java:188)
    at org.hsqldb.jdbcDriver.connect(jdbcDriver.java:166)
    at com.sunopsis.sql.SnpsConnection.u(SnpsConnection.java)
    at com.sunopsis.sql.SnpsConnection.c(SnpsConnection.java)
    at com.sunopsis.sql.i.run(i.java)
    DwgJv.main: Exit. Return code:-1
    Please let me know where I am going anything wrong.
    Thanks,
    Himanshu

    Hi,
    you need to make the necessary changes to the %odi%\bin\odiparams.bat config file, under the "Repository Connection Information" section so that startscen knows how to extract metadata from your repository.
    You apparently have left the default settings to the Hypersonic demo repository. Is that the technology your repository is hosted on?

  • I can no longer print from windows pc via mac/time machine in lion. Does anyone know why, I can no longer print from windows pc via mac/time machine in lion. Does anyone know why

    I can no longer print from windows pc via mac/time machine in lion. Does anyone know why or how to fix? I have print sharing ticked and printer is HP laser jest 2550.

    I finally found a log file... unfortunately, it doesn't help me figure out what's wrong... but maybe it will mean something to one of you?
    I [10/Dec/2007:20:23:35 -0500] [Job 11] Adding start banner page "none".
    I [10/Dec/2007:20:23:35 -0500] [Job 11] Adding job file of type application/postscript.
    I [10/Dec/2007:20:23:35 -0500] [Job 11] Adding end banner page "none".
    I [10/Dec/2007:20:23:35 -0500] [Job 11] Queued on "SUTTER_WG" by "kristophermiller".
    I [10/Dec/2007:20:23:35 -0500] [Job 11] Started filter /usr/libexec/cups/filter/pstoappleps (PID 335)
    I [10/Dec/2007:20:23:35 -0500] [Job 11] Started filter /usr/libexec/cups/filter/pstocupsraster (PID 336)
    I [10/Dec/2007:20:23:35 -0500] [Job 11] Started filter /usr/libexec/cups/filter/rastertoepson (PID 338)
    I [10/Dec/2007:20:23:35 -0500] [Job 11] Started backend /usr/libexec/cups/backend/smb (PID 339)
    E [10/Dec/2007:20:23:36 -0500] [Job 11] cgpdftoraster unsupported colorSpace: colorSpace = -1, colorOrder =1, bitsPerColor = 1
    E [10/Dec/2007:20:23:36 -0500] [Job 11] cgpdftoraster: got an error from cupsRasterInterpretPPD
    E [10/Dec/2007:20:23:36 -0500] [Job 11] No pages found!
    E [10/Dec/2007:20:23:36 -0500] PID 338 (/usr/libexec/cups/filter/rastertoepson) stopped with status 1!
    I [10/Dec/2007:20:23:36 -0500] Hint: Try setting the LogLevel to "debug" to find out more.
    E [10/Dec/2007:20:23:36 -0500] [Job 11] Job stopped due to filter errors.

  • If I use an SD card for both Windows 7 and Mac, is there any way to see the documents from the Mac sight while on the windows side?

    If I use an SD Card on both the windows 7 and Mac OS (using bootcamp), is there any way to see the data seen on the Mac OS side while using the Windows OS?

    Windows Aero style uses a different background image than Mac:
    Windows Aero:
    #nav-bar {
    background-image: linear-gradient(rgba(253,253,253,0.45), rgba(255,255,255,0));
    Mac:
    #nav-bar {
    background: url(chrome://browser/skin/Toolbar-background-noise.png),
    linear-gradient(hsl(0,0%,93%), hsl(0,0%,83%));
    I can't test hands on, but you might be able to clear that OSX "fog" using a rule such as:
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    #nav-bar, #PersonalToolbar {
    background-image: none !important;
    background-color: transparent !important;
    This could be applied using the Stylish extension or by creating/editing a userChrome.css file.

Maybe you are looking for

  • Report from Grid Control:Monthly Growth of Each Database on Single Report

    Hi,I want to make the report from Grid Control for Monthly Growth of each Database for Capacity planning I can See under Report->Storage->Oracle Database Tablespace Monthly Space Usage But this is only for once database and I want to include all the

  • Creative Cloud unable to install and Cleaner Tool crashes

    Hi. I really need help. I am working on three different projects i Adobe Premiere CC and I am also using AE and Audition. A few days ago they all stopped working when I started my computer. When I tried to start Creative Cloud it was just a blank win

  • Not able to Load Module IdcApacheAuth in oracle ucm 10g

    Hi I'm refering the link https://community.oracle.com/thread/2413591. I'm facing exactly same problem on windows 7. Do i have to apply the same patch. Could you please provide me patch link for windows operating system. The patch you have provided in

  • Confirm move of iPhoto library to external harddrive

    I recently moved my iPhoto library to an external HD, and wanted to confirm that I can safely delete the old iPhoto library from my external disk. How do I check this? I also wanted to check that iPhoto is set up to store yet-to-be-imported-photos in

  • How do I open/print/save. a pdf dxweb file?

    When I download documents fom the web they come through as a pdf dxweb file that will not open using Adobe Acrobat XI, print, or transfer to a disc.  What am I doing wrong?