exam questions

Exam 312-49v10 All Questions

View all questions & answers for the 312-49v10 exam

Exam 312-49v10 topic 1 question 318 discussion

Actual exam question from ECCouncil's 312-49v10
Question #: 318
Topic #: 1
[All 312-49v10 Questions]

Which of the following options will help users to enable or disable the last access time on a system running Windows 10 OS?

  • A. wmic service
  • B. Reg.exe
  • C. fsutil
  • D. Devcon
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Chaoticda
Highly Voted 2 years, 7 months ago
fsutil is correct answer
upvoted 5 times
...
marymayhem
Most Recent 1 year ago
Selected Answer: C
Page 615 "Investigators can query or enable this setting via the fsutil command. For example, to query the setting, use this command: C:\>fsutil behavior query disablelastaccess"
upvoted 2 times
...
diomaya
1 year, 2 months ago
Selected Answer: C
Per EC Council's material, the answer is fsutil, therefore C is the correct answer.
upvoted 2 times
...
Manzer
1 year, 4 months ago
Selected Answer: B
The last access time is a feature in Windows that records the date and time when a file or folder was last accessed. To enable or disable this feature on a Windows 10 system, users can use the Reg.exe command to modify the Windows registry. The following are the steps to disable the last access time on a Windows 10 system: Open the Command Prompt with administrative privileges. Type "reg add HKLM\SYSTEM\CurrentControlSet\Control\FileSystem /v NtfsDisableLastAccessUpdate /t REG_DWORD /d 1 /f" and press Enter. Restart the system for the changes to take effect. To enable the last access time on a Windows 10 system, users can use the following command: "reg add HKLM\SYSTEM\CurrentControlSet\Control\FileSystem /v NtfsDisableLastAccessUpdate /t REG_DWORD /d 0 /f".
upvoted 1 times
...
jjweust
2 years, 3 months ago
C. fsutil. CHFI v10 pg. 418: "Windows has the ability to disable updating of the last access times on files...Investigators can query or enable this setting via the fsutil command."
upvoted 4 times
...
Chaoticda
2 years, 7 months ago
Looks like reg.exe
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...