Recent Discussions
Environment Variables And Password Issues
Dear Microsoft Support Team, Following our previous conversation, I understand my issues require escalated technical support. I'm detailing my concerns below for your specialized assistance. Issue 1: Disabled Environment Variable Controls I'm running Windows 11 Home and cannot modify system environment variables through the standard GUI. The "Edit" button remains disabled despite being the sole administrator account on this PC. This has created a critical problem with my Java and Tomcat PATH configurations. Currently, my system is detecting an outdated Java version, and Tomcat executables cannot be located - both due to incorrect PATH settings that I'm unable to modify. Issue 2: Authentication Method Constraints I need to transition from my current PIN authentication to a more secure password system. However, the "Password" option in Sign-in settings only permits changes to my existing account password, which is not my intent. The Windows Hello PIN section only allows modifying my existing PIN rather than replacing it with a robust password. This limitation presents significant security concerns for my system. These issues are hampering my development work and system security. I would appreciate your assistance in resolving these technical constraints. Thank you for your expertise and support.5Views0likes0Comments- 355Views0likes10Comments
formula to count cells between same values
hi everyone i am looking for a formula that would count cells between cells with same value for example Column A looking for the number between cells having 2 as value so first answer would be 10 as the next 2 apears 10 cells down then reset and count again and the result would be placed beside the 2 then 9 and so on and the formula would be placed on same sheet but in column C A C 2 0 9 0 15 0 7 0 7 1 9 4 8 0 19 0 7 4 4 0 2 10 3 0 1 0 22 0 8 8 4 6 3 5 9 12 2 8 2 1 8 6 5 0 19 15 1 11 hope someone can help me with that :) thank you for your interest and time15Views0likes1CommentAzure communication services not working
Hi, We are about to launch communication services to be able to recieve and send email from our website. But the problem is that i cannot choose my custom domains under email. I get this error: I have the services in the same data location and i have tried add multiple domains, and they are all verified.... please help.53Views0likes4CommentsSharePoint list custom json header not applying
I go to Add new item -> Configure Layout -> (add my very basic json code to format header) -> click Save The json code saves, but it does nothing to update the format of the list. I could click the Preview button, but it does nothing when I click it. The formatting code is saved, but it doesn't change the look of the list. Could it be that my organization is somehow limiting my ability to format lists within our sharepoint?37Views0likes1CommentSysprep Windows 11 24H2 so that local account creation is skipped
Hello I have created an local account to Windows 11 24H2 installation and I want to run Sysprep so that Windows won't ask to create a new account. My OOBE settins are <OOBE> <HideEULAPage>true</HideEULAPage> <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> <HideOnlineAccountScreens>true</HideOnlineAccountScreens> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <HideLocalAccountScreen>true</HideLocalAccountScreen> <ProtectYourPC>3</ProtectYourPC> </OOBE> Windows System Image Manager reports that settings SkipUserOOBE and SkipMacineOOBE are deprecated. Setting HideLocalAccountScreen applies only to the Windows Server editions according this documentation. https://learn.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/microsoft-windows-shell-setup-oobe-hidelocalaccountscreen How can i skipt the administrator account creation during OOBE?13Views0likes0CommentsMAX(used to be HBO MAX) is not in 1080p
im watching max at my acer nitro 5 laptop and i have this issue hbo max is not playing in 1080 in fact it is in 1280x640 i have managed to get information from edge://media-internals/ this is it: render_id: 6 player_id: 0 created: 2025-03-17 23:20:09.616623 UTC info: Selected DecryptingVideoDecoder for video decoding, config: codec: h264, profile: h264 high, level: not available, alpha_mode: is_opaque, coded size: [1280,640], visible rect: [0,0,1280,640], natural size: [1280,640], has extra data: false, encryption scheme: CENC, rotation: 0°, flipped: 0, color space: {primaries:BT709, transfer:BT709, matrix:BT709, range:LIMITED} origin_url: https://play.max.com/ kFrameUrl: https://play.max.com/video/watch/4825e336-b4e8-4937-99a2-c157e2fc5bf9/55c97b99-5649-4ee8-a93d-977c8af257bf kFrameTitle: Endings Are Hard, Aren’t They? • Max url: blob:https://play.max.com/5e1027da-1149-4872-b17a-b555dadab3cb kRendererName: RendererImpl renderer_created: [object Object] pipeline_state: kSuspended kSetCdm: [object Object] kIsCdmAttached: true duration: 3583.162916 kVideoTracks: [object Object] kAudioTracks: [object Object] seek_target: 352.995 kIsAudioDecryptingDemuxerStream: true kAudioDecoderName: MediaFoundationAudioDecoder kIsPlatformAudioDecoder: true debug: Video rendering in low delay mode. kIsVideoDecryptingDemuxerStream: false kVideoDecoderName: DecryptingVideoDecoder kIsPlatformVideoDecoder: false dimensions: 1280x640 kResolution: 1280x640 kMediaAutoplayPolicy: document-user-activation-required autoplay_decision: [object Object] pipeline_buffering_state: [object Object] event: kSuspended video_track_selected: unset audio_buffering_state: [object Object] I have also read milion stuff online that it is becouse of DRM and stuff but i still think that i should at least get propper 1080.119Views0likes1CommentWindows 11 Update Script and UI Integration with Pause Functionality
Windows 11 Update Script and UI Integration with Pause Functionality Hello, I’m looking for guidance on creating a script for managing Windows 11 updates. Specifically, I would like to: Automatically apply updates via a script. Incorporate a feature to pause updates on a set date. Ensure that the UI reflects the paused status of updates accurately. Could anyone provide suggestions on how to implement these functionalities effectively? Any help with the script, as well as integrating it with the UI for visibility, would be greatly appreciated! Thank you in advance for your support.19Views0likes0CommentsPhone Link for cell phone calls with a headset
The phone link app can connect to my Pixel phone pretty well, but when I make a call through the app, the headset does not kick in. I have a Bluetooth headset connected to my computer. The computer sees it as both an input and an output sound device. But when the call is ringing, it only makes sound on my phone, even though it shows the computer is the Bluetooth device it is connected to. I have tried a dozen different variations, and nothing works. Switching Bluetooth devices on my phone doesn't always work, as my phone will switch back to something else, like the computer or my watch, or just the phone. What is the best way to use Phone Link and have a headset to talk into?35Views0likes1CommentHow to revoke permissions from Teams Bot app
I want to revoke a user's permissions and logout user from my Teams bot application. Initially, the user granted consent through the bot when it was added to a team. Now, I need to: Remove all previously granted permissions. Log the user out from the bot. Prompt the user for a fresh login and obtain consent for the required permissions again. How can I achieve this?23Views0likes0CommentsCo-managed Device not receiving windows update from Intune (Feture and Quality)
Hi All, We have configured co-management for Windows Update. The device is showing co-managed and workload moved to Intune. However, the device is still not receiving the Windows update. Below is the current configuration and status: Disable Dual Scan value set to "0". Windows update registry for quality, feature and other updates set to "0". Device is getting synced to Intune, and status is showing co-managed. Update ring and feature update policy applied, and the respective registry value is showing there. showing "not yet scanned" on Windows update report.14Views0likes0CommentsInbox / Private messages broken on my profile
Hi, I'm trying to get informations regarding a case I opened 2 months ago and they are sent through private messages I can't open. I see that I have 97 unread messages but when I click on the icon, it just open the Inbox, try to load something for a while then just give up, leaving me there. Before someone tries to tell me that this is a cookie or cache issue, it is happening on several browsers, using normal or InPrivate session and on multiple computers so the problem is not there. After searching, it seems that I'm not the only one having this issue. Could someone have a look at it so I can reply to the people from Microsoft asking me informations in PM and not forcing me to ping them on LinkedIn? Kr, Gérald237Views5likes8CommentsUntil Next Time!
Hello all, After over two years of working with the Microsoft Tech Community team, I am sad to say that my time managing the community has come to an end. We've been through a lot of exciting community changes, product updates and fun events both online and in-person. What's next for me? I am packing up my things and moving to SE Asia to pursue a little sunshine and relaxation. For the first few months I will be travel through Japan, South Korea, and China before landing in Ho Chi Minh City (Saigon), Vietnam where I plan to soak up to sights, sounds, and smells for the foreseeable future. To celebrate the end of this chapter, here's a countdown of a few fun moments we've been through together. 109 - The number of Weekly Roundup's I've published on the Office 365 Network and the Microsoft Tech Community. I've loved putting together the roundup each week as it gave me the excuse to read through all the great conversations here. It also allowed to to pick a Member of the Week each week that exemplified the spirit of the community. We truly couldn't have created this community without the amazing members here. Don't worry, the Weekly Roundup is is good hands with EricStarker taking the lead. 64 - The number of AMAs & YamJams that I've hosted. By far one of my most favorite things in the community are the 'Ask Microsoft Anything' events (and not just because I always pick-up coffee & donuts for the team). AMAs, or if you love Yammer- YamJams, are truly one of the best ways we've been able to let our customers peek behind the scenes and and get to know the members of the teams creating the products. My favorite one? A close call, but perhaps the 'How to YamJam, YamJam'; so meta! 18 - Microsoft Tech Summits around the word. I attended 5 Tech Summits (Toronto, Mexico City, Chicago, Washington DC, and Copenhagen) and WOW! What an experience. While traveling is great (obviously I've got the bug), the best part is being able to evangelize the community in person. It's incredibly fulfilling when after a 30 second elevator pitch, someone sees the value of the community, signs up on the spot, and continues to interact in the community weeks later. 6 - The number of members on our rockstar community team. I couldn't be more lucky to work with such an amazing group of people. A big shout-out and thank you to MichaelHolste who hired me and has taught me so much during my time here. I may be leaving, but there's no stopping this team. With jeffmedford, AnnaChu, and DaniMartMS leading the Office 365 and C+E strategy, and Maddie_Egan, EricStarker and Mackenzie Lyng in the Microsoft Tech Community and BAPI communities on the ground, this place has the people-power in full force. 2 - Microsoft Ignite's under my belt. From the photobooth, to the Community Spotlight talks, MVP dinners, community meet-ups, surviving on no sleep, and losing my voice, Microsoft Ignite is always an experience. Watch out for Microsoft Ignite in Orlando, I know the team has some fun ideas planned for community. 1 - One Microsoft Tech Community. From my first day on the job, it was clear that our customers were looking for something more from community. It's always been our goal to provide something that was inviting, friendly, and most of all, useful. To achieve this we needed to bring Community from across the Microsoft ecosystem together into one place. I'm incredibly proud of the work we've done to realize that goal and I'm excited by thriving place that the Microsoft Tech Community has become. I've truly enjoyed getting to know all of you. Thank you for the experience! If you would like to keep in touch or follow along with my adventures you can find me on Twitter at @lanaobrien. Until next time, -Lana O'Brien5.8KViews27likes23Commentsi use Copilot and i it came out to me that who RX6600 have one problem.
4 Gb marked in info Vram and my Rx have 8 gb total Vram. from what dependency this problem? i test Warp Ai on my Computer and question to warp Why problem tested in Graphic card Info Vram he Ask is "your graphic card is 4 Gb you want fix now?" What should i try?17Views0likes0CommentsWhat’s New in the MTC? September 2023 – Community Ranks
Our Mission at the MTC is to provide a community Microsoft users can get the latest news, ask questions, learn new skills, and connect with peers and Microsoft experts from around the world. This month, we are rolling out a new ranking system designed to recognize users’ contributions to the community and add a little more ‘Microsoft’ to the MTC. What are the Community Ranks? We now have two ranking ladders to recognize both types of our tech community members. We have our Contributors Ranks for those who come to the MTC to interact and ask/answer questions in our forums, blogs, and events. Some of you Microsoft gamers may notice the subtle nod 😉 Contributor Ranks Onyx Contributor Titanium Contributor Diamond Contributor Platinum Contributor Gold Contributor Silver Contributor Bronze Contributor Steel Contributor Iron Contributor Brass Contributor Copper Contributor And for our members who come to the MTC to catch up on news and learn something new from the blogs, we have our Reader Ranks! These are replacing our Visitor/Member ranks, and once you start posting in the MTC, you will move into the Contributor Ranks. Reader Ranks Senior Reader Prolific Reader Regular Reader Frequent Reader Casual Reader Occasional Reader New Reader (Please note that these rankings are intended for fun and are not a measure of MTC’ers technical competence.) What goes into the Community Ranks? When you become a member of the MTC, you start climbing the ranking ladder, starting as a New Reader. As you contribute more and more to the community, you will start to climb the rank ladder. Here are some of the key ingredients that go into our ranking recipe (*These points are awarded each time an activity is completed): Viewing messages (0.25 points) Commenting on blogs, ideas, and TKB articles (1 point) Creating new discussion topics (1 point) Replying to forum discussions (2 points) Giving (2 points) and receiving Kudos (4 points) Contributing Ideas (5 points) Authoring blog articles (10 points) Publishing Knowledge Base articles (10 points) Getting your replies marked as a solution (15 points) Simply put, the more you engage and interact with the MTC, the more points you earn and the higher your community ranking will be! If you have any questions on these new rankings or you’d like to share feedback with the Tech Community Team, let us know in the comments below.11KViews34likes57Comments
Events
Recent Blogs
- We appreciate your continued engagement and invaluable feedback. Your insights and suggestions are instrumental in shaping our updates and enhancing your experience. Continue to report any issues on...Dec 09, 2024764Views7likes6Comments
- We appreciate your continued engagement and invaluable feedback. Your insights and suggestions are instrumental in shaping our updates and enhancing your experience. Continue to report any problems v...Nov 15, 2024970Views9likes28Comments