Jump to content

dacrone

Member
  • Posts

    32
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About dacrone

Profile Information

  • OS
    Windows 11

Recent Profile Visitors

1,966 profile views

dacrone's Achievements

4

Reputation

  1. 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)
  2. whatever directory is opening with its own taskbar icon/space is opening in a new service. thats why its doing that.
  3. 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
  4. backup registry HKEY_CURRENT_USER\Software\StartIsBack and HKEY_LOCAL_MACHINE\SOFTWARE\StartIsBack
  5. 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.
  6. edited
  7. @Tihiywhere can i view my serial/product key? i found the license hash in the registry but don't see the actual serial. thanks
  8. @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!
  9. 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.
  10. Nope. Doesn't work in any directory. And when I /u the dll, it works fine...
  11. 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?
  12. 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
  13. That's the one I have 1.5.1... still has debug windows and a watermark (with my donation key in place)
  14. 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.
  15. 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..
×
×
  • Create New...