Windows 10, a few tricks...
It is better to use Windows 10 with hidden configuration tools.
How to set up Windows 10
With the impending disappearance of the control panel, while only a limited list of parameters can be configured in the settings window, users will be in a bad state. How do I create a recovery point, for example? It takes a long time to ferment the parameters to find it.
But the system has an emergency exit, quietly added for system developers: God mode.
To access "God mode," create a new folder. Then change its name with the following line:
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
Only text appears in the icon label. Clicking on this folder gives access to all possible parameters in the system.
How to add wallpaper
Just copy them to subdirectories of the Windows folder:
c:\Windows\Web\Wallpaper\Theme1
Or Thème2 another if you have set other topics.
To select a background image, right-click on the desktop, go to Settings, then Desktop Background and select the check box on the image.
Have more tiles in the start menu
In fact, its size is variable, keeping the mouse pressed to the edge can be expanded at will!
Right-click a tile to remove (untie) or resize it. By right-clicking on an application in the list, you can attach it to the tile.
Take a quick screenshot
Among the accessories, a capture tool is provided, but there is also easier using the Windows key... Enter:
WIN+MAJ+S
and you can cut and save some of the screen. It can be copied into a drawing program or any page that accepts images...
Remove name from start menu
To uninstall a program, right-click its name in the list of programs in the launch menu, and then select Uninstall.
But some programs or program folders are adamant and remain on the list. To delete them, open the file manager and enter this command in the address bar:
%ProgramData%\Microsoft\Windows\Start Menu\Programs
A file with the program name appears in the folder, usually with the extension .lnk.
Delete this file and your problem will be fixed.
Uninstalling Windows 10 apps
To make it easier for your system to work with unsuitable applications, you can remove some of them from Programs and Functions, but many of them do not appear on the list. For example, OneNote.
But you can remove it with Powershell. Right-click the Powershell icon and select Run as Administrator.
To remove OneNote, type:
Get-AppxPackage *onenote* | Remove-AppxPackage
For other applications, replace the application code with the following:
Latest news | bingnews |
Calendar and mail | Windows telecommunication |
Camera | Windows scamera |
Getting Office | officehube |
Skype | skypeapp |
Groove Music | zunemusic |
Cards | windowsills |
Lonely collection | solitajrecollection |
Finance (money) | bingfinance |
Movies and TV | zunevideo |
OneDrive | onedrive |
Contacts (people) | people |
The phone | Windows phone |
Photos | photos |
Curtain | windowsill |
Sports | bingsports |
Weather service | bingweather |
Xbox | xboxapp |
Can't be removed: Edge, Cortana.
Check installation code and product key
Enter the following command in the Powershell console or copy/paste:
slmgr.vbs /dlv
It displays the installation identifier useful for reinstalling (it can also be obtained using the slui command) and the last group of product key letters for verification. Like many other installation details.