Hi i have little problem. When i do: Get-Item -LiteralPath “HKLM:SOFTWAREMicrosoftProvisioningCSPs.VendorMSFTSecureAssessment” it throw error. When i do: Test-Path -LiteralPath “HKLMSOFTWAREMicrosoftProvisioningCSPs.VendorMSFTSecureAssessment” it return False When i do: reg query “HKLMSOFTWAREMicrosoftProvisioningCSPs.VendorMSFTSecureAssessment” it return: HKEY_LOCAL_MACHINESOFTWAREMicrosoftProvisioningCSPs.VendorMSFTSecureAssessment (Default) REG_SZ {62907C17-0036-4D44-B59C-70F2621A3EE4} csp_version REG_SZ com.microsoft/1.1/MDM/SecureAssessment I wanted to delete and check if exists, any solutions? For powershell […]
Blog
I’m using Git-based dotfiles managment: https://www.stefanjudis.com/notes/git-based-dotfile-management-without-symlinks/ https://www.atlassian.com/git/tutorials/dotfiles I have bare git repository in ~/Repositories/dotfiles and alias dotfiles='git --git-dir=$HOME/Repositories/dotfiles --work-tree=$HOME' and dotfiles config --local status.showUntrackedFiles no When I’m editing my dotfiles with VSCode it’s git doesn’t work because there is not .git folder in ~/.config/zsh for example it’s located in ~/Repositories/dotfiles […]
Read Fine-Tuning an Open-Source LLM with Axolotl Using Direct Preference Optimization (DPO) and learn AI with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more. Continue reading Fine-Tuning an Open-Source LLM with Axolotl Using Direct Preference Optimization (DPO) on […]
I need to know a betpawa ID Betpawa gives offers to the customer who knows their ID and some time they give them correct scores via their ID so as am looking for it
Potion Craft 2.0 was released today and I wrote to two of my acquantances, “Hey, version 2.0.1.1 has been released!”, knowing that they had long uninstalled the game, having grown tired of waiting for an update that might never come. … Telegram interprets this as the URL https://2.0.1.1 and generates […]
I’ve installed Microsoft Teams via the store but when I login it only shows a link to the browser version. Is it supposed to be working for private users or is it by design?
So, I’ve had this issue before like 2 years ago and dont remember how i fixed it at all, i dont even know if i was the one that fixed it or if it somehow fixed itself. So basically, a few days ago it came back. one thing i remember […]
windows 11 24h2 was installed on my PC this week. Ever since, WSL will not start. When I press any key to install WSL I get an error “connection with the server could not be established” I have rebooted the PC a number of times. In control panel, programs and […]
I’ve installed nss-pam-ldapd on an Alpine Linux server, edited nslcd.conf to use an ldap server I have running elsewhere, and added “UsePAM yes” to /etc/ssh/sshd_config. I have two local accounts, root and admin, and an ldap account, ldapuser I can ssh into the server as admin or ldapuser As admin […]