Jump to content

Problem with instaling Aero Glass


somuel

Recommended Posts

Hello guys.

I searched for few hours to resolve my problem, ultimately I decide to wrote this post.

My problem is that I got Windows 10 Home, 1709 version and I can't install aero . After downloaded installer and switch on I got notification "This service is not supposed to be executed by the user" even i setup compatibility and run as admin or "this program does not support the version of windows". This same issue happend if I downloaded folder directly and run exe. (always I unzip all files to C hard drive)

Question is: It's a any solution for my issue? Or i have to wait until developer unleash version for 1709 ? Maybe i skip something important? I have never used this program before. Today I have discovered it, and I really liked idea.  I have donated and of course have generated donation key.

I will be really grateful if someone could help me.

 somuel

Link to comment
Share on other sites


You should have a folder named Aeroglass on your C-Drive (BEST RECOMMENDED LOCATION!)  If it is not there MOVE the folder there.  Next copy and paste the code from my reply into your favorite text editor, and save it as Aero_Glass.xml.  Make sure you do NOT save it a a text file  if you put quotes around it when you save like this "Aero_Glass.xml" it WILL save properly.  Save it to your desktop, OK.  Now run this command in a command prompt as administrator.

schtasks.exe /Create /XML "%USERPROFILE%\desktop\Aero_Glass.xml" /tn Aeroglass

  Now, restart your computer.

Code to be saved as Aero_Glass.xml on your desktop:

<?xml version="1.0" encoding="UTF-16"?>
<Task version="1.4" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
  <RegistrationInfo>
    <URI>\Aero Glass</URI>
  </RegistrationInfo>
  <Triggers>
    <BootTrigger>
      <Enabled>true</Enabled>
    </BootTrigger>
  </Triggers>
  <Principals>
    <Principal id="Author">
      <UserId>S-1-5-18</UserId>
      <RunLevel>HighestAvailable</RunLevel>
    </Principal>
  </Principals>
  <Settings>
    <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
    <DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries>
    <StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
    <AllowHardTerminate>false</AllowHardTerminate>
    <StartWhenAvailable>true</StartWhenAvailable>
    <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
    <IdleSettings>
      <StopOnIdleEnd>true</StopOnIdleEnd>
      <RestartOnIdle>false</RestartOnIdle>
    </IdleSettings>
    <AllowStartOnDemand>true</AllowStartOnDemand>
    <Enabled>true</Enabled>
    <Hidden>false</Hidden>
    <RunOnlyIfIdle>false</RunOnlyIfIdle>
    <DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession>
    <UseUnifiedSchedulingEngine>true</UseUnifiedSchedulingEngine>
    <WakeToRun>false</WakeToRun>
    <ExecutionTimeLimit>PT0S</ExecutionTimeLimit>
    <Priority>5</Priority>
    <RestartOnFailure>
      <Interval>PT1M</Interval>
      <Count>3</Count>
    </RestartOnFailure>
  </Settings>
  <Actions Context="Author">
    <Exec>
      <Command>%SYSTEMDRIVE%\AeroGlass\aerohost.exe</Command>
    </Exec>
  </Actions>
</Task>
Edited by dhjohns
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...