Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- User account control under Windows Vista @en:windows:security
- t|Open Registry Editor]] Navigate to the path: <code reg> HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System </code> Here we create a new value of the REG_DWORD data type: <code reg>EnableInstallerDetection</code> Allowed values are: ^ Value ^ Effect ^ | 0 | Switch off automatic
- Creating a bootable USB stick
- == Now enter the commands one after the other: <code dos>diskpart</code> The Diskpart tool is now executed. Lists all discs: <code dos>list disk</code> Now select the number of the USB stick (in this example 4). **ATTENTION!!! Do not
- Provide Windows updates on the installation DVD @en:windows:essentials
- to D:\winDVD ==== Determine version index ==== <code dos> dism /get-wiminfo /wimfile:d:\win7dvd\sources\install.wim </code> ===== Slipstream of the updates ===== ==== Provide image ==== <code dos> dism /mount-wim /wimfile:d:\winDVD\sources\install.wim /index:1 /mountdir:d:\winMount </code> **The index number is taken from the previous s
- Deactivate automatic data carrier check
- isc scan, an entry in the registry is required. <code reg bootexecute.reg> Windows Registry Editor Vers... 0,58,00,59,00,5a,00,\ 20,00,2a,00,00,00,00,00 </code> This excludes all drives from the scan (A-Z). T... y Editor]] and navigate to the following path: <code reg>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager</code> Double-click on the BootExecute value and you c
- NTLDR missing Error message
- ncels the start process with the error message: <code text> NTLDR fehlt </code> In most cases, the following steps can be taken to rectify this error =====... MBR). To do this, enter the following commands: <code dos> FIXMBR c: FIXBOOT c: </code> Use the second command to repair the partition sector of the system
- Left-align taskbar under Windows 11
- registry values below. ==== Left-aligned ==== <code reg> Windows Registry Editor Version 5.00 [HKEY_... \Explorer\Advanced] "TaskbarAl"=dword:00000000 </code> ==== Centre ==== <code reg> Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "TaskbarAl"=dword:00000001 </code>
- Execute repair of Windows 10
- mpt and run the following commands in sequence: <code dos> Dism /Online /Cleanup-Image /CheckHealth Dis... alth Dism /Online /Cleanup-Image /RestoreHealth </code> ===== Repair using PowerShell ===== Open the Powershell and execute the following commands: <code powershell> Repair-WindowsImage -Online -CheckHea... alth Repair-WindowsImage -Online -RestoreHealth </code> ===== Repair using the installation DVD =====
- Execute repair of Windows 10 @en:windows:10
- mpt and run the following commands in sequence: <code dos> Dism /Online /Cleanup-Image /CheckHealth Dis... alth Dism /Online /Cleanup-Image /RestoreHealth </code> ===== Repair using PowerShell ===== Open the Powershell and execute the following commands: <code powershell> Repair-WindowsImage -Online -CheckHea... alth Repair-WindowsImage -Online -RestoreHealth </code> ===== Repair using the installation DVD =====
- Left-align taskbar under Windows 11 @en:windows:11
- registry values below. ==== Left-aligned ==== <code reg> Windows Registry Editor Version 5.00 [HKEY_... \Explorer\Advanced] "TaskbarAl"=dword:00000000 </code> ==== Centre ==== <code reg> Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "TaskbarAl"=dword:00000001 </code>
- Disable User Account Control (UAC) completely
- /file> ===== Deactivating via PowerShell ===== <code poweershell> New-ItemProperty -Path HKLM:Software... e EnableLUA -PropertyType DWord -Value 0 -Force </code> ===== Attention ===== Changing this entry gran
- Securely overwrite files that have already been deleted @en:windows:essentials
- drive, the command must be entered as follows: <code dos> cipher /W:C:\ </code> The programme takes quite a long time to run, but it is thorough. Running t
- Security on the net
- eracrypt. Available at [[https://www.veracrypt.fr/code/VeraCrypt/]]. To protect sub-areas in a cloud, yo