Jump to content

DosProbie

Member
  • Posts

    1,047
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by DosProbie

  1. On your wi-fi connection what happens when you ping your Router default gateway with the following script?

    ~DP



    @Echo Off

    :### DEFAULT GATEWAY IP:
    For /F "Tokens=2,3 Delims={,}" %%A In ('"wMIC NICConfig Where IPEnabled="True" Get DefaultIPGateway /Value |Find "I" "') Do Set RouterIP=%%~A
    echo. Router Default Gateway IP: %RouterIP%
    timeout /t 3 /nobreak>nul
    echo.
    ping %RouterIP%
    echo.
    pause

  2. I just use Photoshop to alter the atlas graphics.

     

    -Noel

    Most Theme Builders use some of following tools.
    - Resource Editor - I like to use Resource Hacker FX 
    - Image Editor - PhotoShop CS is the weapon of choice
    - Theme Style Editor - Aves Windows Style Builder
    ~DP
  3. get some tool to find the Window Classes (I think one was called Window Spy or whatever) let it get the class of the 2nd taskbar and insert it as another line into the script we already have...

    Your referring to SPY++ which is part of a 2.18 GB Iso download of Visual Studios 2010 another option that I use
    is WinID which can be installed or used as a portable app and works with Windows 10
    ~DP
  4.  

    Just confirming:  Full theme replacements restore everything good that has been lost from decent themes, like graphics on scroll bar thumbs and even rounded buttons, right?

     

    What tools do you recommend with which to develop themes, MrGRiM?

     

    -Noel

    I could do with the original RP theme msstyles, I used to have it but I can't seem to locate it now, all I have is the theme atlas, I have the original msstyles for the CP so I could use that depending on what was changed between the 2, looking at the images it looks like aside from the atlas there is very little difference as it still contains all the rounded buttons and so from Windows 7.

     

    Here you go ==> http://ge.tt/8ygwo5D2/v/0?c

    Thanks, ~DP

  5. how to keep the taskbarblur.vbs file to keep running? mine after clicking on statmenu turns opac agai

    You Don't unless you put a script loop in place such as the one my1 came up with  or you can always add shortcut to taskbar or desktop to get it kicked started again.

    ~DP

  6. well I donated 7,89 and got 5 keys, so the checkbox doesnt equal the number of keys...

    That sounds about right, at one time the rule of thumb was every 3 Euros = 2 keys and so on. I got 17 keys and don't remember what I donated, I just wanted to support the cause and help in the development.

    ~DP

  7. I'm unable to change the inactive colour, tried the GUI.

    It may be Possible if your using a Custom theme to adjust the Windows Color to all windows screens based off the Main color of active wallpaper Go to >> .theme file  >>  [VisualStyles] >> AutoColorization 

    ~DP

  8.  

    Hi, how do you get rid of the window borders?

     

    Thanks DosProbie.

    Got it (aero glass in windows 10) working at least to some degree following these guides:

    http://www.msfn.org/board/topic/173379-windows-10/page-13#entry1096428

    http://www.msfn.org/board/topic/173379-windows-10/page-14#entry1096505

    SvUyEnV.jpg

     

    You can play around with the numbers to your visual liking smaller=smaller frames larger=larger and so forth.

    [HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
    [HKEY_USERS\.DEFAULT\Control Panel\Desktop\WindowMetrics]
    then the two string values for top and sides and bottom are "BorderWidth" and "PaddedBorderWidth"
    I have mine set to the Windows 8.1 values but again most want frames.
    ~DP
  9. - It is my understanding that you Cannot BUY Aeroglass but you can DONATE to help with the development of AeroGlass.

      To receive the 'donation version' ie donation.key I believe the donations start at 3 Euro.
      Read more here: => Post#282 http://www.msfn.org/board/topic/170850-old-aero-glass-for-win81/page-12?hl=%20euro%20%20donation

    - Donation link is here which Starts at 3 € and how many donation keys you may receive => http://glass8.eu/support.php

     

    ~DP

  10. @ Zhancis,

    - Big Muscle really has noting to do with the Taskbar transparency that one is on Microsoft, so you will just have to contintue using his

    file SetWindowCompositionAttribute file with the taskbar blur script to activate it and hopefully Miscrosoft will address it on a later build.

    - For help in setting up Modernframe and UxThemeSignaturebypass here is a script that will automate the registry settings.

    ~DP


     

    Also Thanks again Big Muscle, everything is still working great with your updated experimental debug!

    Experimental_Debug_W10.png

×
×
  • Create New...