On Sat, 30 Nov 2024 20:37:26 +0100, Herbert Kleebauer wrote:
On 30.11.2024 19:59, Bill Powell wrote:
I run a batch command file which asks a few questions but I need a bigger
font when it asks for input to be typed into the command window that pops
up. How can a bigger font be called for within a batch command file whose
questions are in that big font in the command window which comes up?
https://www.tenforums.com/tutorials/179097-how-change-font-size-windows-terminal-profile-windows-10-a.html
The first step is "open the Windows terminal app".
I didn't even know there was such a thing as the Windows terminal app!
"wt.exe is what's known as an "Execution Alias", a "fake exe" method to
open a Windows Store app (a.k.a. Metro, a.k.a. Universal, a.k.a. Modern, or whatever it's called today)."
Apparently it's located here.
https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-us&gl=US
But nothing shows up in my web browser at that url.
Maybe because I don't have a Microsoft account?
Searching for how to install the Windows terminal app without it
https://www.google.com/search?q=install+windows+terminal+app+without+microsoft+account
This comes up from a site appropriately named cheap windows VPS
https://cheapwindowsvps.com/blog/how-to-install-windows-terminal-without-using-the-microsoft-store/
"The Windows Terminal console comes pre-installed on Windows 11
and on Windows 10 22 H2" so let me check my Windows 10 version.
ver reports "Microsoft Windows [Version 10.0.19045.5131]"
How do I know if that's the same or better than "Windows 10 22 H2"?
https://www.google.com/search?q=which+windows+version+is+Windows+10+22+H2 Apparently anything after "Build number: 10.0.19045" is 10 22 H2.
So I must have this Windows terminal on my system already.
But where?
https://www.google.com/search?q=where+is+Windows+terminal
Which brings up the same question from here
https://stackoverflow.com/questions/62894666/path-and-name-of-exe-file-of-windows-terminal-preview
Which says it's here, but on my system, it's not there. C:\Users\bp\AppData\Local\Microsoft\WindowsApps> dir
11/26/2024 02:02 AM <DIR> Backup
11/24/2024 04:43 PM <DIR> Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
11/24/2024 04:43 PM 0 python.exe
11/24/2024 04:43 PM 0 python3.exe
11/24/2024 04:43 PM 0 WindowsPackageManagerServer.exe 11/24/2024 04:43 PM 0 winget.exe
where.exe wt.exe
INFO: Could not find files for the given pattern(s).
So I'm back to finding how to install the Windows terminal on Windows 10.
https://cheapwindowsvps.com/blog/how-to-install-windows-terminal-without-using-the-microsoft-store/
Which says to either go here to get a "msixbundle package".
https://github.com/microsoft/terminal/releases
Or go here to get things off of the Windows MS store without an account.
https://woshub.com/how-to-download-appx-installation-file-for-any-windows-store-app/
I picked up something called an "msixbundle" from here.
https://github.com/microsoft/terminal/releases/latest https://github.com/microsoft/terminal/releases/download/v1.21.3231.0/Microsoft.WindowsTerminal_1.21.3231.0_8wekyb3d8bbwe.msixbundle
Name: Microsoft.WindowsTerminal_1.21.3231.0_8wekyb3d8bbwe.msixbundle
Size: 21868845 bytes (20 MiB)
SHA256: C80BC461B22A17650A58BC5CAD743E1AD97E0A4EA92CCDCB514EE7D7AA134243
Now I have to figure out how to install that "msixbundle" thing.
powershell
"Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell
https://aka.ms/pscore6"
add-appxpackage -path .\Microsoft.WindowsTerminal_1.21.3231.0_8wekyb3d8bbwe.msixbundle
"Mode LastWriteTime Length Name
---- ------------- ------ ----
-a---- 12/1/2024 5:35 AM 21868845 Microsoft.WindowsTerminal_1.21.3231.0_8wekyb3d8bbwe.msixbundle"
Get-AppxPackage *WindowsTerminal* -AllUsers
Name : Microsoft.WindowsTerminal
Publisher : CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
Architecture : X64
ResourceId :
Version : 1.21.3231.0
PackageFullName : Microsoft.WindowsTerminal_1.21.3231.0_x64__8wekyb3d8bbwe
InstallLocation : C:\Program Files\WindowsApps\Microsoft.WindowsTerminal_1.21.3231.0_x64__8wekyb3d8bbwe IsFramework : False
PackageFamilyName : Microsoft.WindowsTerminal_8wekyb3d8bbwe
PublisherId : 8wekyb3d8bbwe
PackageUserInformation : {S-1-5-21-1978554282-384915032-812892281-1001 [a]: Installed}
IsResourcePackage : False
IsBundle : False
IsDevelopmentMode : False
NonRemovable : False
Dependencies : {Microsoft.UI.Xaml.2.8_8.2310.30001.0_x64__8wekyb3d8bbwe}
IsPartiallyStaged : False
SignatureKind : Store
Status : Ok
Now I think I can run "wt.exe" because it's found now.
where.exe wt.exe
C:\Users\bp\AppData\Local\Microsoft\WindowsApps\wt.exe
Now back to the tenforums article to see what the next step might be.
https://www.tenforums.com/tutorials/179097-how-change-font-size-windows-terminal-profile-windows-10-a.html
Open the Windows Terminal app.
Click/tap on the down arrow button on the top bar
Click/tap on Settings Ctrl+,
Click/tap on the profile called "Command Prompt"
Click/tap on the Appearance tab on the right side.
Change the Font Size from the default of 12 to something else (48).
Click/tap on Save to apply.
Close the Windows Terminal.
It didn't work. But probably I did something wrong.
When I open a new command window, the font is still the default at 12.
So I'll try again as if this works, it solves the problem.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)