Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Monday, 10 June 2024

Disable Copilot in Windows 11

AI technologies are great, but the new AI-powered recall feature in Microsoft's Co-pilot on Windows 11 raises privacy concerns. This feature has the capability to take periodic screenshots without notification, highlighting potential risks to user privacy(read here).

You can however chose to disable below feature with below steps...ironically provided by copilot itself 🤣

Friday, 22 January 2016

Send your public IP Address via mail.

I have a setup that i like to monitor/access remotely but the IP address assigned to me by my ISP is DHCP assigned and changes all the time and paying for a static address is expensive.
I have a raspberry pi that i use for automating processes and this hosts the script I wrote a python script that gets my public IP every 5 mins and sends it to me via mail.

Tuesday, 11 September 2012

Authentication error has occurred. The specified target is unknown or unreachable. Win XP SP3 NLA Error

This was something that was really vexing me and through online search and reading LONG stories, i was able to fix it, now i'm giving the solution to others as simply as i can put it.

I have a Win2008 server farm with RD enabled and is set to recieve connections from NLA clients only.

Friday, 31 August 2012

Windows Installation With Windows Deployment Services(WDS)

After searching the net and coming accross many confusing walkthroughs on setting up WDS, i ploughed through and decided to give a straight forward and easy walkthrough on how to do it
I initially decided to do a writeup of  my experience installing Windows via WDS,