You need to apply security settings to the registry on a Windows server. Which command should you use

Answers

Answer 1
Answer:

There are different kinds of measures taken in security. The command should you use is   Certutil.

What is Certutil

Lawrence Abrams was known to be the man that mad Windows to have a built-in program called CertUtil.

This is often used to manage certificates in Windows where one can install, backup, delete, manage, and perform a lot of functions related to certificates and certificate that are saved in Windows.

See full question below

You need to apply security settings to the registry on a Windows server. Which command should you use?

certutil

regedit

regex

cipher

Learn more about Certutil from

brainly.com/question/24931496


Related Questions

WordArt styles allow you to add ____.
The command prompt found on Windows 7 and Windows 8 is very similar to the interface of what past operating system?a. Dos b. Windows 95 c. Windows 98 d. Windows NT
About 15 percent of American households have access to the media. Please select the best answer from the choices provideda. True b. False
When clara access the the document on her computer by way if icons, she is said to be emplying
what is optimal page replacement algorithm? (a) replace the page that will not be used for a long time (b) replace the page that has been used for a long time (c) replace the page that has not been used for a long time (d) replace page not in memory (e) used to extract page in main memory

Is there is anyone knows how to use matlab program ?

Answers

I'm currently learning how to use it , comment me what it is you need to know and I hope I'd be able to help

Answer:

Explanation:

MATLAB is a programming language and software platform for numerical computing, data analysis, and visualization. To use MATLAB, you can perform the following steps:

  • Start the MATLAB software: To start MATLAB, double-click the MATLAB icon on your computer or launch it from the Start menu.
  • Write and run code: To write and run code in MATLAB, you can use the MATLAB command window or create a script or function. In the command window, you can type commands and immediately see the results. In a script or function, you can write a series of commands that are saved in a file and can be run later.
  • Plot data: MATLAB provides many functions for plotting and visualizing data, including line plots, scatter plots, histograms, and 3D plots. You can use these functions to visualize and analyze your data.
  • Use built-in functions: MATLAB provides many built-in functions for solving mathematical problems, including linear algebra, optimization, and statistics. You can use these functions to perform complex computations and analysis.
  • Import and export data: MATLAB provides functions for importing and exporting data from and to various file formats, including CSV, Excel, and MAT-files. You can use these functions to read data from external sources and save results in a format that can be easily shared with others.

These are just a few of the many ways to use MATLAB. Whether you're a beginner or an advanced user, MATLAB provides a wide range of capabilities for numerical computing, data analysis, and visualization.

Example:

Here's a simple example of how to use MATLAB to plot a sine wave:

% Define the x-axis values

x = 0:0.1:10;

% Calculate the sine values

y = sin(x);

% Plot the sine wave

plot(x,y)

% Label the axes

xlabel('x (radians)')

ylabel('sin(x)')

% Add a title to the plot

title('Sine Wave Plot')

This code defines the x-axis values from 0 to 10 with increments of 0.1. It then calculates the sine values for each x value using the sin() function. The plot() function is used to create a line plot of the sine wave, with x values on the x-axis and y values on the y-axis. The xlabel() and ylabel() functions are used to label the x and y axes, respectively, and the title() function is used to add a title to the plot.

This is a very simple example, but it demonstrates the basic steps involved in using MATLAB to plot data. Whether you're working with simple plots or complex computations, MATLAB provides a powerful platform for data analysis and visualization.

_____________________________________________________

I hope this information is helpful. I mostly prefer MyAssignmentHelp.com for Matlab help. Please let me know if you have any additional questions or refer to MyAssignmentHelp.com for further assistance.

Two independent customers are scheduled to arrive in the afternoon. Their arrival times are uniformly distributed between 2 pm and 8 pm. Compute (a) the expected time of the first (earlier) arrival; (b) the expected time of the last (later) arrival.

Answers

Answer:

1/3

Explanation:

T₁ , T₂ , be the arrival times of two customers.

See expected time for the earliest and latest below.

The formulas used will guide you.

Graphics you can select to reinforce the goal of your document include ____.a. pictures
c. shapes
b. logos
d. all of the above

Answers

The answer would be D all of the above.

At which university was the first truly electronic computer developed?a. California Polytechnic University
b. Massachusetts Institute of Technology
c. Stanford University
d. University of Pennsylvania

Answers

university of Pennsylvania

Give a recursive algorithm for finding the sum of the
first n odd positive integers.

Answers

I'm writing that in some sort of pseudocode; if you don't understand it, feel free to ask for more details in the comments.

function sumOdd(n)
    if n==1 then
        return 1
    end if
    return (sumOdd(n-1))+(n*2-1)
end function

Damage to which portion of the limbic system results in loss of memory of recent events and difficulty committing anything new to memory?

Answers

Answer:

Hippocampus.

Explanation:

There are two parts of the limbic system. They are the frontal part which is the amygdala and the posterior part which is the hippocampus.

The hippocampus is an extension of the temporal part  of the cerebral cortex which is a plastic-like structure that can be easily damaged by stimuli. It is packed with densed neurons and forms an S-shape at the extension of the temporal part.

It is responsible for learning and memory and damage to it can result to memory loss of recently learnt information.