Restart Windows 7 AERO with a simple batch file just created by you. You can add the Restart Windows 7 AERO in Right Click Context Menu too.
How we will restart Windows 7 AERO?
Actually, the AERO can be restarted from command line using uxsms command (start or stop). Batch files makes the process easy to execute by simple clicks.
So, we will create a batch file to restart Windows 7 AERO.
---
Create the batch file to restart Windows 7 AERO
Open Notepad and write or copy paste on your notepad :
@ECHO OFF
echo.
echo *********************************************************************
echo Restart Windows 7 AERO Program by TheCustomizeWindows.com
echo.
echo Do you Know that TheCustomizeWindows.com has 235+ Windows 7 Tricks?
echo.
echo *********************************************************************
echo.
echo.
echo Wait, we will stop the AERO now, OK?
echo.
net stop uxsms
echo.
echo.
echo Cool! Your System should have AERO running again after few seconds…
echo.
net start uxsms
echo.
echo.
PAUSE
Save the file as the name you like with .bat extension; do not forget to change file type from text to all files. For example, you can save as restart windows 7 aero.bat :
You can change the red texts in the Restart Windows 7 AERO with a simple batch file with your own. The batch file of Restart Windows 7 AERO we created should be with administrative privilege. So, right click on the Restart Windows 7 AERO.bat file you have created and Run as Administrator.
It will look like this:
Downloads for Restart Windows 7 AERO
Ready-made Download is available for this Restart Windows 7 AERO tutorial, click to download. The rar file is password protected. Password is thecustomizewindows.com
