Error Code: INET_E_RESOURCE_NOT_FOUND

 Does the issue happen when you surf to other non-SharePoint pages? Test the issue on Chrome or another browser. From the error message, it sounds like a Windows issue that might be stopping the browser from connecting to the internet. If you encounter any errors, try renaming the connections folder in your Windows Registry and follow these steps:     Open Windows Registry: Press Win + R, type regedit in the Run prompt, and click OK.     Navigate to the Following Path: HKEY_LOCAL_MACHINE > Software > Microsoft > Windows > CurrentVersion > Internet Settings > Connections.     Rename the Connections Folder: Right-click on the Connections folder and rename it as ConnectionsX. Press Enter to save. Additionally, it could be a third-party antivirus blocking the browser from connecting to the internet. Temporarily disable the antivirus and see if that resolves the problem. Other steps you can try:     Restart your router.     Disable the TCP Fast Open feature on Edge.     Fl

Control Panel in Settings

 

It seems like you want to create a script using Notepad to open the Control Panel or a specific tool within the Control Panel, and then create a shortcut to that script. Here’s how you can do it:

{D20EA4E1-3957-11D2-A40B-0C5020524153}

COPY CODE AND CREATE FOLDR AND RENAME FOLDER(AdminTools.pastcode)

than run admintools

### Step 1: Create the Script

1. **Open Notepad**.
2. **Write the Script**:
    - To open the Control Panel, you can use a simple batch script. Here’s a basic example:

      ```batch
      @echo off
      control
      ```

    - If you want to open a specific tool within the Control Panel, such as the Device Manager, you can use:

      ```batch
      @echo off
      control /name Microsoft.DeviceManager
      ```

3. **Save the Script**:
    - Go to `File` > `Save As`.
    - In the "Save as type" dropdown, select `All Files`.
    - Name your file with a `.bat` extension, e.g., `OpenControlPanel.bat`.
    - Save the file to a location of your choice.

### Step 2: Create a Shortcut to the Script

1. **Right-click** on the desktop or in any folder where you want the shortcut to be.
2. Select `New` > `Shortcut`.
3. In the location field, enter the path to your script file. For example:
   ```
   C:\path\to\your\OpenControlPanel.bat
   ```
4. Click `Next`.
5. Name your shortcut, e.g., `Open Control Panel`.
6. Click `Finish`.

### Step 3: (Optional) Assign a Keyboard Shortcut

1. **Right-click** on the shortcut you just created and select `Properties`.
2. Go to the `Shortcut` tab.
3. Click inside the `Shortcut key` field and press the key combination you want to use, such as `Ctrl + Alt + P`.
4. Click `OK`.

### Example

Here's a step-by-step example to open the Control Panel:

1. Open Notepad and enter the following code:

   ```batch
   @echo off
   control
   ```

2. Save the file as `OpenControlPanel.bat` on your Desktop.
3. Right-click on the Desktop, select `New` > `Shortcut`.
4. Browse to the `OpenControlPanel.bat` file you saved, then click `Next`.
5. Name the shortcut `Open Control Panel` and click `Finish`.
6. Right-click the new shortcut, select `Properties`, then set the `Shortcut key` to `Ctrl + Alt + P` and click `OK`.

Now, pressing `Ctrl + Alt + P` will open the Control Panel.

Let me know if you need any further assistance!

Comments

Popular posts from this blog

Windows activater failed

All in one windows credential sam and hash decripted and encripted(Dumping :sam: all security

Computer hardware Networking Interview Questions and Answers

Windows defender DisableAntiSpyware

The Windows system screen error is a corrupt issue.

eSIM vulnerabilities exploited by SIM swappers for phone numbers: Report

Dark Mode using on browser:

Error Code: INET_E_RESOURCE_NOT_FOUND