Placeholder

CYBR 260 Week 5 Programming Assignment Registry

$19.00

Description

Write a program that takes a value from a user and stores it in the registry. You can use any key name that you like but also store the current time as another value inside of your new key. Finally, get a directory listing of your current working directory and store that value. You may need to use REG_MULTI_SZ for that value.
Include your attribution block at the top of the program. Make sure you are documenting your program and including preamble comments before any functions that you create. Use self-documenting variable names.
Submit the Python script and a screen capture indicating that the registry entry was created.
SCREENSHOTS
SOLUTION
PAYMENT
CYBR 260 Week 5 Assignment 5
The solution includes Python code, report and screenshots.
Attachments [Move over files to preview content of those files]
CYBR_260_Assignment_5.zip (135.16 KB)
Assignment5.py
CYBR-260-Week-5-Screenshot.png
CYBR_260_Assignment5_Report.docx
test folder 1
test folder 2
test folder 3
Preview Assignment5.py
xxxxx xxxxxxx xxxx
xxxxx xxxx xx xxxxxxxxxxx xx xxxxxxx xxxxxxxxx
“””
xxxxxx xx
import winreg from datetime import datetime
keyName = ‘my_key’ # Ask user to enter value they want to store value = input(‘Enter the value you want to store: ‘)
# Create the key under software registry_key = winreg.CreateKey(winreg.HKEY_CURRENT_USER, “Software\” + keyName)
# store value using registry winreg.SetValue(registry_key, “my_value”, winreg.REG_SZ, value)
#xxx xxxxxxx xxxx
xxxxxxx_xxxx= xxxxxxxx.xxx()
#xxxxxxxx xxxxxxx xxxx xx xxxxxx xx xxxx xx xxx xx xxxxxx xx xxx xxx
xxxxxxx_xxxx = xxx(xxxxxxx_xxxx.xxxx())
Price: $19
Buy Now
Checkout
Added to cart
Add to Cart
Checkout
Added to cart
You May Also Like:
CYBR 260 Week 1 Programming Assignment Name and Three Numbers
CYBR 260 Week 2 Programming Assignment Average Grades
CYBR 260 Week 3 Programming Assignment Master Boot Record
CYBR 260 Week 4 Programming Assignment Master Boot Record Part 2
CYBR 260 Week 6 Programming Assignment History Database
CYBR 260 Week 7 Programming Assignment Sqlite Database

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.