Pages

How can I close an app in Windows 8?

Posted on Monday, September 22, 2014 by Unknown


Microsoft wants to change the users Windows experience by having any open apps remain open until shutdown. Therefore, they have removed the file menu, close, minimize, and resize options in apps designed for Windows 8 and replaced them with the Windows 8 App commands. The App commands bar appears on the bottom portion of the screen (as shown in the picture below) when you swipe up or down from either edge or right-click in the app.
App commands in Windows 8
Although the App commands gives you additional options for the open app, it may still not give you the option to close the app. If you want to close the app follow any of the below suggestions.
  1. Move your mouse to the very top of the app, which should change the mouse cursor to a hand, then click-and-drag or swipe that app to the bottom of the screen. Once you let go of the app it closes.
  2. Move your mouse to the top-left corner of the screen and then move down to show all open apps, right-click the open app you want to close and choose Close.
  3. Press the Windows key + Tab to show open apps, right-click on the app you want to close and click Close.
  4. Press Alt + F4 on the keyboard to close the app or any open program.

How to shut down or restart the computer with a batch file

Posted on by Unknown






Below are steps on how to restart, shutdown, and hibernate a Windows computer from a batch file or the command line.
Windows Vista, 7, and 8 users
Windows XP users
Windows 95, 98, and ME users
MS-DOS users

Windows Vista, 7, and 8 users

Microsoft Windows Vista, 7, and 8 includes a similar shutdown command feature that XP did to shutdown the computer through the command line, shortcut, or batch files. Below are the steps required for creating a shutdown, restart, and hibernate shortcut.
1. Create a new shortcut.
2. For the location of the shortcut type one of the below commands depending on what you want to do.
To shutdown the computer type the below line in the location text field.
shutdown.exe /s /t 00
To restart the computer type the below line in the location text field.
shutdown.exe /r /t 00
To hibernate the computer type the below line in the location text field.
shutdown.exe /h
3. Click Next, and then for the name of the shortcut type either Shut down, Restart, or Hibernate and then click Finish.
After completing the above steps, double-click the shortcut icon to shut down, restart, or put the computer into hibernation.
Additional information and options about the shutdown command is on our shutdown command page.

Windows XP users

Microsoft Windows XP includes a new shutdown command that allows users to shutdown the computer through the command line, shortcut, or batch files. Below are the steps required for creating a shutdown and restart shortcut.
1. Create a new shortcut.
2. For the location of the shortcut type one of the below commands depending on what you want to do.
To shut down your computer type the below line in the location.
shutdown.exe -s -t 00
To restart the computer type the below line in the location.
shutdown.exe -r -t 00
3. Click Next, and then for the name of the shortcut type either Shut down or Restart and then click Finish.
After completing the above steps, double-click the shortcut icon to shut down or restart the computer.
Additional information and options about the shutdown command is on our shutdown command page.

Windows 95, 98, and ME users

Create a batch file with the lines mentioned below for the action you want to perform.
Restarting the computer
START C:\Windows\RUNDLL.EXE user.exe,exitwindowsexec
exit
Shut down the computer
C:\Windows\RUNDLL32.EXE user,exitwindows
exit
Note: When typing the above two lines, spacing is important. Also, make sure to enter the exit line at the bottom of the batch file in case Windows cannot restart the computer because of the open MS-DOS window.
Microsoft Windows 98 and Windows ME users can also run the below command to perform different forms of rebooting or shutting down.
rundll32.exe shell32.dll,SHExitWindowsEx n
Where n is equal to one of the numbers below, depending on the action you want the computer to perform.
  • 0 - LOGOFF
  • 1 - SHUTDOWN
  • 2 - REBOOT
  • 4 - FORCE
  • 8 - POWEROFF

MS-DOS users

If you need to restart from MS-DOS, see the debug page for steps on how to write a debug routine to restart these computers.

How to shut down or restart the computer with a batch file

Posted on by Unknown




Windows 8.1 Start buttonNote: The below information applies to the original release of Windows 8. If you update to Windows 8.1 Microsoft has added the Start button that gives you the ability to get to the Start Screen. This does not return the Start Menu, but if you are ok with the Start Screen and just want the Start button we recommend getting Windows 8.1. If you have Windows 8.1 or want the Start Menu follow the steps below.
Microsoft is committed to having everyone use the Start screen instead of the Start button and start menu found in previous versions of Windows and therefore has no setting to enable or disable the start button. However, there are a few things that can be done to mimic the Windows Start button. Try one or all of the below suggestions to see what works best for you.
Tip: If you're a power user looking for things such as the Command prompt, Computer management, Device Manager, Event Viewer, Control Panel, Windows Explorer, etc. try using the Power user shortcut key ( Windows key + X ) before trying any of the below suggestions.

Create a Windows Start Menu Toolbar

The Start Menu can be made into a toolbar, which allows you access to all the programs you'd normally see in All Programs. To do this follow the steps below.
  1. Make sure show hidden files has been enabled.
  2. Right-click on the Taskbar and click Toolbars and then New toolbar.
  3. Browse to C:\Program Data\Microsoft\Windows and select Start Menu and choose Select Folder
Once the above steps have been completed you'll have a new Start Menu folder with all your programs in the Programs folder.

Install a third-party add-on

There are a few different third party tools that can be installed in Windows 8 that help mimic the Start button and other features you may have enjoyed in previous versions of Windows. Below are our suggestions on what software tools to try.
  • ViStart 8 - A great free utility to get just the Start menu back almost identical to what was in Windows 7 with the ability to skin and lots of other features.
  • Classic Shell - Another great free and open source software tool to add the start menu and other previous Windows features to Windows 8.
  • Start 8 - Another great tool to add the start button to the Taskbar.