Home » Posts filed under Windows 7
Showing posts with label Windows 7. Show all posts
Wednesday, April 9, 2014

How to set the folder with hidden attribute to unhidden attribute?
The attrib command can change those, and I've got an easy way and a
slightly longer way to do this. The first method is great if you have
lots of files to work on. (The second method was written before I
thought about using a batch file to automate the process.)
Method 1: Batch file automation
1. Make a text file in Notepad and call it Unhide.txt.
2. Put the following line of text in the text file and save it:
attrib -h -s %1
3. Close Notepad and rename the text file to Unhide.bat so that it will be treated as a batch script file. (Note that you'll need have extentions for known file types showing, so if they're not a trip to Folder Options is in order.)
4. Drag and drop the files you need to adjust onto the batch file one at a time.
Method 1: Batch file automation
1. Make a text file in Notepad and call it Unhide.txt.
2. Put the following line of text in the text file and save it:
attrib -h -s %1
3. Close Notepad and rename the text file to Unhide.bat so that it will be treated as a batch script file. (Note that you'll need have extentions for known file types showing, so if they're not a trip to Folder Options is in order.)
4. Drag and drop the files you need to adjust onto the batch file one at a time.
Monday, February 24, 2014

Change the Windows Product key by Command Line
Command Line to change the Product key:
- Click on the Start Button and type: CMD (into the 'Search programs and files' field in the Start Menu)
- The Start Menu will show 'CMD.exe',
- Right-click the CMD.exe file and select Run As Administrator.
- In the CMD window, type: slmgr.vbs -ipk <type your product key here>
- To activate windows after changing the key, type: slmgr.vbs -ato
Hope that helps,
Darin MS
Subscribe to:
Posts
(
Atom
)