gdpr
31 TopicsRadio buttons aren't functioning for a mandatory question in job application with Job ID - 200027012
Hi All, Yes and No radio buttons are missing for a mandatory question in one of the job application on Microsoft careers, without which application cannot be submitted, details as below Job ID - 200027012 Role - Inventory and Asset Technical Trainer Can anyone please look into this. I've raised the same concern yesterday night about 12hrs back, but it got disappeared, if possible can anyone let me know where to find my previous raised concerns.140Views0likes3CommentsW11 update bricked my pointer
i can't use my #%#$%#$ trackball (or anything with a logitech antenna) ever since W11 forced and update. how do i fix it? how do i fix it? i'm tired of this **bleep**, how do i **bleep**ing fix it??? FIX IT NOW! YOU DID THIS TO MY COMPUTER WITHOUT MY PERMISSION! FIX IT!185Views0likes1CommentHow to Get Microsoft Teams Phone Service Refund - Support System Completely Broken
I need help getting a refund from Microsoft for the Teams Phone service that has not been provided for 6 weeks. What Happened: Paid for Teams Phone - Domestic Calling 6 weeks ago Cannot activate due to Microsoft's broken domain verification process Multiple support agents across different teams - all incompetent Microsoft admits their phone services are "not operational" with no ETA Current Situation: Agent took ownership of refund request days ago Complete radio silence since claiming it was "escalated" Still being charged for a service I cannot use due to Microsoft's own system failures What I Need: How to actually get a refund processed from Microsoft? Escalation contacts for refund issues? Anyone successfully gotten refunds for unusable Microsoft services? Business Impact: As a small business CEO, I've wasted 6 weeks and lost revenue dealing with Microsoft's dysfunction. I no longer want their service - I just want my money back. Has anyone dealt with similar Microsoft refund issues? How did you get it resolved? Any guidance appreciated - their support system is completely broken.60Views0likes0CommentsFew problems after start Intune tested
Hello every one who read this. My company after years with MDM On-Prem instances want migrate to the cloud. We have few licenses with intune so i check the system. But for me it seems like early beta system. 1. Problem with BIOS password. Deployment is a really problem I create install .NET + Dell For Intune but in documentation are no words about what should see cctk file if i only want set up BIOS password 2. Android options are joke. Even less popular MDM have possibility to force gps ON but not intune my question why? it seems like a half product for Android OS 3. I enroll Android devices as corporate owned and have many funny options a) I cannot change Intune app seting for location (are grayed out and location for this app is turned off) b) after deployment Company Portal app installed sucessfully but wehen i click on it then app disapear and once again i cannot install manually because admin already install it :D There are many small and big things to fixed Another funny example are Device Encryption as standard user we have 2 option 1. Quiet encryption without password 2. Admin must start it. Why user cannot start encryption itself wehen i prepare custom profile in the way we want (user must only add a password)71Views0likes0CommentsCan MS Purview mask data in CE
Hi Can MS Purview enable data masking in Dynamics Customer Engagement / Service, If yes how this can be achieved? if No, Can we expect this feature in near future? Note: We would not enable any mask (Field Security Profile) features directly in CE, would like to happen using MS Purview255Views0likes1CommentWhere is Teams meeting hosted?
Hi all, Old memory started to running in my head, and I found Tom Talk's article: Where in the world will my Microsoft Teams meeting be hosted? Where he wrote: "Your Teams conference location is allocated at the time the first joiner joins (not the organiser, but any first joiner) and it is automatically allocated to the conferencing service in the region nearest to that first joiner." Question is. is this still valid? If this is still valid, them any thoughts how about the EU companies which are under the EU privacy regulations and all data should be kept inside EU boundaries. how much this behavior breaks this regulation rule? In case that you are in EU but invite person outside EU, and that person joins faster than you into that meeting.1.2KViews0likes0CommentsIssue with "Edit with Paint 3D" Functionality
I have recently encountered an issue with Paint 3D. When I try to edit a picture using Paint 3D by right-clicking on the photo and selecting "Edit with Paint 3D," I am unexpectedly prompted to choose an app to open the file instead of Paint 3D launching directly. Has anyone else experienced this problem, or does anyone have any insights on why this might be happening and how to resolve it? Thank you for your assistance! Following was done: Reinstall Paint 3D Open Microsoft Store: Go to the Start menu and open the Microsoft Store. Search for Paint 3D: In the search bar, type "Paint 3D." Reinstall Paint 3D: If the app is installed, you can click "Open." If it’s not installed or you suspect it might be corrupted, click "Install" or "Get" to reinstall it. Ensure Paint 3D is Enabled Open Settings: Press Win + I to open Settings. Go to Apps: Navigate to "Apps" and then "Apps & features." Find Paint 3D: Scroll through the list of installed apps to find "Paint 3D." Ensure It’s Enabled: If you find it, make sure it’s not disabled. If it is, re-enable it. Associate Image Files with Paint 3D Manually Right-click on the Image File: Right-click on an image file. Select Properties: Choose "Properties" from the context menu. Change the Default Program: In the Properties window, click the "Change" button next to "Opens with." Manually Find Paint 3D: Click "More apps" if Paint 3D is not listed. Scroll down and click "Look for another app on this PC." Navigate to C:\Program Files\WindowsApps and look for the Paint 3D executable. Note that you may need administrative permissions to access this folder. Use the Default Apps Settings Open Settings: Press Win + I to open Settings. Go to Apps: Navigate to "Apps" and then "Default apps." Reset Default Apps: Scroll down and click "Reset" under "Reset to the Microsoft recommended defaults." Change Defaults Manually: After resetting, try setting Paint 3D as the default app for your image files again. Check for System Updates Open Settings: Press Win + I to open Settings. Go to Update & Security: Navigate to "Update & Security." Check for Updates: Click "Check for updates" and install any available updates. Sometimes updates can fix issues with system apps like Paint 3D. 1. Check if Paint 3D is Installed Correctly Open PowerShell as Administrator: Press Win + X and select "Windows PowerShell (Admin)." Check Installation: Enter the following command to check if Paint 3D is installed: powershell Copy code Get-AppxPackage *Microsoft.MSPaint* | Select Name, PackageFullName If Paint 3D is listed, it’s installed. If not, proceed to reinstall it. Reinstall Paint 3D: Uninstall Paint 3D using PowerShell: powershell Copy code Get-AppxPackage *Microsoft.MSPaint* | Remove-AppxPackage Reinstall from the Microsoft Store: Open the Microsoft Store, search for "Paint 3D," and install it. 2. Reset Paint 3D Open Settings: Press Win + I to open Settings. Go to Apps: Navigate to "Apps" > "Apps & features." Find Paint 3D: Scroll down and select "Paint 3D." Advanced Options: Click on "Advanced options." Reset: Click the "Reset" button. This will reset Paint 3D to its default state. 3. Create a New User Profile Open Settings: Press Win + I to open Settings. Go to Accounts: Navigate to "Accounts" > "Family & other users." Add Someone Else to This PC: Click on "Add someone else to this PC." Create a New User: Follow the prompts to create a new user account. Log In: Log out of your current account and log in with the new user account. Check if Paint 3D works correctly in the new profile. 4. Repair Windows Using DISM and SFC Open Command Prompt as Administrator: Press Win + X and select "Command Prompt (Admin)" or "Windows PowerShell (Admin)." Run DISM: Enter the following command to repair the Windows image: powershell Copy code DISM /Online /Cleanup-Image /RestoreHealth Wait for the process to complete. Run SFC: Enter the following command to check and repair system files: powershell Copy code sfc /scannow Wait for the process to complete and restart your computer.28KViews1like11Comments