What is language-code for English (United States - International)?
When in Powershell, I type:Get-WinUserLanguageListI only get 2 (of 3) from list:en-USen-GBBut doesn't show the item for "(United States-International)".What is language code for it? en-INTL ??
View ArticleHow can I create a file with command line in Windows?
I am trying to make a file with the command line with the form of mkdir -p /path/to/directory && touch /path/to/directory/file.txtso in my case It will be like that mkdir -p layout &&...
View ArticleLooking to 'hide' a window by sending it to background or 'detatching' it...
I've compiled a little python program and it has this window open (cmd console) and I would like to make it a background task or just hide it from the user somehow.Yes I am aware that I can compile my...
View ArticleChrome fails to open links from external applications
Yesterday I encountered a problem regarding chrome. Whenever I click a link in an external application, obviously Windows tries to open it with the default browser. However, I am getting the following...
View ArticleHow to keep performance on minimized apps? [duplicate]
I use Windows 11 and use Ableton Live for music production. I noticed that when I toggle to another window or minimize Ableton's window, the performance of Ableton degrades to the point the sounds...
View ArticleHow to set different UID and GID for each NFS folder in Windows 10
I have two NFS servers running Ubuntu (server0, server1). My client is on Windows 10. The Unix accounts for this client on each servers have different UID and GID, it is something like 1002,1002 on...
View ArticleWhatsapp running at startup on Windows 10
I have installed the Whatsapp desktop application on windows 10. I downloaded and installed it via the Microsoft Store. I have gone into the startup section on the Task Manager and have stopped the...
View ArticleWindows service fails to start with custom user until started once with local...
All of a sudden my Windows service application after installation does not start. (Some services stop automatically if they have no work to do.) The service uses a custom user. If I change the logon...
View ArticleHow to escape file path for burned-in text-based subtitles with FFmpeg?
I'm trying to burn text-based subtitles into a video using ffmpeg, via the command line option -vf followed by subtitles=(filename):si=(subtitle index). I need this to work for both Windows and...
View ArticleDNS drops out/fails regularly for no reason in Windows 11
Device: HP laptop, Windows 11.Laptop's onboard Wi-Fi hardware is non-functional. External USB dongle is used instead (ASUS USB-AC53 Wi-Fi).From time to time Wi-Fi connectivity drops for web-browsers....
View ArticleIs there a way to open windows app maximized?
for starter, I already know the shortcut trick which doesn't work for each file when opening them by double clicking.is there universal way to open any application on Windows machine in maximized...
View ArticleExternal hard drive not being recognized by Windows virtual machine on Mac
Using: VMWare Fusion 8.0.0, El Capitan 10.11.4 on MacBook Pro (Late 2013), Windows 10 x64 (trial version by the way), LaCie 1TB Porsche Design Mobile Drive (USB 3.0, NTFS)Goal: Read/write/delete/etc on...
View ArticleWhy does my Windows Firewall keep forgetting its settings?
Windows Firewall continually forgets its settings. It does not remember programs that I allow, and if I turn off notifications for blocked apps, the notifications are turned back shortly (at least...
View ArticleHow can I create a file with command line in Windows?in a not exist folder...
I am trying to make a file with the command line with the form of mkdir -p /path/to/directory && touch /path/to/directory/file.txtso in my case It will be like that mkdir -p layout &&...
View ArticleHow to create a separate profile in Chrome with same email?
I would like to sign into Chrome at work. The computers don't save information and it's really helpful to have bookmarks, history and tabs saved. I'm wondering what's the safest way to do this, as to...
View ArticleIncorrect parameter error when using 7-zip from the command line in Windows
I am running the following command:7z.exe a -t7z -m9=LZMA2 test.7z test.txtHowever, I get this error: System error:The parameter is incorrect. The error only occurs if I use the -m9=LZMA2 or -m9=LZMA...
View ArticleIf I deleted a partition, will that delete the data on this partition?
I installed Ubuntu alongside Windows 11, but I forgot to turn off BitLocker.Ubuntu was installed "successfully", but I wasn't able to dual boot, so I deleted the partitions assigned to Ubuntu OS.Do I...
View ArticleTask Scheduler - scheduled task to run as SYSTEM not fire
Following the answer here:How can I run a scheduled task as SYSTEMI have created task to be run using SYSTEM accountTask to be run on System accountBut it does not start on scheduled time.When I change...
View ArticleWindows XP "Base System Device"
I've got an old Acer Aspire One 531h laptop my friend gave me. I'm trying to make some use out of it, so I did a fresh install of Windows XP. All my devices and hardware (as far as I know) work. Yet...
View ArticleHow do you run an application as TrustedInstaller or SYSTEM without using...
Using only the Command Prompt and/or PowerShell, but without external programs or commands, how can you run an application as TrustedInstaller or SYSTEM?
View Article