Completely lost the ability to run Winaero Tweaker

Page 1 of 2 12 LastLast

  1. Posts : 25
    Windows 10 x64 1909
       #1

    Completely lost the ability to run Winaero Tweaker


    Windows 10 Pro x64 2004 VPS

    Ran Winaero Tweaker 0.18.0.0 (latest version) without issue in the past. However, cannot remember exactly when the last time was I ran it successfully.

    Click Start Menu, directly run .exe, run from command prompt, doesn't matter. It won't start. It does nothing. Creates no event log. No clue what's wrong, where to look, or what to troubleshoot.

    Something is obviously different but I've no idea what.

    There doesn't appear to be any support for Winaero Tweaker. So I can't contact anybody.

    I have no problems like this on Windows 7. So far Windows 10 has been a complete nightmare for me. I've spent hours on this so far and no solution.

    Google searching seems to indicate that this isn't something that has happened to anyone.

    I guess I have to consider this VPS a bust, because it is possible for programs to just suddenly stop working, with no error messages or event logs, leaving me in the complete dark.

    I can do x64dbg log but what I really need is a log from before on this VPS, when it worked. Do I have to make x64dbg logs for every program installed on this VPS now?

    x64dbg log, Win10 VPS, will not start
    Initializing wait objects...Initializing debugger...Initializing debugger fu - Pastebin.com

    x64dbg log, Win Server 2008 R2 SP1 VPS, starts normally
    Successfully loaded C:\Program Files\x64dbg\x64\GleeBug\TitanEngine.dll!Initia - Pastebin.com

    The thread exits at the end are normal... it appears to "re-launch" itself somehow, I guess to prevent loading into a debugger.
      My Computer


  2. Posts : 13,301
    Windows 10 Pro (x64) 21H2 19044.1526
       #2

    Have you tried removing it entirely (Revo uninstaller can with all it leaves behind).
    And then installing it fresh?
      My Computers


  3. Posts : 25
    Windows 10 x64 1909
    Thread Starter
       #3

    AFAIK it only installs into C:\Program Files\Winaero Tweaker, and only creates a Windows Registry key under HKEY_CURRENT_USER\Software\Winaero.com. Uninstaller removes Winaero Tweaker folder but leaves registry key.

    Tried running uninstaller, deleting registry key, and re-installing.

    Had no effect.

    Am only using Windows Defender. Tried disabling it.

    Had no effect.
      My Computer


  4. Posts : 23,282
    Win 10 Home ♦♦♦19045.4355 (x64) [22H2]
       #4

    Ceelix said:
    AFAIK it only installs into C:\Program Files\Winaero Tweaker, and only creates a Windows Registry key under HKEY_CURRENT_USER\Software\Winaero.com. Uninstaller removes Winaero Tweaker folder but leaves registry key.

    Tried running uninstaller, deleting registry key, and re-installing.

    Had no effect.

    Am only using Windows Defender. Tried disabling it.

    Had no effect.


    What tweaks in Winaero have you tried, that caused you to notice that the program wasn't working?

    I've noticed one or two tweaks that don't seem to work, while the rest seem to work fine.
      My Computer


  5. Posts : 13,301
    Windows 10 Pro (x64) 21H2 19044.1526
       #5

    Ghot said:
    What tweaks in Winaero have you tried, that caused you to notice that the program wasn't working?
    add do you have any other tweaking programs that might interfere with it.
      My Computers


  6. Posts : 23,282
    Win 10 Home ♦♦♦19045.4355 (x64) [22H2]
       #6

    An easy tweak to test with is "Shortcut Arrow" down in the Shortcuts group... 3rd up from the bottom.
      My Computer


  7. Posts : 25
    Windows 10 x64 1909
    Thread Starter
       #7

    Not following your posts.

    I didn't "try any tweaks in Winaero Tweaker that caused me to notice the program isn't working."

    The program, will not start. At all.

    This is probably related... this tweak:

    Open command window here as administrator - Add in Windows 10

    Code:
    Windows Registry Editor Version 5.00
    
    ; Created by: Shawn Brink
    ; Created on: August 10, 2016
    ; Updated on: April 29, 2020
    ; Tutorial: https://www.tenforums.com/tutorials/59686-open-command-window-here-administrator-add-windows-10-a.html
    
    
    
    [HKEY_CLASSES_ROOT\Directory\shell\OpenCmdHereAsAdmin]
    @="Open command window here as administrator"
    "Extended"=-
    "Icon"="imageres.dll,-5324"
    
    [HKEY_CLASSES_ROOT\Directory\shell\OpenCmdHereAsAdmin\command]
    @="cmd /c echo|set/p=\"%L\"|powershell -NoP -W 1 -NonI -NoL \"SaPs 'cmd' -Args '/c \"\"\"cd /d',$([char]34+$Input+[char]34),'^&^& start /b cmd.exe\"\"\"' -Verb RunAs\""
    
    
    
    [HKEY_CLASSES_ROOT\Directory\Background\shell\OpenCmdHereAsAdmin]
    @="Open command window here as administrator"
    "Extended"=-
    "Icon"="imageres.dll,-5324"
    
    [HKEY_CLASSES_ROOT\Directory\Background\shell\OpenCmdHereAsAdmin\command]
    @="cmd /c echo|set/p=\"%V\"|powershell -NoP -W 1 -NonI -NoL \"SaPs 'cmd' -Args '/c \"\"\"cd /d',$([char]34+$Input+[char]34),'^&^& start /b cmd.exe\"\"\"' -Verb RunAs\""
    
    
    
    [HKEY_CLASSES_ROOT\Drive\shell\OpenCmdHereAsAdmin]
    @="Open command window here as administrator"
    "Extended"=-
    "Icon"="imageres.dll,-5324"
    
    [HKEY_CLASSES_ROOT\Drive\shell\OpenCmdHereAsAdmin\command]
    @="cmd /c echo|set/p=\"%L\"|powershell -NoP -W 1 -NonI -NoL \"SaPs 'cmd' -Args '/c \"\"\"cd /d',$([char]34+$Input+[char]34),'^&^& start /b cmd.exe\"\"\"' -Verb RunAs\""
    
    
    
    [HKEY_CLASSES_ROOT\LibraryFolder\background\shell\OpenCmdHereAsAdmin]
    @="Open command window here as administrator"
    "Extended"=-
    "Icon"="imageres.dll,-5324"
    
    [HKEY_CLASSES_ROOT\LibraryFolder\background\shell\OpenCmdHereAsAdmin\command]
    @="cmd /c echo|set/p=\"%V\"|powershell -NoP -W 1 -NonI -NoL \"SaPs 'cmd' -Args '/c \"\"\"cd /d',$([char]34+$Input+[char]34),'^&^& start /b cmd.exe\"\"\"' -Verb RunAs\""
    
    
    ; To allow mapped drives to be available in command prompt
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
    "EnableLinkedConnections"=dword:00000001
    Has also stopped working. It worked when I set it up initially. Now it stopped working. Does nothing, creates no crash or event log. Just simply no longer works. Tried using the .reg remove and re-added it. Had no effect.

    I guess this VPS is hosed.
      My Computer


  8. Posts : 23,282
    Win 10 Home ♦♦♦19045.4355 (x64) [22H2]
       #8

    Ceelix said:
    Not following your posts.

    I didn't "try any tweaks in Winaero Tweaker that caused me to notice the program isn't working."

    The program, will not start. At all.

    This is probably related... this tweak:

    Open command window here as administrator - Add in Windows 10

    Code:
    Windows Registry Editor Version 5.00
    
    ; Created by: Shawn Brink
    ; Created on: August 10, 2016
    ; Updated on: April 29, 2020
    ; Tutorial: https://www.tenforums.com/tutorials/59686-open-command-window-here-administrator-add-windows-10-a.html
    
    
    
    [HKEY_CLASSES_ROOT\Directory\shell\OpenCmdHereAsAdmin]
    @="Open command window here as administrator"
    "Extended"=-
    "Icon"="imageres.dll,-5324"
    
    [HKEY_CLASSES_ROOT\Directory\shell\OpenCmdHereAsAdmin\command]
    @="cmd /c echo|set/p=\"%L\"|powershell -NoP -W 1 -NonI -NoL \"SaPs 'cmd' -Args '/c \"\"\"cd /d',$([char]34+$Input+[char]34),'^&^& start /b cmd.exe\"\"\"' -Verb RunAs\""
    
    
    
    [HKEY_CLASSES_ROOT\Directory\Background\shell\OpenCmdHereAsAdmin]
    @="Open command window here as administrator"
    "Extended"=-
    "Icon"="imageres.dll,-5324"
    
    [HKEY_CLASSES_ROOT\Directory\Background\shell\OpenCmdHereAsAdmin\command]
    @="cmd /c echo|set/p=\"%V\"|powershell -NoP -W 1 -NonI -NoL \"SaPs 'cmd' -Args '/c \"\"\"cd /d',$([char]34+$Input+[char]34),'^&^& start /b cmd.exe\"\"\"' -Verb RunAs\""
    
    
    
    [HKEY_CLASSES_ROOT\Drive\shell\OpenCmdHereAsAdmin]
    @="Open command window here as administrator"
    "Extended"=-
    "Icon"="imageres.dll,-5324"
    
    [HKEY_CLASSES_ROOT\Drive\shell\OpenCmdHereAsAdmin\command]
    @="cmd /c echo|set/p=\"%L\"|powershell -NoP -W 1 -NonI -NoL \"SaPs 'cmd' -Args '/c \"\"\"cd /d',$([char]34+$Input+[char]34),'^&^& start /b cmd.exe\"\"\"' -Verb RunAs\""
    
    
    
    [HKEY_CLASSES_ROOT\LibraryFolder\background\shell\OpenCmdHereAsAdmin]
    @="Open command window here as administrator"
    "Extended"=-
    "Icon"="imageres.dll,-5324"
    
    [HKEY_CLASSES_ROOT\LibraryFolder\background\shell\OpenCmdHereAsAdmin\command]
    @="cmd /c echo|set/p=\"%V\"|powershell -NoP -W 1 -NonI -NoL \"SaPs 'cmd' -Args '/c \"\"\"cd /d',$([char]34+$Input+[char]34),'^&^& start /b cmd.exe\"\"\"' -Verb RunAs\""
    
    
    ; To allow mapped drives to be available in command prompt
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
    "EnableLinkedConnections"=dword:00000001
    Has also stopped working. It worked when I set it up initially. Now it stopped working. Does nothing, creates no crash or event log. Just simply no longer works. Tried using the .reg remove and re-added it. Had no effect.

    I guess this VPS is hosed.


    Maybe Winaero doesn't work at all on a VPS.
      My Computer


  9. Posts : 25
    Windows 10 x64 1909
    Thread Starter
       #9

    The program ran fine without issues on the same VPS as recently as some days ago. Now it no longer works.

    With no crashes, event logs, or any clue where to look, I have no idea how to fix this. Something must be different. I've no idea what.

    - - - Updated - - -

    I have no idea what I did to cause this, but, now the program throws an error message when I try to run it:



    (It's Windows 10, I'm using Simple Classic Theme. That's not the issue, I've had SCT installed for weeks.)

    Additionally, I've lost the "Run as administrator" option for ALL exe files in Windows Explorer:



    I can run other exe's.

    I've never seen anything like this.

    Some kind of weird policy?

    Malware?

    ????????????????
      My Computer


  10. Posts : 23,282
    Win 10 Home ♦♦♦19045.4355 (x64) [22H2]
       #10

    Ceelix said:

    Some kind of weird policy?

    ????????????????
    This would be my guess. I've never run a VPS, but I would assume "they" control the OS.
    Possibly they decided to limit your ability to... tweak, OR "Run as Admin".

    Again, I'm just guessing here.

    I do know that on private game servers, whoever runs the server has complete control, and can give or take away control from anyone using their server.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 16:23.
Find Us




Windows 10 Forums