NoSociety.de

#nosoc

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@en:windows
  • Any namespace
  • en:windows:essentials (2)
  • en:windows:10 (1)
  • en:windows:11 (1)
  • en:windows:security (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

User account control under Windows Vista @en:windows:security
16 Hits, Last modified: 19 months ago
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
Windows Bluescreen Analysis
15 Hits, Last modified: 21 months ago
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
Creating a bootable USB stick
10 Hits, Last modified: 19 months ago
== 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
10 Hits, Last modified: 19 months ago
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
6 Hits, Last modified: 19 months ago
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
6 Hits, Last modified: 19 months ago
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
4 Hits, Last modified: 17 months ago
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
4 Hits, Last modified: 17 months ago
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
4 Hits, Last modified: 19 months ago
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
4 Hits, Last modified: 19 months ago
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
2 Hits, Last modified: 17 months ago
/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
2 Hits, Last modified: 19 months ago
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
1 Hits, Last modified: 17 months ago
eracrypt. Available at [[https://www.veracrypt.fr/code/VeraCrypt/]]. To protect sub-areas in a cloud, yo