file system
15 TopicsHow to open a url in Edge WebView2 control within mmc instead of old Internet explorer?
Can we replace old IWebBrowser2 with IWebView2 controls in mmc so that websites open using new Edge WebView2 instead of old internet Explorer. I want the website to open within mmc and not outside in a popup new window. Is there any code that I can refer to achieve this? Or any change in registry settings to help achieve this? Note: I tried the webview2 in win32 apps in c++ sample code provided on Microsoft's website which opens webview2 component in a new window. But that when I tried to integrate the same with mmc snapin it did not work.963Views0likes0CommentsWindows Research Kernel Bring it Back!
I think it is time to revive the Windows Research Kernel! We need the community to be able to understand what is going on without letting everything out of the bag. The last version available was v1.2 which was based off of the kernel for Windows XP and Windows Server 2003 SP2. We need a modern release for development, education, and security research. Who is with me?799Views1like0CommentsHow to Use Windows on an iMac: Need Guidance!
I'm excited to share that I've landed a new job opportunity in the Gulf country, and I've even got my Kuwait visa sorted out. However, here's the twist: I've just learned that the office utilizes iMac systems, which is a bit unfamiliar territory for me. I've been a Windows user all my life and feel quite comfortable with it. Given that I'll be working on an iMac now, I'm seeking advice on how to smoothly integrate Windows functionality into the Mac environment. I believe this will help me maintain my productivity and adapt quickly to the new work setup. Are there any methods, tools, or software solutions that can assist me in using Windows applications on an iMac? I'd greatly appreciate any guidance or tips from those who've navigated this transition before. Your insights will undoubtedly make a significant difference as I embark on this new chapter of my career.657Views0likes3CommentsDPS service
Hi, a { text-decoration: none; color: #464feb; } tr th, tr td { border: 1px solid #e6e6e6; } tr th { background-color: #f5f5f5; } I’m wondering whether I can intentionally create a failure scenario that the Diagnostic Policy Service (DPS) would be able to troubleshoot—perhaps something related to memory, power, USB, or audio. I’d like to verify whether DPS is actively detecting and troubleshooting these types of errors in Windows. Thank you so much in advance! Aisha91Views0likes1CommentStrange File Structure
Trying to clean up a USB drive and ran into something strange. D:\>dir "New folder" Volume in drive D is ESD-USB Volume Serial Number is A862-A0DD Directory of D:\New folder 01/12/2026 05:22 AM <DIR> . 01/12/2026 05:22 AM <DIR> .. 0 File(s) 0 bytes 2 Dir(s) 26,539,491,328 bytes free But I can't delete "New Folder". Then: D:\>dir "New folder" /q /r Volume in drive D is ESD-USB Volume Serial Number is A862-A0DD Directory of D:\New folder 01/12/2026 05:22 AM <DIR> \Everyone . 01/12/2026 05:22 AM <DIR> \Everyone .. 0 File(s) 0 bytes 2 Dir(s) 26,539,491,328 bytes free Seems to be hidden folders. D:\>cd "New folder" D:\New folder>dir Volume in drive D is ESD-USB Volume Serial Number is A862-A0DD Directory of D:\New folder 01/12/2026 05:22 AM <DIR> . 01/12/2026 05:22 AM <DIR> .. 0 File(s) 0 bytes 2 Dir(s) 26,539,491,328 bytes free D:\New folder>dir /q /r Volume in drive D is ESD-USB Volume Serial Number is A862-A0DD Directory of D:\New folder 01/12/2026 05:22 AM <DIR> \Everyone . 01/12/2026 05:22 AM <DIR> \Everyone .. 0 File(s) 0 bytes 2 Dir(s) 26,539,491,328 bytes free D:\New folder>dir \Everyone Volume in drive D is ESD-USB Volume Serial Number is A862-A0DD Directory of D:\ File Not Found D:\New folder>dir \Everyone /q /r Volume in drive D is ESD-USB Volume Serial Number is A862-A0DD Directory of D:\ File Not Found What is going on?74Views0likes1Comment