How to elevate a user to Administrator:
To perform the following action, we recommend using amecs. Alternatively, you can do it manually using the steps below:
Due to security considerations, the default user in Windows AME has been revoked of Administrator privileges. This can, however, introduce issues with rare situations.
1. Run the following commands via Command Prompt as Administrator:
To perform the following action, we recommend using amecs. Alternatively, you can do it manually using the steps below:
Due to security considerations, the default user in Windows AME has been revoked of Administrator privileges. This can, however, introduce issues with rare situations.
1. Run the following commands via Command Prompt as Administrator:
net localgroup administrators user /add
shutdown -r -t 0
The next login will greet you with the elevated user account.👍10❤1
How to change display language:
To perform the following action, we recommend amecs. You can also do it manually using the steps below:
1. Find your Language/region tag under the Language Packs section here
If your Language/region tag is not displayed under that section, search from the Language interface packs (LIPs) section here and skip Step 2~4
2. Download language pack for your language/region tag
3. Run lpksetup.exe and click "Install display languages"
4. Browse to your language pack image and click "Next"
5. Once image is installed, elevate user privileges via PowerShell as Administrator:
To perform the following action, we recommend amecs. You can also do it manually using the steps below:
1. Find your Language/region tag under the Language Packs section here
If your Language/region tag is not displayed under that section, search from the Language interface packs (LIPs) section here and skip Step 2~4
2. Download language pack for your language/region tag
3. Run lpksetup.exe and click "Install display languages"
4. Browse to your language pack image and click "Next"
5. Once image is installed, elevate user privileges via PowerShell as Administrator:
net localgroup administrators user /add
shutdown -r -t 0
6. Change display language via PowerShell as Administrator, substituting zh-CN with your locale name:Set-WinSystemLocale zh-CN
Set-WinUserLanguageList zh-CN -Force
7. Revert user privileges via PowerShell as Administrator:net localgroup administrators user /delete
shutdown -r -t 0
The next login will greet you with the new display language.👍13❤1
How to add keyboard language:
To perform the following action, we highly recommend using amecs. Alternatively, you can do it manually using the steps below:
It is recommended to change display language first if you plan to perform both.
1. Change keyboard language via PowerShell, substituting
To perform the following action, we highly recommend using amecs. Alternatively, you can do it manually using the steps below:
It is recommended to change display language first if you plan to perform both.
1. Change keyboard language via PowerShell, substituting
zh-CN with your locale name, then reboot:$List = New-WinUserLanguageList en-USThe next login will greet you with the new keyboard language.
$List.add("zh-CN")
Set-WinUserLanguageList $List
👍8🔥1
How to download media from YouTube or other video / audio platforms:
1. Check if your streaming websites are supported here
2. Install dependencies via PowerShell as Administrator:
4. Extract the contents out of its archive
5. Run
6. Copy the video / audio link and run the context menu in any File Explorer directory
1. Check if your streaming websites are supported here
2. Install dependencies via PowerShell as Administrator:
choco install -y yt-dlp ffmpeg3. Get the ytdl-explorer-main.zip noscript archive
4. Extract the contents out of its archive
5. Run
yt-dlp.reg. You will now see a yt-dlp context menu upon right-click6. Copy the video / audio link and run the context menu in any File Explorer directory
👍8🔥7❤1
How to remove Intel HD Graphics desktop context menu:
1. Run the following commands via Command Prompt as Administrator:
1. Run the following commands via Command Prompt as Administrator:
reg delete "HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\igfxcui" /f
reg delete "HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\igfxDTCM" /f
👍3
How to install and configure OpenVPN:
1. Run the following command via PowerShell as Administrator to install OpenVPN:
3. Place your VPN provider's
5. You can now select your VPN in the context menu from the OpenVPN GUI tray icon
1. Run the following command via PowerShell as Administrator to install OpenVPN:
choco install -y openvpn
2. Run OpenVPN GUI as Administrator to let itself perform initialization3. Place your VPN provider's
.ovpn configuration file into:C:\Users\Administrator\OpenVPN\config
4. Re-launch OpenVPN GUI as Administrator. This allows it to scan the relevant directory for changes5. You can now select your VPN in the context menu from the OpenVPN GUI tray icon
👍10
AME Guides Index
Simply select from the links below to gain access to our library of step-by-step guides.
• How to change lock screen wallpaper
• How to change profile picture
• How to install WSL
• How to backup and restore your device's drivers
• How to login without typing username and password
• How to login without typing username
• How to switch between Dedicated or Integrated GPU to run a graphical program
• How to download and install all drivers
• How to enable NCSI Active Probing
• How to change username and password
• How to elevate a user to Administrator
• How to change display language
• How to add keyboard language
• How to download media from YouTube or other video / audio platforms
• How to remove Intel HD Graphics desktop context menu
• How to install and configure OpenVPN
• How to Install GPU Drivers Manually
• How to disable "NVIDIA Control Panel is not found" message
• How to create Windows / AME install media
Simply select from the links below to gain access to our library of step-by-step guides.
• How to change lock screen wallpaper
• How to change profile picture
• How to install WSL
• How to backup and restore your device's drivers
• How to login without typing username and password
• How to login without typing username
• How to switch between Dedicated or Integrated GPU to run a graphical program
• How to download and install all drivers
• How to enable NCSI Active Probing
• How to change username and password
• How to elevate a user to Administrator
• How to change display language
• How to add keyboard language
• How to download media from YouTube or other video / audio platforms
• How to remove Intel HD Graphics desktop context menu
• How to install and configure OpenVPN
• How to Install GPU Drivers Manually
• How to disable "NVIDIA Control Panel is not found" message
• How to create Windows / AME install media
👍37❤12🎉6👎1🔥1🍓1
AME Guides pinned «AME Guides Index Simply select from the links below to gain access to our library of step-by-step guides. • How to change lock screen wallpaper • How to change profile picture • How to install WSL • How to backup and restore your device's drivers • How…»
How to Install GPU Drivers Manually
1. Download GPU drivers from OEM sites, such as AMD or Nvidia
2. Right click on the file and use 7zip to extract it to a folder
2. Open Device Manager with administrator permissions
3. Right click on your GPU and select "Update driver"
4. Select "Browse my computer for drivers"
5. Navigate to the extracted folder and click "Next"
Device Manager will automatically determine the driver's location and perform installation.
If you have an Nvidia GPU, there will be a "NVIDIA Control Panel is not found" message indicating that the app failed to install.
You can either disable the message here, or install the app using amecs.
1. Download GPU drivers from OEM sites, such as AMD or Nvidia
2. Right click on the file and use 7zip to extract it to a folder
2. Open Device Manager with administrator permissions
3. Right click on your GPU and select "Update driver"
4. Select "Browse my computer for drivers"
5. Navigate to the extracted folder and click "Next"
Device Manager will automatically determine the driver's location and perform installation.
If you have an Nvidia GPU, there will be a "NVIDIA Control Panel is not found" message indicating that the app failed to install.
You can either disable the message here, or install the app using amecs.
👍8❤1
How to disable "NVIDIA Control Panel is not found" message:
1. Run the following commands via Command Prompt as Administrator:
Alternatively, you can use amecs to install NVIDIA Control Panel. This is not necessary for your system graphics to work properly.
1. Run the following commands via Command Prompt as Administrator:
reg add "HKLM\System\CurrentControlSet\Services\nvlddmkm\Global\NVTweak" /v "DisableStoreNvCplNotifications" /t REG_DWORD /d 1 /fThe notification will disappear on the next startup.
Alternatively, you can use amecs to install NVIDIA Control Panel. This is not necessary for your system graphics to work properly.
👍18🔥4🥰3
How to enable the Notification Center:
To perform the following action, we recommend using amecs. Alternatively, you can do it manually using the steps below:
1. Run the following commands via Command Prompt as Administrator:
To perform the following action, we recommend using amecs. Alternatively, you can do it manually using the steps below:
1. Run the following commands via Command Prompt as Administrator:
for /f %F in ('PowerShell "(New-Object -ComObject Microsoft.DiskQuota).TranslateLogonNameToSID((Get-WmiObject -Class Win32_ComputerSystem).Username)"') do set "userSID=%F"
reg add "HKU\%userSID%\Software\Policies\Microsoft\Windows\Explorer" /v DisableNotificationCenter /t REG_DWORD /d 0 /f
shutdown -r -t 0
Upon the next startup, the Notification Center will be visible at the taskbar's right corner.👍22❤5
How to create Windows / AME install media:
1. Get an Ameliorated ISO here, or a stock Windows ISO from TechBench.
2. Run the following command via PowerShell as Administrator to install Ventoy (Windows / Linux):
3. Run Ventoy and select your USB drive
4. Select Install and answer Yes to both prompts
5. Once completed, copy your ISO to the newly created Ventoy partition
You will now be able to boot off your USB. If Ventoy does not meet your use cases, we also recommend Rufus (Windows) or WoeUSB (Linux). Other tools such as BalenaEtcher can cause incompatibilities.
If your target system is UEFI-compatible (can be verified with
1. Get an Ameliorated ISO here, or a stock Windows ISO from TechBench.
2. Run the following command via PowerShell as Administrator to install Ventoy (Windows / Linux):
choco install -y ventoy 3. Run Ventoy and select your USB drive
4. Select Install and answer Yes to both prompts
5. Once completed, copy your ISO to the newly created Ventoy partition
You will now be able to boot off your USB. If Ventoy does not meet your use cases, we also recommend Rufus (Windows) or WoeUSB (Linux). Other tools such as BalenaEtcher can cause incompatibilities.
If your target system is UEFI-compatible (can be verified with
msinfo32), make sure to use the GPT partition scheme, as well as NTFS file system when formatting the bootable USB.👍32🔥8🥰3🌚3❤2🍓1🍾1