sandoom mediasources


start        cloudservices     datacenter     contact     operating times         imprint    privacy



windows

xcopy - copy folder

for example, if you want to copy a folder “pictures” from drive C to drive D, the command line is

"xcopy c:\images d:\images /E/H/C"

"/E" means that all subdirectories are also copied - even directories without content.

"/H" means that files with hidden file and system file attributes are also included in the copying process.

with "/C" you give the command that the copying process is continued even if an error occurs





windows

program is only visible in the taskbar

use Alt + Space to maximize the window. so it becomes visible! then place the window on a second screen, if you have one. By dragging the window to the original screen you get the "normal" size again.



windows

log off system in DOS

C:\Windows\System32>shutdown /l



windows

pc automatic shutdown

automatically shut down the pc at a specified time

here's how to do this: double-click windows logo > control panel > system and security > administrative > task scheduler.

in the task scheduler click on the action menu and then on create simple task > give the simple task a name (e.g. shutdown) > determine the rhythm of the action > start the action > select start a program > browse to c:\windows\system32 and select the file shutdown > enter option -s in the arguments > exit.



windows

diskpart

In order to create volumes via "diskpart", here above all a RAID 5, I kept tripping over my own legs because I just couldn't remember it. now an example:

diskpart
select disc 0
convert dynamic
select disk 1
convert dynamic
select disk 2
convert dynamic
create volume raid disk=0,1,3

format:

format fs=ntfs label=”data 1” quick

assign drive letter:

assign letter=t



windows

data backup

windows tool robocoy

robocopy is a very powerful tool, which, with a little closer examination, fulfills all wishes. documentation abounds on the net.

personal backup 6

this is also a software designed for windows. it is very reliable, but you have to take a closer look at the functions. it's free!



windows

windows 7 update not working

workaround:

requirements:

- correct network settings, preferably dhcp
- stable internet connection

installing the package

Windows6.1-KB3138612-x64.msu

note: Windows Update Client for Windows 7 - March 2016





windows

determine hostname

whether dos or powershell, enter the following:


hostname

2022-04-04

our topics:

> general

> cloud computing

> communications

> databases

> data backup

> hardware

> hosting

> it-sec

> prog

> software

> virtualization