————————————————————————————————————————————————
2024-11-09
Want to share wifi connection over ethernet cable
Hi all I had the same problem solved by following the suggestions on this video.
has dhcp
On same computer change ipv4 to 192.168.1.1 no gw dns 8.8.8.8 On client computer ipv4 192.168.1.2 gw 192.168.1.1 dns 8.8.8.8
The Problem: Windows 11’s forced Microsoft account results in default file locations being changed to OneDrive. If you do not want to use OneDrive, you want your files away from that evil location. But when you try to reset the location for the Documents, Pictures, etc. folders back to their default locations, you are told the operation can’t be done because the folders already exist and some other BS.
To set the Windows idle time using Group Policy, navigate to
“Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options”
and look for the policy setting called
“Microsoft network server: Amount of idle time required before suspending session”
Microsoft network server: Amount of idle time required before suspending session
The amount of idle time required before suspending a session must be configured to 15 minutes or less.
this worked for M119
### Method 3: Modify Registry for File Associations 1. Backup the Registry:
2. Locate the `.ginpect` association:
```
HKEY_CLASSES_ROOT\.ginpect ``` - Note the `Default` value, which indicates the ProgID (e.g., `ginpect_auto_file` 'GOM.InspectViewerFile').
3. Edit the default application:
```
"C:\Path\To\GOM Inspect 2022\gom_inspect.exe" "%1" ```
4. Restart Windows Explorer:
Then do
### Method 2: Use the `Open With` Dialog (Advanced) If “Open With” doesn't respect the new path due to identical names, try this:
1. Rename the executable file:
2. Reassociate the file type:
—
A second gom_inspect.exe shows up.
NOTE Registry entry for user default software:
Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.ginspect\OpenWithList
Chatgpt prompt: we have gom inspect 2020 and the application name is gom_inspect.exe. we also have gom inspect 2022 and the application name is also gom_inspect.exe. all files that end with .ginpect have the default application gom_inspect.exe which is then 2020 version. we want to change the default application to the 2022 version. this is in windows 10. the normal way to change the default application is to use the open with option on the context menu and drill down throught the folder path to the application in this case to drill down to the gom_inspect.exe inside the folder for gom 2022. this does not work. Windows sees the application name gom_inspect.exe and sets the default to the 2020 version. What esle do we need to do to get the default application to be the 2022 version.
Answer: The issue you're facing is because both applications have the same executable name (`gom_inspect.exe`), which can cause Windows to incorrectly associate the file type (`.ginpect`) with the older version. This behavior is due to how Windows handles file associations and registered application paths. To resolve this issue, you can take one of the following approaches:
The issue you're facing is because both applications have the same executable name (`gom_inspect.exe`), which can cause Windows to incorrectly associate the file type (`.ginpect`) with the older version. This behavior is due to how Windows handles file associations and registered application paths. To resolve this issue, you can take one of the following approaches:
—
### Method 1: Change File Association via Default Apps Settings 1. Re-register the 2022 version:
```cmd
gom_inspect.exe /register ``` - Verify if this updates the association. If not, continue with the steps below.
2. Set default apps via Settings:
—
### Method 2: Use the `Open With` Dialog (Advanced) If “Open With” doesn't respect the new path due to identical names, try this:
1. Rename the executable file:
2. Reassociate the file type:
—
### Method 3: Modify Registry for File Associations 1. Backup the Registry:
2. Locate the `.ginpect` association:
```
HKEY_CLASSES_ROOT\.ginpect ``` - Note the `Default` value, which indicates the ProgID (e.g., `ginpect_auto_file`).
3. Edit the default application:
```
"C:\Path\To\GOM Inspect 2022\gom_inspect.exe" "%1" ```
4. Restart Windows Explorer:
—
### Method 4: Use Third-Party File Association Tools - Download a third-party utility such as [Default Programs Editor](https://defaultprogramseditor.com/). - Use the tool to override the association for `.ginpect` files with the desired path for the 2022 version.
—
By following one of these methods, you should be able to resolve the issue and set the 2022 version of `gom_inspect.exe` as the default application for `.ginpect` files. Let me know if you need additional guidance!
2024-07-22
Method 1: Install Windows 11 Without a Microsoft Account (Home and Pro) This is the easiest way to install Windows without a Microsoft account. You don’t need to open Command Prompt, run commands, or disable the internet connection here. It’s a tried-and-tested method, and it just works without any fuss. Here’s how to go about it. 1. First, connect to the Wi-Fi and proceed with the setup normally. If you have a wired Ethernet connection, keep it connected.
From <https://beebom.com/how-create-local-account-windows-11/>
2. When you reach the Microsoft sign-in screen, enter a@a.com under the email field and click on “Next”. Do not worry, it’s a locked dummy account used for bypassing the Microsoft account requirement. You can also enter User in place of a@a.com.
From <https://beebom.com/how-create-local-account-windows-11/>
2023-03-23
How to Create a Local Account on Windows 11 (Home and Pro Editions)
Arjun Sha - Last Updated: January 30, 2023 5:16 pm
Over the last few years, Microsoft has gotten aggressive with the online account requirement on both Windows 10 and 11. So much so that Microsoft altogether removed the option to create a local account on Windows 11 Home during fresh installations. And now, the company has removed the local account option for Windows 11 Pro as well, starting with Windows 11 22H2 build. Many users are frustrated with the “Offline account” option missing on both Windows 11 Home and Pro editions. Having said that, you don’t need to worry about it, as we are here to help. In this guide, we have added four ways to create a local account on Windows 11. You will be able to install Windows 11 without a Microsoft account or an internet connection. So on that note, let’s go ahead and check out the instructions. When you reach the Microsoft sign-in screen, enter a@a.com under the email field and click on “Next”. Do not worry, it’s a locked dummy account used for bypassing the Microsoft account requirement.
From <https://beebom.com/how-create-local-account-windows-11/>