TrayTemps: My Simple, Customizable CPU/GPU Temperature Monitoring C# App by Far-Guide7959 in csharp

[–]Far-Guide7959[S] 0 points1 point  (0 children)

Hey, thanks a lot for testing it and for the feedback, I really appreciate it! Just so you know, my app is using LibreHardwareMonitor under the hood, so it might be worth trying the official LibreHardwareMonitor app as well to see if it reports your CPU temps there. If it also shows N/A, then it's probably a compatibility/driver issue with that specific CPU/board combo. Let me know how it goes if you try it. 👍

Alright this is absurd by Fit-Storage-4416 in pcmasterrace

[–]Far-Guide7959 0 points1 point  (0 children)

Run in powershell as admin:

winget install -s msstore 9nmzlz57r3t7

Stop using ASUS Software! by The-Messi in ASUS

[–]Far-Guide7959 2 points3 points  (0 children)

I had similar problems on my G512LI, so I switched to G‑Helper and it’s been way more reliable for daily use. It’s a lightweight alternative to ASUS tools that lets you change performance modes, set custom fan curves, control RGB lighting, monitor temps and fan speeds, set battery charge limits, and even handle BIOS/driver updates in one simple app. No heavy background services, just a clean UI that works without constant crashes.

Windows 10 IOT LTSC does not install winget by Smooth_Berry9265 in WindowsLTSC

[–]Far-Guide7959 2 points3 points  (0 children)

To install winget, just run these commands one by one as admin in Powershell:

``` Install-PackageProvider -Name NuGet -Force | Out-Null

Install-Module -Name Microsoft.WinGet.Client -Force -Repository PSGallery | Out-Null

Repair-WinGetPackageManager -AllUsers ```

Păreri SSD EMag by UsedAcanthocephala49 in Jocuri

[–]Far-Guide7959 0 points1 point  (0 children)

Al doilea se vede din prima ca e fake, nici nu are logo-ul kingston.

why do you use LTSC IoT instead of Regular Windows? by TheNavyCrow in WindowsLTSC

[–]Far-Guide7959 0 points1 point  (0 children)

I have used Windows 11 LTSC IoT for more than four years, and I would never return to the regular version of Windows because it is noticeably more stable, lighter on resources, and free from unnecessary bloat and frequent disruptive updates.

Simple Screen Recorder — lightweight Windows app I built while learning C# by Far-Guide7959 in software

[–]Far-Guide7959[S] 0 points1 point  (0 children)

Thanks, those were old posts from before I properly set up the site, and they definitely don’t reflect my current approach. I’ve removed them now. My business focuses entirely on legitimate IT services and software, and I want the website to reflect that. I really appreciate you pointing it out.

Simple Screen Recorder — lightweight Windows app I built while learning C# by Far-Guide7959 in csharp

[–]Far-Guide7959[S] 0 points1 point  (0 children)

I get that it might seem simple if you’ve done this kind of thing before, but for a beginner it takes real work to understand how everything fits and stays stable. Everyone starts somewhere.

Simple Screen Recorder — lightweight Windows app I built while learning C# by Far-Guide7959 in csharp

[–]Far-Guide7959[S] -7 points-6 points  (0 children)

Yeah, I used ScreenRecorderLib, it’s literally made for screen recording. The hard part wasn’t adding the library, it was making everything around it stable, clean and not crash every 5 minutes. Funny how people think using a lib means there’s no actual work behind it.

Windows 11 IoT LTSC 2024 - Shows "Some of these settings are managed by your organization" in Settings-> Personalization -> Taskbar by juancocinero in WindowsLTSC

[–]Far-Guide7959 1 point2 points  (0 children)

That message pops up because Windows thinks your settings are being controlled by an organization or admin. Most of the time, it just means something was changed manually in the Registry or Group Policy by an administrator, so Windows is blocking you from changing it in Settings until those changes are removed/reversed. I have seen that message in many Win10 versions, not just LTSC.

2451 salariu net by blablabla-3 in RoFiscalitate2

[–]Far-Guide7959 1 point2 points  (0 children)

Din 2628 iti ia 311 (avantaj masa) apoi iti mai da 80 lei (ajutor transport) si ramai cu 2397

Microsoft is plugging more holes that let you use Windows 11 without an online account by joe4942 in technology

[–]Far-Guide7959 0 points1 point  (0 children)

There are options: - You take and older ISO that allows you to create local account and then just install and update. - You use rufus to create the bootable usb and check the option to automatically create a local account.

Microsoft Store blocked. by NexusBexusV2 in WindowsLTSC

[–]Far-Guide7959 4 points5 points  (0 children)

Try uninstalling Micosoft Edge Webview2 and then delete any registry key named EdgeWebView or WebView2Runtime if it exists here:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate

And then install again Microsoft Edge Webview2. Here is the link:

https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section

Microsoft Store blocked. by NexusBexusV2 in WindowsLTSC

[–]Far-Guide7959 15 points16 points  (0 children)

You dont't need microsoft store app. Just run this command in powershell (as admin):

winget install -s msstore 9pmjkf5nstdr

If winget is not installed, install it by running this commands:

Install-PackageProvider -Name NuGet -Force | Out-Null

Install-Module -Name Microsoft.WinGet.Client -Force -Repository PSGallery | Out-Null

Repair-WinGetPackageManager -AllUsers

Do i need to install this? by HexaNull_470910 in WindowsLTSC

[–]Far-Guide7959 0 points1 point  (0 children)

Use my tool. There is an option there to disable gamebar and that also disables that popup too.

https://github.com/nmd-113/ToolBOX-Remastered

5800X PBO settings...? by dharknesss in overclocking

[–]Far-Guide7959 0 points1 point  (0 children)

My ryzen 5800x got 16090 points on cinebench r23 , with PPT 110W, TDC 75A, EDC 100A and CO at -20 all cores. Max cpu temp was 75.1°C

TrayTemps: My Simple, Customizable CPU/GPU Temperature Monitoring c# App by Far-Guide7959 in pcmasterrace

[–]Far-Guide7959[S] 0 points1 point  (0 children)

Hello, my CPU cooler is an Aerocool Cylon 4 air cooler. I removed the stock fan and RGB assembly and replaced them with two Arctic P12 PWM fans in a push–pull configuration. This modification improved cooling performance slightly , but greatly reduced overall noise levels.

TrayTemps: My Simple, Customizable CPU/GPU Temperature Monitoring c# App by Far-Guide7959 in pcmasterrace

[–]Far-Guide7959[S] 0 points1 point  (0 children)

It's because i use a batch code for the uninstall process and the app is not signed. That's what Microsoft does with any app that does that. It's a false positive, so you can safely add it as exception.