Recent content by profitablePotat


  1. How to always open Windows Terminal, not Command Prompt?

    That's right. I will try to convert to PowerShell now. thanks
  2. How to always open Windows Terminal, not Command Prompt?

    Got it. but when I manipulating registries, it always says "Access denied" so I just put them.
  3. How to always open Windows Terminal, not Command Prompt?

    I changed them long time ago, default Windows command prompt. and excluding appearances, I didn't changed or modified anything.
  4. How to always open Windows Terminal, not Command Prompt?

    That'll be cool and I thought that too a lot. but sadly, I don't know much about PowerShell syntaxes.
  5. How to always open Windows Terminal, not Command Prompt?

    UAC is not issue for me. Thanks for the code. But... It is LOOPING AS HELL and kinda funny so im trying to find a solution!
  6. How to always open Windows Terminal, not Command Prompt?

    Gotcha. Here's the whole codes + You should ignore some PowerShell errors. It is some kind of NotImplementedError 😐 @echo off wt cmd /k Title [230622] Windows 11 Automatic Optimization and Settings :: echo highlighting for /F %%a in ('echo prompt $E ^| cmd') do set "ESC=%%a" :: BatchGotAdmin...
  7. How to always open Windows Terminal, not Command Prompt?

    I implemented that in batch file but it seems like broken. What I'm now trying is batch codes are continuosly working in the Windows terminal. Double-clicking or selecting "Open in Administrator Mode" in context menu opens Command Prompt with administrator mode.
  8. How to always open Windows Terminal, not Command Prompt?

    I mean, I changed all of these but not working.
  9. How to always open Windows Terminal, not Command Prompt?

    I made a batch file to set up my computers, and using BatchGotAdmin, I also made it run automatically in administrator mode. but this is issue or my hope, Windows automatically run Terminal and then Command Prompt in administrator mode. this is it. is there a method to allow Windows Terminal...
Back
Top Bottom