accessibility
243 TopicsIssue with mobile hotspot
Hello there. I've been a Windows user for more than a decade and currently running the Windows 11 insider edition. However, I'm facing difficulty in setting up mobile hotspot while using the Ethernet cable. But I'm able to setup mobile hotspot when using Wi-Fi. I want to use mobile hotspot while using the Ethernet, as I get good speeds with the Ethernet cable only. How should I go about it? Please guide5Views0likes0CommentsWindows Subsystem for Linux doesn't work after the reinstallation of Windows 11 version 24H2.
I am not able to useWindows Subsystem for Linuxafter I reinstalledWindows 11 Home version 24H2after resetting my Dell Inspiron 5410 laptop. The same occurred with my friend on aWindows 11 Prolaptop. Before the reset, theWindows Subsystem for Linuxwasworking fineon both of our laptops. I tried following these steps to fix the issues. Step 1:I tried"Turn Windows features on or off,"in which I enabled Windows Subsystem for Linux, which should make me use Ubuntu on my Windows PC after upgrading to version 2 using a kernel update. when I tried to update the WSL kernel By downloading and installing the latest WSL 2 kernel from Microsoft’s WSL Kernel Update. https://learn.microsoft.com/en-us/windows/wsl/install-manual Step 4: Download the Linux kernel update package. It says,"This update is applicable to machines with the Windows subsystem for Linux." and does not install updates WSL allows the following features: Ubuntu terminal environment in minutes with Windows Subsystem for Linux (WSL). Develop cross-platform applications, improve your data science or web development workflows, and manage IT infrastructure without leaving Windows. Key features: - Efficient command line utilities, including bash, ssh, git, apt, npm, pip, and many more - Manage Docker containers with improved performance and startup times - Leverage GPU acceleration for AI/ML workloads with NVIDIA CUDA - A consistent development-to-deployment workflow when using Ubuntu in the cloud But "Turn Windows features on or off" did not help. Step 2:Then, I tried installing WSL manually with the following codes: https://learn.microsoft.com/en-us/windows/wsl/install-manual Step 1 - Enable the Windows Subsystem for Linux Step 3 - Enable Virtual Machine feature PS C:\WINDOWS\system32> .exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart >> Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.2605 Enabling feature(s) [==========================100.0%==========================] The operation completed successfully. PS C:\WINDOWS\system32> .exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart >> Deployment Image Servicing and Management tool Version: 10.0.26100.1150 Image Version: 10.0.26100.2605 Enabling feature(s) [==========================100.0%==========================] The operation completed successfully. Although it ran, it was not helpful even after 100 percent installation, but it did not help. Step 3:I tried following the codes in PowerShell as Administrator: wsl.exe --install wsl --install wsl.exe --update PS C:\WINDOWS\system32> wsl.exe --install Class not registered Error code: Wsl/CallMsi/Install/REGDB_E_CLASSNOTREG PS C:\WINDOWS\system32> wsl --install Class not registered Error code: Wsl/CallMsi/Install/REGDB_E_CLASSNOTREG none of these codes helped. Step 4.When I tried running the commandBashin PowerShellas Administrator. C:\Windows\System32>bash Class not registered Error code: Bash/CallMsi/Install/REGDB_E_CLASSNOTREG It did not run. Step 5: I verified virtualization is enabled in BIOS. Restart your computer and access the BIOS/UEFI (usually by pressing F2, Del, or a similar key during boot). Look for settings likeIntel Virtualization Technology (VT-x)orAMD-Vand ensure they are enabled. Save changes and reboot into Windows. Step 6: Anothererror was given Error: 1168 Error code 1168 usually translates to "Element not found" in Windows. This error indicates that some required files, registry entries, or features are missing or improperly configured. In the context of WSL installation. Step 7: Ieven tried reinstalling Windows, which did not help. Step 8: Iinstalled Windows 11 (multi-edition ISO for x64 devices). https://www.microsoft.com/en-us/software-download/windows11 But this also does not fix my issue. Step 9: Even the Windows customer support team was not able to help. I guess this is the issue with most of the system. Please help me fix it. and there may be a bug in Windows 11.60Views0likes0CommentsAgent not visible in M365 Copilot
I created an agent in M365, including its name, description, instructions, and required actions. The agent is properly tested in Copilot Studio and published, but it is not visible in the M365 Copilot agent list. Interestingly, one agent is visible while the other is not, and I am unable to determine the issue.130Views0likes1CommentIssues with copilot
Until today, I have linked my univeristy email with copilot which has given me access to copilot plus. I have been able to upload files and have multiple chats open. Now it has deleted my previous chats and gone down to 1MB file limits. Was it only a free trial or is it broken?31Views0likes0CommentsWindows Device Not Onboarding to Defender for Endpoint
Hey Guys I have implemented Intune & Defender for Endpoint for an organization ( License : Microsoft Business Premium ) Most devices are onboarded to Intune and Defender but i am having issue for a device ( Windows surface pro 11th Edition ) This device is enrolled in Intune but not onboarding to Defender for Endpoint, I have tried both methods i.e By Intune and local script too. Anyone have any idea what will be the issue ?? Thanks12Views0likes0CommentsGraph API integration in copilot agent
Hi everyone, I’m looking to set up the Microsoft Graph API in a Copilot agent and API plugin. I have an OpenAPI description document for the /me endpoint, which should fetch user information, but it's not working as expected. Do I need to register an app or follow any specific steps to make this work? I've come across some Microsoft documentation, but it's a bit confusing. Any help would be greatly appreciated! Below links I followed https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/api-plugin-manifest-2.2 https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/openapi-document-guidance46Views0likes0Comments