Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows CMD Cheatsheet #86

Open
AllanChain opened this issue Apr 18, 2020 · 0 comments
Open

Windows CMD Cheatsheet #86

AllanChain opened this issue Apr 18, 2020 · 0 comments
Labels
blog: cheatsheet |108686978-1ae51480-7531-11eb-93c7-d201146b237d.jpg @post This is a blog post

Comments

@AllanChain
Copy link
Owner

AllanChain commented Apr 18, 2020

View Post on Blog


Create Soft / Hard link

Using ln in WSL does not create Windows capable symlinks. To do so, open CMD with administrator privilege, and use mklink command. Notice that mklink has an odd argument order.

To make soft link for directory:

mklink /D Link Target

Target is the directory which already exist.

Type mklink for more information.

Checkout battery info

powerconfig /batteryreport

Checkout HTML generated at $HOME/battery_report.html

@AllanChain AllanChain changed the title Windows CMD | AC's Blog Windows CMD Cheatsheet Jul 1, 2020
@AllanChain AllanChain added blog: cheatsheet |108686978-1ae51480-7531-11eb-93c7-d201146b237d.jpg @post This is a blog post labels Jul 1, 2020
github-actions bot pushed a commit that referenced this issue Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blog: cheatsheet |108686978-1ae51480-7531-11eb-93c7-d201146b237d.jpg @post This is a blog post
Projects
None yet
Development

No branches or pull requests

1 participant