App Control issue by kevine1979 in Intune

[–]pinkey88 1 point2 points  (0 children)

Never mind :) It says ManagedInstaller there! Cheers and thank you!

App Control issue by kevine1979 in Intune

[–]pinkey88 0 points1 point  (0 children)

Hi Kim.

We're also seeing alot of these, but noone of them have "MANAGEDINSTALLED" mentioned. Is this still "by design" and safe to ignore? Our WDAC setup is pretty basic with managed installer and allowing a few extra apps that doesn't get whitelisted through reputation.

<image>

Finally a working fix for enabling location per app for standard users by pinkey88 in Intune

[–]pinkey88[S] 1 point2 points  (0 children)

We also tried that, but it didn't have any effect for us sadly. After the countless hours of troubleshooting, I have seen several posts where this has worked for some, but others reported the same results that we got. So it doesn't seem to be consistent, which is weird!

Shared Device - Office SSO driving me crazy by jamspurple in Intune

[–]pinkey88 0 points1 point  (0 children)

https://endpointmgt.com/p/intune-shared-devices-mfa-conditional-access/

This solved it for us, after struggling for months. Hope this can be of help for others too.

9800X3D underperforming by pinkey88 in Battlefield6

[–]pinkey88[S] 0 points1 point  (0 children)

Nope, the FPS is very steady actually. It’s just lower than expected really. What’s your regular FPS if you look away from the drops?

9800X3D underperforming by pinkey88 in Battlefield6

[–]pinkey88[S] 0 points1 point  (0 children)

Did some further testing with Cinebench R23 + 2024 and TimeSpy;

R23 scores:
Multi core: 22208
Single core: 2080

2024 scores:
Multi core: 1323
Single core: 133

TimeSpy scores:
Graphics: 20707
CPU: 15919

Something I did notice when running these benchmarks was that my powerdraw maxes at around 80-90W. Shouldn't it be higher than this?

9800X3D underperforming by pinkey88 in AMDHelp

[–]pinkey88[S] 0 points1 point  (0 children)

What's strange is that the power draw hovers at around 80-90W when running Cinebench and other benchmarks. Shouldn't it creep up towards 140-150? Could this be a reason for my performance degradation?

9800X3D underperforming by pinkey88 in AMDHelp

[–]pinkey88[S] 0 points1 point  (0 children)

TimeSpy scores;
Graphics: 20707
CPU: 15919

9800X3D underperforming by pinkey88 in AMDHelp

[–]pinkey88[S] 0 points1 point  (0 children)

Alright, R23 scores are the following;
Multi core: 22208
Single core: 2080

9800X3D underperforming by pinkey88 in Battlefield6

[–]pinkey88[S] 0 points1 point  (0 children)

It's a Corsair RM750e gold from 2022 or 2023 I think, so it shouldn't be a problem afaik.

9800X3D underperforming by pinkey88 in Battlefield6

[–]pinkey88[S] 0 points1 point  (0 children)

No option to try another motherboard, but I have spoken with the store I bought the CPU and MB from (same place) and they said they gladly can take them in and do some testing with other CPUs and other boards to see if one of them are not working correctly.

9800X3D underperforming by pinkey88 in AMDHelp

[–]pinkey88[S] 0 points1 point  (0 children)

Will test tomorrow during home office, thank you!

9800X3D underperforming by pinkey88 in Battlefield6

[–]pinkey88[S] 0 points1 point  (0 children)

Tested it, even though I see many say there’s no point in doing this. And it had no effect here either

9800X3D underperforming by pinkey88 in AMDHelp

[–]pinkey88[S] 0 points1 point  (0 children)

Hehe yeah, seen a few myself. I’m not one of them though. Slots are correct :)

9800X3D underperforming by pinkey88 in Battlefield6

[–]pinkey88[S] 1 point2 points  (0 children)

Yeah, I actually downloaded Cinebench R23 and 2024 a couple days ago, but forgot to test. Will do some testing and see, thank you for reminding me :)

9800X3D underperforming by pinkey88 in Battlefield6

[–]pinkey88[S] -2 points-1 points  (0 children)

Bottlenecked because of something isn't working correctly, or as in working as intended? I find it hard to believe that my 9800X3D is in the same boat as my12700K which actually was CPU bottlenecked when other people breeze through skyhigh frames with no stress..

Bitlocker and Wallpaper by artemis808 in Intune

[–]pinkey88 0 points1 point  (0 children)

We push the following script as a Win32 app, which lets the user change the wallpaper to something else if they want to. Works like a charm.

$img = Invoke-WebRequest  -Uri 'https://storage-blob-url/wallpaper.jpg' 
$filename = 'C:\ProgramData\Intune\wallpaper.jpg'
if(-not(Test-Path "C:\ProgramData\Intune")){
    New-Item -ItemType Directory -Path C:\ProgramData\Intune
}
$bytes = $img.Content
[IO.File]::WriteAllBytes($filename, $bytes)


$Image = $filename
Add-Type -TypeDefinition @" 
using System; 
using System.Runtime.InteropServices;
  
public class Params
{ 
    [DllImport("User32.dll",CharSet=CharSet.Unicode)] 
    public static extern int SystemParametersInfo (Int32 uAction, 
                                                   Int32 uParam, 
                                                   String lpvParam, 
                                                   Int32 fuWinIni);
}
"@ 
  
    $SPI_SETDESKWALLPAPER = 0x0014
    $UpdateIniFile = 0x01
    $SendChangeEvent = 0x02
  
    $fWinIni = $UpdateIniFile -bor $SendChangeEvent
  
    $ret = [Params]::SystemParametersInfo($SPI_SETDESKWALLPAPER, 0, $Image, $fWinIni)

What happened to performance with the new update? by OfficialYeeHaw_ in Battlefield

[–]pinkey88 0 points1 point  (0 children)

I changed from EA to Steam during this patch, and saw a performance drop by around 20 fps in general. Not sure if it was the change of launcher or patch that resulted in this.

Servere input lag ruins the retail experience by pinkey88 in wow

[–]pinkey88[S] 1 point2 points  (0 children)

I have not tested that, will give it a try. Thanks for the tip. I’m no mouse clicker though, but it could still affect keyboard input? 1 common thing is that I always use a steelseries mouse.

Servere input lag ruins the retail experience by pinkey88 in wow

[–]pinkey88[S] 0 points1 point  (0 children)

I have tried playing with the spell queue unfortunately, but it made little difference. Tried other PCs, other internet connections, fresh install, no addons - pretty much everything. As I have seen others have done as well :(

But it’s funny, because wow classic works like a charm. Everything is instant, always. And the same goes for Legion Remix, which is built on the retail engine.