Thursday, July 10, 2014
show list of passwords stored in your windows - rundll32.exe keymgr.dll, KRShowKeyMgr
rundll32.exe keymgr.dll, KRShowKeyMgr
Tuesday, June 17, 2014
mklink
MKLINK [[/D] | [/H] | [/J]] Link Target
/D Creates a directory symbolic link. Default is a file symbolic link.
/H Creates a hard link instead of a symbolic link.
/J Creates a Directory Junction. (can survive remote location)
Link specifies the new symbolic link name.
Target specifies the path (relative or absolute) that the new link refers to.
in non-administrative cmd, make a new link folder (at other drive/folder) that links to C:\myFolder
mklink /J "myFolder" "C:\myFolder"
"junctions are processed at the server and directory symbolic links are processed at the client"
symbolic link:
\\Alice\c$\myjp -> \\Alice\c$\targetfolder
Junction (survive remote access):
\\Alice\c$\mysymlink -> \\Bob\c$\targetfolder
/D Creates a directory symbolic link. Default is a file symbolic link.
/H Creates a hard link instead of a symbolic link.
/J Creates a Directory Junction. (can survive remote location)
Link specifies the new symbolic link name.
Target specifies the path (relative or absolute) that the new link refers to.
in non-administrative cmd, make a new link folder (at other drive/folder) that links to C:\myFolder
mklink /J "myFolder" "C:\myFolder"
"junctions are processed at the server and directory symbolic links are processed at the client"
symbolic link:
\\Alice\c$\myjp -> \\Alice\c$\targetfolder
Junction (survive remote access):
\\Alice\c$\mysymlink -> \\Bob\c$\targetfolder
JD SimWheel use your droid as steering wheel in pc games
https://play.google.com/store/apps/details?id=jd.simwheel
It uses vjoystick as virtual device in windows, then an app in android to connect to pc & play the game!
It uses vjoystick as virtual device in windows, then an app in android to connect to pc & play the game!
Subscribe to:
Posts (Atom)