Bitlocker set up
I would like to know how to set up a BitLocker no# for recovery and to use to unlock system. Seems I bought a computer from Dell and they have a habit of not letting system set up BitLocker code. I did go to windows account and confirmed I do not have…
How to register your app in the Notifications and Actions Center of Windows 11
I am developing an app (it's a normal GUI app written in DART and C++). It is NOT a packaged UWP app. I am able to show the app's item/entry in the Windows 11 Notifications and Actions center by writing this .iss innosetup script: [Registry] Root: HKCU;…
How to register your app in the Notifications and Actions Center of Windows 11
I am developing an app (it's a normal GUI app written in DART and C++). It is NOT a packaged UWP app. I am able to show the app's item/entry in the Windows 11 Notifications and Actions center by writing this .iss innosetup script: [Registry] Root: HKCU;…
Remote Desktop / Remote Desktop Application
I have been extensively using Remote Desktop and Remote Desktop Applications for some time now. I've encountered a few minor issues that I haven't been able to resolve. The primary problem stems from DWM.exe, which consumes a significant amount of CPU.…
Got "clock watchdog timeout" and cant do anything.
Today morning I just run my PC (Asus Zenbook) as usual. It started normalny, but after I openned google chrome it got me bluescreen. It is "clock watchdog timeout". Its been about 30 minutes and nothing change, still 0%. Also the problem is…
On-Demand Assessment for AD saying Method=Main Message=Feature is expired. FeatureName=CoreEngine
Anyone how to resolve this issue? The AD Assessment that I have configured on my envirornment was working fine since last year, but now that I get back to this to execute again is returning this. I have tried to reconfigure everything but no success,…
Unpairing a Bluetooth LE is not working
I use VS C++ 2015-2022 Redistributable (x64) 14.40.33810 with Windows SDK version 10.0.226100.3233, I am able to pair with a BLE device using the UWP API, but I have had absolutely no luck in unpairing the device. I am in need of an urgent help. Thank…
Connecting to the remote desktop requires clicking login every time?
Previously, when connecting to a remote desktop, as long as the account password was correct, I could directly access the desktop. Currently, I have to connect and manually click on login to access the desktop. What's going on?
Intune AD Connector Authentication Issues
Hello, I have seen this question asked a lot but the requestors never indicated what the solution was for this issue. I am trying to set up Autopilot for Hybrid Azure AD Join to our local AD. However, when I run the connector I get stuck on the…
Windows 11 will not wake from sleep via scheduled task
I recently built a new machine with Windows 11 and have created several tasks to run a utility to backup multiple users accounts and shared data to a NAS drive. I am trying to use the task scheduler to accomplish this. I have created the tasks and I…
how remove "Account Unknown" file/folder permissions?
Recently, I reinstalled the operating system(win10) and found that some folders had an Account Unknown(S-1-5-21...) in the security settings, which I guessed was the account left over from the previous operating system. I tried to use the icacls command…
teams wont install
ran "MSTeamsSetup.exe after 5 min it fails to install and gives me a log file which is called "SquirrelSetup.log" attached since it deletes my post if i post the log here....
Remote Desktop Gateway credential repeatedly deleted
I have been running RD Gateway connections to multiple clients for years. I always check the box to save credentials, and there has always been a persistent entry for gateway.MyCustomerDomain.com in Windows Credentials. I upgraded from Windows 7 to…
the user canceled the authentication prompt to a remote server
We have 4 computers that save all our information on 1 computer that was call a server. There is only an excel file and a Sage file that we save on the server. This is so everyone can access the files and share them. The Server runs on Windows 10, the…
Higher CPU Temperature after last Windows 11 24h2
Hi Guys, After last Windows update I noticed that the temperatures are a bit higher then usual. I checked everything on my side and seems fine. I searched a bit and I think I'm not the only one person with this problem. Ryzen 7 7800X3D by the way. …
Minifilter driver unnable to load
I am trying to develop a minifilter driver which encrypt and decrypt files on fly. I am using bcrypt (CNG) for encryption and decryption. But when i am trying to load this driver it is giving error 0x80070002 system cannot find file specified. I am…
Sign in Required Checked but laptop not prompting sign in
I have selected the setting to require sign in after PC wakes up from sleep. However, the PC is not following the rule. I have updated, restarted and everything but it isn't working. Everytime it goes to sleep and I wake it up it logs me straight in…
Win32 context menu items issues
Hello everyone, could you please tell me what can go wrong with getting context menu items via win32? First of all, do I understand correctly that the ampersand in the name is normal? But at the same time, some elements have a localized dwTypeData, some…
Windows 10 notepad encoding options
When saving a file with the windows 10 notepad (from the optional features of windows 10) usually 3 encoding options appear - ANSI, UTF 8 and UTF 16. However as of recently, it gives me a list of confusing extra options, like - UTF 8 with BOM, UTF 16 LE…
Powershell script not working through Task Scheduler
Hi, I am trying to disable few users on AD with the help of a simple PowerShell script as below. Import-Module ActiveDirectory Read content from DisableUser.csv file $users=Import-CSV C:\ADUSERS\DisableUsers.csv ForEach ($user in $users) { …