How to create a shortcut to the Windows dialog box in Windows 10 to stop

19.19
How to create a shortcut to the Windows dialog box in Windows 10 to stop -

In Windows Vista, Microsoft has changed the way you shut down Windows. They did the classic dialog less Windows shutdown. Instead, they set up a drop down to the stop button in the Start menu. Although Windows 10 comes with a lot of ways to turn off your PC, the classic shutdown dialog is only accessible using a keyboard shortcut. You have to minimize all windows and click to focus on the desktop and, finally, press Alt + F4 to make it appear. Today, I'll share how to create a shortcut to the Shut Down Windows dialog box in Windows 10.

All we need is simply the Notepad application. Start and paste the following text:

 Sun set objShell objShell = CreateObject ( "Shell.Application") objshell.ShutdownWindows define objShell = nothing 

Now select File - Save menu item and type any file name, but it is necessary to add " .vbs " as the file extension

Tip :. You can add the file name and extension in quotes so that Notepad does not add ".txt" to the file name you typed. added inside quotes will save it as "shutdown.vbs" and not, "shutdown . .vbs.txt "See the following picture: windows 10 shutdown dialog shortcut

Now double click the file you saved and you will see the old Shut Down Windows dialog

windows 10 classic shutdown dialog

[

there.

How it works

there is nothing special about this trick. Windows provides users with access to a wide variety of objects necessary for running applications and managing the operating system. One of them is Shell COM object we created in the script. It has a stop method that displays the Stop box Windows dialogue

Bonus Tip :. How to pin our dialogue script Stop the taskbar

It is very easy to get pinned with our latest software: Taskbar Pinner. Just follow the step by step instructions below :.

  1. Create a shortcut to your VBS file and place it wherever you want
  2. Change the icon of the shortcut you created in a C :. Windows System32 Shell32.dll
  3. Drag the shortcut file to the main window Taskbar Pinner and drop it. That is all.

    Now you can even remove safely the shortcut you created in step 1. It is not necessary anymore.

Download the ready-use VBScript file

Previous
Next Post »
0 Komentar