Labels

Friday 17 November 2017

Command Let's Fun

Command Lets

1.Wifi Password Hack,
netsh wlan show profiles
netsh wlan show profiles XYZ key=clear


2.File Encryption,
>>Goto Folder
Type "Cipher /E"


3. Change CMD prompt color,
help color
color 02


4. Change prompt,
help prompt
prompt Rajat@DXC$G


5.Change command prompt title,
title Innovation starts here


6. Watch Star Wars in ASCII
“telnet towel.blinkenlights.nl”

7. Create WiFi Hotspot,
netsh wlan set hostednetwork mode=allow ssid=HotspotName key=Password
(Replace “HotspotName” with the name that you want for your WiFi hotspot, and replace “Password” with the password you want to set. Hit enter.)
netsh wlan start hostednetwork
Useful for personal data copy in restricted network

8. Hide Folders
Attrib +h +s +r folder_name
UnHide
Attrib -h -s -r folder_name
(Note: Hidden folders can be viewed using the cmd command “dir /AH”.)
Useful for privacy

9. Copy Command Output to Clipboard
ipconfig | clip
(Open a text editor, such as Notepad, and press Control + V, and you can simply paste the output of the command directly inside Notepad.)
IT admins can use it for centralized data collection without worry of out of window content

10. List all installed programs
wmic product get name
To Uninstall:
wmic product where “name like ‘%NAMEOFAPP%’” call uninstall /nointeractive
Again useful for IT admins

11. Open a CMD window in a directory
Type CMD under any directory location tab then you don't have to navigate till location.







Really usefull for IT admins, Now don't need to navigate to directory by typing complete path

No comments:

Post a Comment

Thanks for Messaging i will respond ASAP.

How To Build IT Operations Future Ready

 IT Operations is most critical piece in every organization. Without appropriate mindset, tools and policy  it's a nightmare for any org...