What are the options for sharing the Public folder in Windows 10?
What will be an ideal response?
The options for sharing the Public folder are:
* Turn on sharing so anyone with network access can read and write files in the Public folder-When this option is selected, all network users are able to read, change, delete, and create files in the Public folder. A Public folder configured this way could be used as a central storage location for business documents in a small business to ensure that files can be easily found and are able to be backed up each night.
* Turn off Public folder sharing-When this option is selected, only local users can access files in the Public folder.
One also has options for Password protected sharing that also apply to the Public folder. Password protection offers two options. These options also apply to other shared folders and printers.
* Turn on password protected sharing-When this option is selected, network users must log on to the sharing computer by using a user account that has been granted access to the sharing computer. The account can be either a local user account or a domain user account. This allows you to restrict access to the shared public folder to valid user accounts, but you cannot select which user accounts have access. All valid user accounts are able to access the shared Public folder.
* Turn off password protected sharing-When this option is selected, anyone can access the information in the public folder, even if they do not have a valid user account on the sharing computer. Effectively, this allows anonymous users access to the Public folder.
You might also like to view...
Capitalization errors usually are caused by accidental use of the _____ key.
A. Shift B. Caps Lock C. Tab D. Num Lock
Buttons for deleting and inserting rows and columns are found in the ________ group under the Layout tab
A) Insert & Delete B) Cut & Paste C) Cut & Insert D) Rows & Columns
Which access modifier should be used to give derived classes direct access to change the parent member data. This access modifier does not allow classes that instantiate objects of the class to have access to change member data?
A. private B. public C. protected D. internal
The foreach repetition statement requires that you provide an array and a variable for the purpose of:
a) preventing the structure from going past the end of the array b) storing the value of each element that is traversed c) acting as a counter to traverse the array d) None of the above.