Everything posted by dacrone
-
Aero Glass ThemeAtlas
nvm
-
StartAllBack for Windows 11
Registry: HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics REG_SZ = "CaptionHeight" Value formula = -15*desired height in pixels (so for 15 pixel height of titlebar, value would = -225)
-
StartAllBack for Windows 11
whatever directory is opening with its own taskbar icon/space is opening in a new service. thats why its doing that.
-
StartAllBack for Windows 11
save this as a .bat and run it. will output your SAB Settings and license, etc in 1 .reg file in C:\temp <# : @echo off powershell /nologo /noprofile /command ^ "&{[ScriptBlock]::Create((cat """%~f0""") -join [Char[]]10).Invoke(@(&{$args}%*))}" exit /b #> New-Item -Path "c:\temp" -Name "dump" -ItemType "directory" -ErrorAction SilentlyContinue $keys = Get-ChildItem -path HKCU:\software\StartIsBack, HKLM:\software\StartIsBack $tempFolder = 'C:\temp\dump' $outputFile = 'C:\temp\Output.reg' $i = 1; $keys | ForEach-Object { $i++ & reg export $_ "$tempFolder\$i.reg" } 'Windows Registry Editor Version 5.00' | Set-Content $outputFile Get-Content "$tempFolder\*.reg" | Where-Object { $_ -ne 'Windows Registry Editor Version 5.00' } | Add-Content $outputFile Remove-Item C:\temp\dump -Recurse
-
StartAllBack for Windows 11
backup registry HKEY_CURRENT_USER\Software\StartIsBack and HKEY_LOCAL_MACHINE\SOFTWARE\StartIsBack
-
Windows Security link in Start Menu
what mod are you using? OpenShell.. StartAllBack.. Start11? you should be able to right click the start button and click properties to edit the settings for those.
- StartAllBack for Windows 11
-
StartAllBack for Windows 11
@Tihiywhere can i view my serial/product key? i found the license hash in the registry but don't see the actual serial. thanks
-
StartAllBack for Windows 11
@TihiyRequest: would it be an easy implementation to allow TClock to run on all monitor taskbars? Thanks for all of your hard work on keeping it updated!
-
Site not working glass8.eu
old post, but can you upload the msstyles of that explorer frame you have in your screenshot please? i would to make my titlebars look like that.
-
DWMGlass dll issues with Explorer
Nope. Doesn't work in any directory. And when I /u the dll, it works fine...
-
DWMGlass dll issues with Explorer
When I register the DWMGlass dll file (on 2 different PCs), it disables my Open Command Prompt and Open Windows PowerShell options in the Explorer File Menu. Once I unregister the dll, all works normally (on both). Anyone else notice this?
-
Aero Glass for Win8.1+ 1.5.1.724
do you have debug windows still coming up that you hide? mine still shows them. just uninstalled and reinstalled it again today and am getting the same results... Win 10 14393.576 v1607 aeroglass 1.5.1
-
14393 Final Release?
That's the one I have 1.5.1... still has debug windows and a watermark (with my donation key in place)
-
14393 Final Release?
I have it installed and running with the debug windows on 1607 14393.576. Is there a final release candidate for this build yet? I have read through the other topics but am beginning to become lost in this as there are so many threads regarding installation, etc. Thanks in advance.
-
Office 2016
Just the interface as far as I know... it does seem to process a bit faster (or did when I was fumbling through 2 dozen documents at a time while I was in school). For day-to-day use, I honestly don't notice much different... just thought it would look cool if the whole top colored portion was glass..
-
Experimental builds
you shouldn't install that... just unpack 669 to C:\AeroGlass and then create a task in task scheduler to run aerohost at startup as the SYSTEM user account.
- Office 2016
- Office 2016
-
Experimental builds
My laptop shows 3 debug windows after the newest build combined with the latest windows updates while my desktop only shows one debug window with the same combo... anyone else having this issue?
-
Experimental builds
Cumulative updates as of 09/14/2016 make it show all 3 of the debug windows again... will these be hidden for the final build release?
-
Experimental builds
Any news on when the final build will be released for 14393?
- Office 2016
-
Experimental builds
Thanks for the heads up. I have returned that string value to empty and am editing my post for others that read it.
-
Experimental builds
Ok cool. Well its getting closer! Thanks.