Jump to content

dacrone

Member
  • Posts

    33
  • Joined

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by dacrone

  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.
×
×
  • Create New...