Ctrl alt del на mac под windows

I’m using Boot Camp to run Windows on my Mac.

Last night I tried to compress the memory of C, then after that finished, it told me to

Press Ctrl + Alt + Del to restart

How do I press these keys?

slhck's user avatar

slhck

224k71 gold badges607 silver badges594 bronze badges

asked Jul 21, 2013 at 2:49

Neige Devi's user avatar

3

One of these should work. Option is Alt in Windows. Your Backspace key generates Delete (You might need to press the Fn key to generate Delete)

Control + Option + Delete

Or

Control + Option + Fn + Delete

slhck's user avatar

slhck

224k71 gold badges607 silver badges594 bronze badges

answered Jul 21, 2013 at 3:01

FDinoff's user avatar

FDinoffFDinoff

1,8311 gold badge11 silver badges19 bronze badges

2

You should also try:

Ctrl Shift Esc

slhck's user avatar

slhck

224k71 gold badges607 silver badges594 bronze badges

answered Jul 21, 2013 at 3:51

arete's user avatar

aretearete

1911 gold badge2 silver badges6 bronze badges

1

Here is an alternative. This worked for me in a slightly different and more complicated setup (connecting from a Mac to a Linux server through SSH and then from the Linux server to a Windows Server 2016 server through Remote desktop protocol using the rdesktop Linux RDP command line client).

In Windows:

  1. Click Start menu
  2. Click in the search bar
  3. Type «powershell»
  4. In the search results, click «powershell.exe»
  5. In the PowerShell shell that opens, type the following:

    Powershell -noprofile -nologo -noninteractive -command "(new-object -ComObject shell.application).WindowsSecurity()"
    

If PowerShell is not available, instead search for «cmd.exe» and in the cmd prompt, type:

explorer shell:::{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}

Taken from: https://social.technet.microsoft.com/Forums/ie/en-US/9c2ea402-087a-40a0-83de-170b49fdaac5/how-to-change-password-in-rdp-session?forum=winserverTS

Note: if your Mac keyboard layout is not English US, it might be hard to get the {, } characters in cmd.exe. In that case try the following:

  • Change you keyboard layout on your Mac to English US (use System Preferences)
  • In X11’s preferences, check «Use system keyboard layout»
  • In Windows, make sure to also set the keyboard layout to English US.

answered Mar 20, 2020 at 17:37

philb's user avatar

philbphilb

1174 bronze badges

3

To press CTRLALTDelete on a macOS machine, ^delete will not work.
You will need to press ^fndelete to get it to work.
the delete key on macOS is backspace, and fndelete is the real delete.

answered Aug 26, 2020 at 20:39

Felix Zhang's user avatar

1

Many of the answers here are confused.
The reason there is so much confusion is that many people who have only ever owned Macbooks & others with short keyboards may be unaware that an extended keyboard has both true Delete and Backspace keys, whereas a short keyboard only has a Backspace key.
Windows wants the ‘true’ Delete key.

enter image description here

Pressing Fn Backspace will send ‘true’ Delete.

So on an extended keyboard Ctrl ⌃ Alt ⌥ Delete ⌦ is the correct method.
On a short keyboard you need to press Ctrl ⌃ Alt ⌥ Fn Backspace ⌫
The Fn Backspace method will also work on an extended keyboard if you really feel the need.

Note:
Opt == Alt in all cases.
Some Mac keyboards actually say Alt, some say Opt & some only have the symbol ⌥.
It’s all the same key.

answered Aug 4, 2021 at 11:45

Tetsujin's user avatar

TetsujinTetsujin

47.9k8 gold badges109 silver badges138 bronze badges

You should be able to use one of the following:

  • Ctrl+Option+Del

  • Command+Option+Del

  • Ctrl+Option+Fn+Del

  • Command+Option+Fn+Del

Insane's user avatar

Insane

2,8926 gold badges27 silver badges49 bronze badges

answered Nov 10, 2015 at 3:22

Cnorwood7641's user avatar

1

Bootcamp Windows Partition.
I tried ‘every combination’ that I found and none of them worked when I tried to log in to Windows. I solved this CtrlAltDelete problem by plugging a PC keyboard in to the Macbook. Worked like a champ! Be sure to change that «user must press CtrlAltDelete» setting in User Accounts once you are in!

Werner Henze's user avatar

Werner Henze

4,8473 gold badges19 silver badges33 bronze badges

answered Mar 15, 2016 at 17:45

Doug Jordan's user avatar

2

You must log in to answer this question.

Not the answer you’re looking for? Browse other questions tagged

.

I’m using Boot Camp to run Windows on my Mac.

Last night I tried to compress the memory of C, then after that finished, it told me to

Press Ctrl + Alt + Del to restart

How do I press these keys?

slhck's user avatar

slhck

224k71 gold badges607 silver badges594 bronze badges

asked Jul 21, 2013 at 2:49

Neige Devi's user avatar

3

One of these should work. Option is Alt in Windows. Your Backspace key generates Delete (You might need to press the Fn key to generate Delete)

Control + Option + Delete

Or

Control + Option + Fn + Delete

slhck's user avatar

slhck

224k71 gold badges607 silver badges594 bronze badges

answered Jul 21, 2013 at 3:01

FDinoff's user avatar

FDinoffFDinoff

1,8311 gold badge11 silver badges19 bronze badges

2

You should also try:

Ctrl Shift Esc

slhck's user avatar

slhck

224k71 gold badges607 silver badges594 bronze badges

answered Jul 21, 2013 at 3:51

arete's user avatar

aretearete

1911 gold badge2 silver badges6 bronze badges

1

Here is an alternative. This worked for me in a slightly different and more complicated setup (connecting from a Mac to a Linux server through SSH and then from the Linux server to a Windows Server 2016 server through Remote desktop protocol using the rdesktop Linux RDP command line client).

In Windows:

  1. Click Start menu
  2. Click in the search bar
  3. Type «powershell»
  4. In the search results, click «powershell.exe»
  5. In the PowerShell shell that opens, type the following:

    Powershell -noprofile -nologo -noninteractive -command "(new-object -ComObject shell.application).WindowsSecurity()"
    

If PowerShell is not available, instead search for «cmd.exe» and in the cmd prompt, type:

explorer shell:::{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}

Taken from: https://social.technet.microsoft.com/Forums/ie/en-US/9c2ea402-087a-40a0-83de-170b49fdaac5/how-to-change-password-in-rdp-session?forum=winserverTS

Note: if your Mac keyboard layout is not English US, it might be hard to get the {, } characters in cmd.exe. In that case try the following:

  • Change you keyboard layout on your Mac to English US (use System Preferences)
  • In X11’s preferences, check «Use system keyboard layout»
  • In Windows, make sure to also set the keyboard layout to English US.

answered Mar 20, 2020 at 17:37

philb's user avatar

philbphilb

1174 bronze badges

3

To press CTRLALTDelete on a macOS machine, ^delete will not work.
You will need to press ^fndelete to get it to work.
the delete key on macOS is backspace, and fndelete is the real delete.

answered Aug 26, 2020 at 20:39

Felix Zhang's user avatar

1

Many of the answers here are confused.
The reason there is so much confusion is that many people who have only ever owned Macbooks & others with short keyboards may be unaware that an extended keyboard has both true Delete and Backspace keys, whereas a short keyboard only has a Backspace key.
Windows wants the ‘true’ Delete key.

enter image description here

Pressing Fn Backspace will send ‘true’ Delete.

So on an extended keyboard Ctrl ⌃ Alt ⌥ Delete ⌦ is the correct method.
On a short keyboard you need to press Ctrl ⌃ Alt ⌥ Fn Backspace ⌫
The Fn Backspace method will also work on an extended keyboard if you really feel the need.

Note:
Opt == Alt in all cases.
Some Mac keyboards actually say Alt, some say Opt & some only have the symbol ⌥.
It’s all the same key.

answered Aug 4, 2021 at 11:45

Tetsujin's user avatar

TetsujinTetsujin

47.9k8 gold badges109 silver badges138 bronze badges

You should be able to use one of the following:

  • Ctrl+Option+Del

  • Command+Option+Del

  • Ctrl+Option+Fn+Del

  • Command+Option+Fn+Del

Insane's user avatar

Insane

2,8926 gold badges27 silver badges49 bronze badges

answered Nov 10, 2015 at 3:22

Cnorwood7641's user avatar

1

Bootcamp Windows Partition.
I tried ‘every combination’ that I found and none of them worked when I tried to log in to Windows. I solved this CtrlAltDelete problem by plugging a PC keyboard in to the Macbook. Worked like a champ! Be sure to change that «user must press CtrlAltDelete» setting in User Accounts once you are in!

Werner Henze's user avatar

Werner Henze

4,8473 gold badges19 silver badges33 bronze badges

answered Mar 15, 2016 at 17:45

Doug Jordan's user avatar

2

You must log in to answer this question.

Not the answer you’re looking for? Browse other questions tagged

.

I am trying to log into my PC at work from my Mac. It requires Control + Alt + Delete key combination to login.

How do I do it from my Mac?

Nimesh Neema's user avatar

Nimesh Neema

50.7k19 gold badges144 silver badges203 bronze badges

asked Sep 3, 2018 at 14:12

Claudia's user avatar

2

With MS Remote Desktop Connection, fn+Ctrl+Alt+Del works fine.

nohillside's user avatar

nohillside

97.3k42 gold badges212 silver badges256 bronze badges

answered Jul 9, 2020 at 13:23

traday's user avatar

tradaytraday

2312 silver badges3 bronze badges

3

Depends on how you’re controlling the remote PC. On most remote control software, you select «Ctrl-Alt-Del» from the menu to send the command to the remote PC.

The option key on the mac keyboard is also labeled alt and there is usually a delete key, too on larger / external keyboards.

bmike's user avatar

bmike

231k78 gold badges410 silver badges904 bronze badges

answered Sep 3, 2018 at 14:32

jksoegaard's user avatar

jksoegaardjksoegaard

75.7k3 gold badges118 silver badges192 bronze badges

Connect using Microsoft Remote Desktop. To send the «Control + Alt + Delete» in Windows, press control + option + del on your Mac keyboard. This works for macOS Big Sur

answered Nov 25, 2021 at 16:29

henqdev's user avatar

henqdevhenqdev

511 silver badge2 bronze badges

1

Following keyboard shortcut worked for me:

fn+control+option+command+delete

user3439894's user avatar

user3439894

57.5k9 gold badges105 silver badges131 bronze badges

answered Jan 14, 2021 at 4:07

Rakesh Rawat's user avatar

If using MacOS Screen Sharing then
fn+control+option+command+delete
works for me.

More detail: the target Windows computer has VNC server (or equivalent) running, which allows MacOS Screen Sharing app to connect using finder to connect to vnc://192.168.1.42 by IP address to windows.

bmike's user avatar

bmike

231k78 gold badges410 silver badges904 bronze badges

answered Jan 4, 2022 at 21:46

skeptict's user avatar

3

Not the answer you’re looking for? Browse other questions tagged

.

Пользователи Mac, которые работают под операционной системой Windows, знают, что у Mac клавиатура немного отличается от стандартной клавиатуры для Windows. Одна из проблем, с которой они могут столкнуться, — это отсутствие комбинации клавиш «ctrl alt del», которая широко используется для вызова диспетчера задач и других системных функций в Windows. В этом руководстве мы расскажем, как нажать «ctrl alt del» на Mac клавиатуре под Windows.

1. Использование виртуальной клавиатуры

Один из способов решить эту проблему — использовать виртуальную клавиатуру. Для этого откройте меню «Пуск», найдите раздел «Средства доступности» и выберите «Виртуальная клавиатура». После этого откроется виртуальная клавиатура, на которой вы сможете нажать «ctrl alt del».

Примечание: этот способ не всегда удобен и может занимать дополнительное место на экране, поэтому есть и другие варианты.

2. Использование сочетания клавиш на Mac клавиатуре

Если вы предпочитаете использовать клавиатуру, а не виртуальную клавиатуру, то есть специальное сочетание клавиш на Mac клавиатуре, которое производит аналогичное действие. Для этого нажмите клавиши «control», «option» и «delete» одновременно, и это вызовет экран выбора опций в Windows.

Эти два способа помогут вам нажать «ctrl alt del» на Mac клавиатуре под Windows. Выберите то, что наиболее удобно для вас и продолжайте работу на компьютере, несмотря на отличия клавиш на Mac клавиатуре.

Если у вас возникли другие проблемы или вопросы, связанные с использованием Mac клавиатуры под Windows, обратитесь к документации или почтовой поддержке Apple или Microsoft.

Как нажать Ctrl Alt Del на Mac клавиатуре под Windows?

Использование комбинации клавиш Ctrl Alt Del на клавиатуре Mac при работе под операционной системой Windows может вызвать некоторые затруднения. Однако, существуют несколько способов выполнения этой комбинации, которые помогут вам решить данную проблему.

Способ 1: Использование виртуальной клавиатуры

На Mac можно использовать виртуальную клавиатуру, чтобы эмулировать нажатие сочетания клавиш Ctrl Alt Del. Для этого, выполните следующие действия:

  1. Откройте меню «Пуск» и найдите «Клавиатура экрана».
  2. Нажмите на «Клавиатура экрана», чтобы открыть виртуальную клавиатуру.
  3. На виртуальной клавиатуре нажмите сочетание клавиш Ctrl Alt Del.

Способ 2: Использование программы Boot Camp

Другой способ выполнения комбинации клавиш Ctrl Alt Del на Mac клавиатуре под Windows — использование программы Boot Camp, которая позволяет вам установить и использовать Windows на Mac. Для выполнения комбинации клавиш Ctrl Alt Del в программе Boot Camp, просто нажмите и удерживайте клавиши Control и Option, а затем нажмите клавишу Delete.

Заключение

Независимо от того, какой способ вы выберете, эти инструкции помогут вам выполнить комбинацию клавиш Ctrl Alt Del на Mac клавиатуре под операционной системой Windows. Выберите подходящий для вас способ и продолжайте работать эффективно!

Руководство по использованию комбинации клавиш

В данной статье мы расскажем вам о нескольких способах, которые позволят вам легко и быстро нажать комбинацию клавиш Ctrl + Alt + Del на клавиатуре Mac под Windows.

  1. Сочетание клавиш: Fn + Control + Option + Delete

    Этот способ является самым простым и наиболее распространенным. Просто одновременно нажмите клавиши Fn, Control, Option и Delete. Таким образом, вы нажмете комбинацию Ctrl + Alt + Del на клавиатуре Mac и откроете соответствующее меню под управлением Windows.

  2. Сочетание клавиш: Control + Option + Shift + Escape

    Этот способ является альтернативным, если метод с использованием клавиши Delete не сработал. Нажмите клавиши Control, Option, Shift и Escape одновременно. Это действие также откроет меню с такими же опциями, как и комбинация Ctrl + Alt + Del.

Теперь вы знаете два способа нажать комбинацию клавиш Ctrl + Alt + Del на клавиатуре Mac под управлением Windows. Оба метода просты и позволяют вам получить доступ к важным функциям и инструментам операционной системы. Так что не стесняйтесь использовать эти комбинации и выполнять необходимые действия на вашем Mac!

Wouldn’t it be nice to be able to use a device from anywhere? Consider being able to reach your machine from either Android, iOS, or Windows mobile. This is the aim of Windows Remote Desktop. Remote Desktop is a handy little Windows tool that helps you to link to another PC remotely and control it as though you were sitting at the console. So, is it possible to send Ctrl Alt Del to Remote Desktop? The answer is yes.

When connected to another computer, almost all keyboard activities, such as pressing Enter, clicking, pressing the Windows key, and so on, are sent to the remote machine. However, with certain primary combinations, this is not the case.

How to Send Ctrl Alt Del to Remote Desktop

Sending Procedure of Ctrl+Alt+Del to Remote Desktop

When using Remote Desktop in Windows, one thing that has frustrated me for a long time is pressing Ctrl + Alt + Del when logged into the remote screen. Rather than submitting the main combination to the remote screen, it will carry out the operation on my computer!

This was originally meant by Microsoft and there are certain situations in which you do not like that submitted to the remote device. As a result, Ctrl + Alt + Del can only function on the local device by design.

But, how does one go about doing the same thing on the remote computer? It’s really very easy! Simply click the following alternative key combination to send Ctrl + Alt + Del to the remote PC:

Ctrl + Alt + End

That’s it! Isn’t it simple? Unfortunately, I seldom use Remote Desktop and hence often forget this crucial combination!

Few people have even contacted me and inquired regarding several RDP sessions, i.e. A – B – C. As a result, A is remotely connected to B, and B is remotely connected to C. In this scenario, the final computer must be loaded with the On-Screen Keyboard (C). You will do so by executing osk.exe (by pressing Windows key + R and typing osk).

Now, on your host computer (A), keep down the CTRL and ALT keys on your actual keyboard when pressing the DEL key on the on-screen keyboard. That’s one approach.

Alt + Page Up – Switch between programs (the local order is Alt + Tab).

Ctrl + Alt + End – Show the Task Manager (the local order is Ctrl + Shift + Esc).

Alt + Home – Displays the remote computer’s Start menu.

Ctrl+Alt++ (+) Moreover/ (-) Minus – Minus captures a snapshot of the active window, while Plus captures a snapshot of the whole remote desktop window.

Conclusion

That’s all of the remote desktop keyboard shortcuts you’ll ever need! So now you can easily get rid of this keyword combo when using the remote desktop. By going through this you are going to dance in happiness. So thanks a lot for visiting our page. After reading the article, we hope now you are able to easily send Ctrl Alt Del to remote desktop.

  • Cth 661 driver windows 10
  • Custom context menu windows 11
  • Cursors скачать для windows 10
  • Cursorfx для windows 10 крякнутый
  • Cursors pack for windows 10