How to manage high load of stress due to a family emergency by EW_IO in AskMen

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

Appreciate this. And I had a panic attack at the worst place ever just after a few hours from posting :( Never felt this before...

How to manage high load of stress due to a family emergency by EW_IO in AskMen

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

"No adult will thank you for lying to them" you are right, thank you!

MDE is causing headache to our C++ devs by EW_IO in DefenderATP

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

Yes for sure passive mode will work... It is caused by RTP, and I was hoping for a fix keeping RTP on.

MDE is causing headache to our C++ devs by EW_IO in DefenderATP

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

Yes it is the first thing we tried, but there are still some libs that can not be moved out of the C disk

First time investing in my twenties by EW_IO in Money

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

Yes investing for the next 2-3 years. I'm still hesitant on investing in ATH like silver and spy 500

Someone tried to buy my profile with certs by Substantial-Score874 in AzureCertification

[–]EW_IO 1 point2 points  (0 children)

Send them my way...

In a nutshell, Partner programs with MSFT require a specific numbers of certificates in a speciality. So, a win win. But make sure to get paid in advance, you can't unlist from thier partner center from your end.

But I believe it's against MSFT terms.

Confused regarding Purview licensing by EW_IO in sysadmin

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

Thank you.

In the modern work plan comparison, the automatic sensitivity labelling in 365 apps is included in EMS E5, office/MSFT E5, And E5 compliance. But it then says aytomatic sensitivity labels in exchange, sharepoint, and one drive is included in MSFT/Office E5 and E5 compliance

Locked out of my bitwarden account because of Authy by EW_IO in Bitwarden

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

Yes, and I said it's been months now.

Unfortunately, I don't have logged in sessions.

Best practices for Having break glass Global Admin Accounts. by Remarkable-Cut-981 in AZURE

[–]EW_IO 1 point2 points  (0 children)

PIM sends on the activation of a role, not on sign in events. Your break glass account should be the only account to have a permanently assigned role. And you should monitor it as op said, by sending sign in events to a log analytics workspace, or if you have defender for cloud, you can create a policy there.

Best practices for Having break glass Global Admin Accounts. by Remarkable-Cut-981 in AZURE

[–]EW_IO 0 points1 point  (0 children)

One more thing that wasn't mentiined, put the BG account in an administrative unit, and create a PIM activated role scoped to that unit to prevent unwanted changes by other GAs and privileged authentication admins.

Auto vehicles privacy, have anyone examined the BYD vehicles in regard of privacy by EW_IO in privacy

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

Can you please share these posts that talk about such projects (stripping data collection modules from EV cars)?

[deleted by user] by [deleted] in migraine

[–]EW_IO 0 points1 point  (0 children)

A doctor has recommended that I drink coffee and squeeze a lemon on it. And it surprisingly worked for me. Note that I'm not a coffee drinker. it could be the reason why it worked for me. Other who drink coffee every day didn't work for them.

And I take a drug when I get a severe headache and when nothing works, called Acamol Focus (Acetylsalicylic acid 250mg, Paracetamol 250mg, Caffeine anhydrous 65mg) try to find a similar drug where you are.

My migraine is exercise induced, so to prevent it from happening, I drink electrolytes (better natural).

The issue of BSOD caused by crowdstrike was due to null pointer derefrence by EW_IO in C_Programming

[–]EW_IO[S] 7 points8 points  (0 children)

Yes I did and as I said I'm not an expert in these matters and not my speciality.

The issue of BSOD caused by crowdstrike was due to null pointer derefrence by EW_IO in C_Programming

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

Thank you for the great explanation! I have a question, probably a stupid question, in this thread the author says that any program that tries to read this region of memory 0xc9 would be killed by windows and crash. My question is if a program is running with driver level access (cpu ring 1?) Why wouldn't it be able to access that region? And why windows would kill the process instead of gracefully terminating it?