Thank you for reaching out, and I appreciate you sharing the details of your situation.
Regarding the recurring password change prompts, it sounds like your device may still be linked to your former college’s organizational account. This can happen if the device was previously joined to the institution’s Azure Active Directory, which continues to enforce password policies even after you stop using the account. To migrate this issue, I suggest the following steps:
Issue 1: Device Asking to Change Password
This usually happens when your device is still connected to your former college’s organization. Here's how to disconnect it:
Step 1: Remove the college account from your device
- Go to Settings.
- Click Accounts > Access work or school.
- Select your college account and click Disconnect.
Step 2: Check if your device is joined to an organization
- Go to Settings > System > About.
- Look under Device specifications for Domain or Azure AD join.
- If it shows your device is joined to an organization, proceed to Step 3.
Step 3: Leave the organization
- Open Command Prompt as Administrator.
- Type the following command and press Enter: dsregcmd /leave
Step 4: Remove the account from Office apps
- Open any Microsoft Office app (e.g., Word).
- Go to File > Account.
- Under Connected Services, remove the college account.
Issue 2: Python Not Running
Let’s make sure Python is installed and set up correctly.
Step 1: Check if Python is installed
- Open Command Prompt.
- Type: python –version or py –version
- If you see a version number, Python is installed. If not, continue to Step 2.
Step 2: Install Python
- Download the latest version.
- During installation
- Complete the installation.
Step 3: Test Python
- Open Command Prompt.
- Type: python
- You should see the Python prompt (>>>). Type: print("Hello, Python!")
- Press Enter. If it prints the message, Python is working correctly.
Please let us know if you have any other questions or need additional support.
Warm regards,
As other users will also search information in this community, kindly mark it as an answer, your valuable vote will definitely also help other users who have similar queries easily to find the correct channel and useful information more quickly.
I appreciate your kind words.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.