Reconfigure SFC to its default setting. (Such as no longer launching on every boot).
C) sfc /revert
What do you use to apply security restrictions and configuration settings for registry files?
regedit32.exe
Using the attrib command how do you make a file read only?
attrib +r file.ext
Using the attrib command how do you make a file hidden?
attrib +h file.ext
Using the attrib command how do you make a file a system file?
attrib +s file.ext
Using the attrib command how do you make a file marked to be archived?
attrib +a file.ext
How do you encrypt a file?
By editing the file properties through windows explorer.
How do you compress a file?
By editing the properties through windows explorer.
Can a file be encrypted and compressed simultaneously?
No
cd
Shows the current directory.
cd [folder name]
Changes the current directory to the once specified within the current directory.
cd [full path]
Changes to the directory specified by the path.
cd..
changes the current directory to the immediate parent directory.
cd /d [file][path]
Changes the current drive in addition to changing the directory.
dir
Displays a list of files and subdirectories in a directory.
dir /p
Pauses output at every page.
dir /s
Display information in subdirectories.
dir /a[xx]
To show only a file with a certain attribute or used with a - before the attribute symbol to show files without an attribute.
md
Makes a directory.
mkdir
Makes a directory
md [directory]
Creates a new directory in the current directory.
md [path][directory]
Creates a new directory in the directory specified by the path.
rd [directory]
Removes the specified directory within the current directory.
rd [path][directory]
Removes the directory specified in the path.
rd /s
Removes subdirectories in addition to files in the current directory.
rd /q
Will not prompt you before each deletion.
copy [source] [destination]
Copies the specified file to the new location.
copy [folder] [*.*] [path] [destination]
Copies all files with extensions in a folder to a new location.
copy /n
Copies files using short filenames.
copy /y
Will not prompt you before each deletion.
copy /v
Verifies files after they are copied.
xcopy /a
Copies files with the archive attribute set and doesn't change the attribute.
xcopy /m
Copies the files with the archive attribute set and turns off the archive attribute.
xcopy /d
Copies files changed on or after the specified date. If no date is given, it copies only those files whose source time is newer than the destination time.
xcopy /p
Prompts you before creating each destination file.
xcopy /s
Copies directories and subdirectories (except empty ones).
xcopy /e
Copies directories and subdirectories, including empty ones.
xcopy /h
Copies hidden and system files also.
xcopy /r
Overwrites read-only files.
xcopy /k
Copies attributes. Normal xcopy will reset read-only attributes.
xcopy /y
Overwrites existing files without prompting.
edit [file]
Specifies initial file(s) to load. Wildcards and multiple file specs can be given.
edit /r
Load file(s) in read-only mode.
What type of ATA devices can only use an 80-wire cable?