Jump to content

dhjohns

Member
  • Posts

    866
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by dhjohns

  1. I haven't had any issues with 3rd party themes in ages. Everything is unchanged from RS3 to RS6. All themes I have downloaded work great.
  2. Absolutely. He keeps us in the dark. No one knows what is going on. The whole project could be abandoned for all we know.
  3. Exactly. We are 4 months into the latest Windows 10 build, and no official release for Aeroglass as of yet. Right now there may only be two more months before MS releases their next big update. So we get to use the official release for 17134 for a few weeks, then it won't work any more.
  4. @bigmuscle I just think everyone would appreciate a faster turn-around time.
  5. Yes. Run this in command window as administrator. Reg.exe add "HKCU\Software\StartIsBack" /v "NoTaskbarSkin" /t REG_DWORD /d "1" /f
  6. Open task scheduler, delete the task, and reboot. Then wipe it off your drive.
  7. There are many advantages of cloud, and I am talking storage. If anything catastrophic were to happen to your house, say, all your data is safe. If your hard drives die, all your data is safe. You can also access your data from elsewhere. You are not tied to your home. I have full control. If you do not use the cloud you will be left behind in the dust. People used to speak the same way of telephones. One of the early presidents of the DuPont company saw no need for them. Anything new people like you shun. I embrace new technology! Sorry Charlie, welcome to the real world!
  8. I only have SiB installed for aesthetics. I put the Start Menu shortcut in there, and use the Windows 10 Start Menu to access all my programs. It is much easier that way.
  9. Safest place to keep them. All my personals and sensitives are in the cloud as well as my coding projects. I do NOT want them lost. This is just common sense.
  10. Thank you for v2.6.4! It works great with the Insider builds. I am using build 17606.1003 and it runs perfectly!
  11. Right clicking on open program in taskbar restarts explorer, but does not close window.
  12. I think you may not have actually replaced it. Did you rename the file from dll.aero to dll, and rename the original to dll.bak? It involves some work with permissions. I just replaced mine, and it IS working. Same OS as yours.
  13. This file works. GpeditEnablerforHomeEdition.rar
  14. I made a fix for you. It hides, but will appear on mouseover. Anyway, I have two files one for aero, and another for 3rd party themes build 1709. Just replace in your respective themes folder, using aero as an example: C:\Windows\Resources\Themes\aero\shell\normalcolor. Then restart or logout to apply. I edited the extensions to show which was which so change back to .dll! ShellStyle.rar
  15. I use SiB just for the themes. I always use the Windows 10 Start Menu, and have it at the top of the SiB start menu. Could you please tell me how to remove the Pin To Start Menu right click option as all I need is Pin to Start. I can not find it in registry.
  16. Not my theme, but it is called Chrononaut, and I got it from virtualcustoms.net.
  17. 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>
  18. For theming questions I refer you to virtualcustoms.net.
  19. On the File Explorer click Organize -> Layout -> Menu bar.
  20. The original post is dated 2013, but the link is the latest.
×
×
  • Create New...