code

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Execute repair of Windows 10
4 Treffer, Zuletzt geändert:
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 =====
Disable User Account Control (UAC) completely
2 Treffer, Zuletzt geändert:
/file> ===== Deactivating via PowerShell ===== <code poweershell> New-ItemProperty -Path HKLM:Software... e EnableLUA -PropertyType DWord -Value 0 -Force </code> ===== Attention ===== Changing this entry gran
Left-align taskbar under Windows 11
4 Treffer, Zuletzt geändert:
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>
Security on the net
1 Treffer, Zuletzt geändert:
eracrypt. Available at [[https://www.veracrypt.fr/code/VeraCrypt/]]. To protect sub-areas in a cloud, yo
Hibernation in the Remote Desktop
4 Treffer, Zuletzt geändert:
icon * Enter the following in the search bar <code dos>cmd</code> * Enter the following in the command line: <code dos>rundll32.exe powrprof.dll,SetSuspendState</code> The remote device now goes into sleep mode and th
Left-align taskbar under Windows 11 @en:windows:11
4 Treffer, Zuletzt geändert:
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 @en:windows:10
4 Treffer, Zuletzt geändert:
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 =====
Securely overwrite files that have already been deleted @en:windows:essentials
2 Treffer, Zuletzt geändert:
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
User account control under Windows Vista @en:windows:security
16 Treffer, Zuletzt geändert:
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
Deactivate automatic data carrier check
6 Treffer, Zuletzt geändert:
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
Provide Windows updates on the installation DVD @en:windows:essentials
10 Treffer, Zuletzt geändert:
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
NTLDR missing Error message
6 Treffer, Zuletzt geändert:
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
Creating a bootable USB stick
10 Treffer, Zuletzt geändert:
== 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
Windows Bluescreen Analysis
14 Treffer, Zuletzt geändert:
mbol File Paths** Here we enter the following: <code text> SRV*c:\symbols*http://msdl.microsoft.com/download/symbols </code> Then we press Ok. This reference reloads missin... sometimes already shows a clue to the problem. <code text> *******************************************... amd_sata.sys Followup: MachineOwner --------- </code> Here we can already see that the driver **amd_s