Rivatuner (RTSS) xmax correction formula is no longer available
Not sure why, but RTSS stopped using the xmax formula, that used to work perfectly fine before.formula xmax is the function to store/show the higher value reached by that sensor/stat.now is being...
View ArticleAre there commands in PowerShell 7 to split the current window into four and...
Currently, I click + 3x while holding Alt to create four divided terminals within the same tab: In each of these, I need to run a different Python commnd:cd "C:\Users\Computador\Desktop\Test One"...
View ArticleHow to build xmrig on windows with MSYS2 or VS 2022? [migrated]
I am trying to build xmrig on Windows 11 using mingw compiler since 3 days, however I can't figure it out as I am constantly receiving errors. I'm following tutorial on official xmrig page.What have I...
View ArticleUsing relative paths for Windows shortcuts
I have a folder scheme like (highly simplified version):New Files>Tools>ScriptsTested Files>Tools>Scripts... and I'd like to have a shortcut in each folder from the "New Files" child...
View ArticleNo internet on Windows 7 virtual pc on Windows 7 with NAT configuration
I have installed Windows 7 on Microsoft virtual pc 2007 SP1 on Windows 7.I configured networking adapter to use Shared networking (NAT).But still I cannot access the internet from the virtual...
View ArticleWindows command line to run as the currently logged in user after starting...
I have a Windows batch script which is auto run at login as a particular admin user (not the same user that is logged in) for all standard users.Within the same script, I need to run a check on their...
View ArticleWindows YubiKey GPG works with putty but not terminal
I created three gpg subkeys stored on my YubiKey as described here. I added enable-ssh-support and enable-putty-support to my gpg-agent.conf file. Everything works when accessing a server with the...
View ArticleHow to prohibit a specific user from copying and modifying a file in windows...
I need to prevent a user from copying or modifying some files located in a folder. I want this user to have read-only permissions. The goal is to make it difficult for the person to send the files via...
View ArticleReinstalling Git on Windows
Git bash stopped working for me not sure if i messed up some system variables or something but when i uninstall and try to reinstall i get a series of unable to set system config errorsError 1Error...
View ArticleCreate an image of a drive of compueter running windows 10 to configure...
At my workplace, we have to configure multiple computers with exact same hardware specs. We need to install our proprietary software on all of them one by one which takes lots of time.I'm looking for a...
View ArticleHow to disable a keyboard?
Im looking how I can disable my laptop keyboard, I looked into the Device manager and there is no "Disable this device", Don't want to uninstall it, just turn it off.I'm just troubleshooting some...
View ArticleStop "will install updates on restart" or "will restart later and install...
I am using Windows 8 (not 8.1) right now. I think I have disabled most auto-updates (do not try to tell me that this unwise), but sometimes some updates sneak through. I have been in a cycle where the...
View ArticleHow can I forbid the installation of WPS office on my company computers?
WPS office has some dark patterns now. When a client sends a file to one of our employees, if they have WPS office on their phone (default on Huawei and Xiaomi phones and nobody ever changes defaults)...
View ArticlePositive Experience with TCS Online Tracking [closed]
Has anyone used TCS for tracking packages? I've been using this TCS tracking website but I'm encountering issues with tracking updates. Any advice?
View ArticleWindows 11 - Network traffic cuts out (Both wired and Wifi)
I have a strange problem. The other day, my work laptop started acting up.I as logged in to an rdp and the connection became very unstable.As this happens as times, I didn't think much about it.But as...
View ArticleNetwork frequently dropping while playing online games on just one device -...
Basically what the title says. It started happening about a week ago. It happens at random moments so it is hard to consistently replicate. It could happen even 10 minutes or it could not happen for...
View ArticleHow do I install ImageMagick for MinGW on Windows 7?
Well... I have already installed MinGW32 (I don't know the version - installed in a folder named Git 2.4.4.2) on Windows 7, and I want to install ImageMagick to run some scripts like the follow:echo "...
View ArticleHow to Bulk-Remove All Hidden Devices in Device Manager? (Sample PowerShell...
So a while back I put this together to clear devices and then re-scan:$deviceName="Insert Device Name Here"foreach ($dev in (Get-PnpDevice | Where-Object{$_.Name -eq $deviceName})) {&"pnputil"...
View ArticleA certificate chain processed but terminated in a root certificate which is...
I noticed that some binaries on my machine were showing up as "Invalid Signature", and looking closer at one of them in particular (Microsoft's "widgets.exe") I noticed something that seemed odd.Why...
View ArticleWhy does my Jenkins service on Windows always turn off?
I use a Jenkins service on Windows to realize my CI/CD pipeline. Sometimes, this service turn off and my job cannot run. I don't understand why.I decided to change my password for this service and also...
View Article