User Profile
MaverickNova
Iron Contributor
Joined 12 months ago
User Widgets
Recent Discussions
Reclaiming Administrator rights in Windows 11
I had a Local User account before re-installing HP Laptop Windows 11 Home Edition. I thought I could go back and create a Local User account after setting it up, but Microsoft has ALL the rights. The User Account Window doesn't even have a 'yes' button on it, only a no button. I didn't know this was a thing. Is there a way to regain Administrator Rights again on this computer? I even tried to buy the upgrade to Pro but I don't have any Administrator rights, and that's crazy!!!25Views0likes1CommentRe: Windows 11 auf nicht unterstützter Hardware installieren
Ich hab bei meinem alten Dell versucht, Windows 11 auf nicht unterstützter Hardware installieren zu können, diesmal aber über die Eingabeaufforderung — ganz ohne Tools wie Rufus. Ging überraschend reibungslos, hier mein Ablauf: Windows 11-ISO auf den PC laden und doppelklicken, um sie zu mounten. Eingabeaufforderung als Administrator öffnen. Folgende Befehle eingeben: reg add "HKLM\SYSTEM\Setup\MoSetup" /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1 /f setup.exe /auto upgrade /dynamicupdate disable /compat ignorewarning Danach startet das Setup direkt und überspringt die TPM-/CPU-Prüfung automatisch. So konnte ich Windows 11 auf nicht unterstützter Hardware installieren, ohne irgendwelche zusätzlichen Tools. Wichtig ist nur: Backup vorher machen, denn wenn sich bei der Registry etwas verhakt, startet das System eventuell nicht mehr sauber.19Views0likes0CommentsRe: Best pc cleaning software to make my windows 11 run faster?
It is really frustrating to find out the computer is running slow at sometime. Fortunately, there are many ways to fix the issue and free up space in Windows 11 and Windows 10. Here is a simple script to let you clean up the computer without using any pc cleaning software. All of the tools come with Windows 11 by default. off echo Running Disk Cleanup... cleanmgr /sageset:1 cleanmgr /sagerun:1 echo Clearing Recycle Bin... powershell -command "Clear-RecycleBin -Force" echo Running System File Checker... sfc /scannow echo Running DISM to repair Windows image... DISM /Online /Cleanup-Image /RestoreHealth echo Cleanup complete! pause53Views0likes0CommentsRe: Need help to download windows xp iso for service pack 3
Places to AVOID if you want to download Windows XP ISO file: Torrent Sites (The Pirate Bay, etc.): ISOs here are often modified with malware, spyware, or backdoors pre-installed. They are extremely dangerous. Unofficial "Free Download" Blogs: These sites are often full of intrusive ads and may link to infected files or bundle unwanted software. Random ISO Download Sites: Sites like "GetIntoPC", "Soft32", or similar are notorious for wrapping downloads in malicious installers or bundling unwanted toolbars and adware.10Views0likes0Comments- 183Views0likes4Comments
Re: Windows 11 with 3 monitors resolution problem
1. Check monitor connections: Make sure all monitors are properly connected to the graphics card (HDMI, DisplayPort, DVI, etc.). Check for damaged cables and try replacing them. 2. Update the graphics card driver: Open “Device Manager” and expand “Display Adapters”. Right-click on the graphics card and select “Update Driver”. Visit the official website of the graphics card manufacturer (e.g. NVIDIA, AMD, Intel) to download and install the latest driver. 3. Adjust the monitor resolution: Right-click on your desktop and select “Display Settings”. In the “Display” tab, select each monitor and set the appropriate resolution. Make sure the “Zoom and Layout” settings are consistent. 4. Rearrange the monitors: In the Display Settings, drag the monitor icons to match the actual arrangement order. Click the “Identify” button to confirm the number of each monitor. 5. Use the graphics card control panel: Open a graphics card control panel (e.g. NVIDIA Control Panel, AMD Radeon Settings, Intel Graphics Card Control Panel). In Multi-Monitor Settings, adjust the resolution, refresh rate, and alignment. 6. Check the monitor refresh rate: In “Display Settings”, select each monitor and click “Advanced Display Settings”. Make sure the refresh rate is set to the recommended value for your monitor. 7. Disable unnecessary monitors: If the problem only occurs on a specific monitor, try disabling that monitor and check if the other monitors are working properly. 8. Use clean boot: Press Win + R, type msconfig, and enter. In the “Services” tab, check “Hide all Microsoft services” and click “Disable all”. In the “Startup” tab, click “Open Task Manager” and disable all startup items. Restart your computer and check if the problem is solved.374Views0likes0CommentsRe: Windows 11 24H2 breaks the .exe and .com file associations
1. Repair the file association: Open Settings > Applications > Default Applications. In “Specify default apps by file type”, find the .exe and .com file types. Click on the currently associated application and select the correct application (Windows Explorer). 2. Use the command prompt to repair: Open a command prompt (with administrator privileges) and enter the following command: assoc .exe=exefile ftype exefile=“%1” %* assoc .com=comfile ftype comfile=“%1” %* 3. Modify the registry: Press Win + R, type regedit, and enter. Navigate to the following path: HKEY_CLASSES_ROOT\.exe Make sure the default value is exefile. Navigate to the following path: HKEY_CLASSES_ROOT\exefile\shell\open\command Make sure the default value is “%1” %*. Repeat the above steps to check the .com file association. 4. Create a new user profile: Open Settings > Accounts > Family and Other Users. Click “Add Account” to create a new user account. Log in to the new account and check if the issue is resolved. 5. Use System Restore: Open Control Panel > Recovery > Open System Restore. Select a restore point and restore to the state before the upgrade. 6. Repair the installation: Boot your computer using the Windows 11 installation media. Select Repair Computer > Troubleshooting > Advanced Options > Start Repair. 7. Contact Microsoft Support: If the issue remains unresolved, submit the issue through Microsoft Support. Provide detailed error messages and screenshots to quickly diagnose the issue.602Views0likes0Comments
Recent Blog Articles
No content to show