How to enable or disable hibernate in Windows 10 January 2, 2017 admin Windows 0 Comments To disable hibernate: powercfg.exe /hibernate off To enable hibernate: powercfg.exe /hibernate on hibernate Share This Tweet Share Share Email Related Posts How can I delete a service in Windows? On an elevated command prompt, use the SC command, like this: SC STOP shortservicename SC… Mount Windows Share on Ubuntu $ sudo apt-get install cifs-utils $ sudo mount //WINSRV/SHARE -t cifs -o uid=1000,gid=1000,username=winuser /mnt/path where… How to export PUTTY Sessions list? You can export it simply by: regedit /e "%userprofile%\Desktop\putty-sessions.reg" HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions Or, for exporting all settings:… This Post Has 0 Comments Leave a Reply Cancel replyYou must be logged in to post a comment.
How can I delete a service in Windows? On an elevated command prompt, use the SC command, like this: SC STOP shortservicename SC…
Mount Windows Share on Ubuntu $ sudo apt-get install cifs-utils $ sudo mount //WINSRV/SHARE -t cifs -o uid=1000,gid=1000,username=winuser /mnt/path where…
How to export PUTTY Sessions list? You can export it simply by: regedit /e "%userprofile%\Desktop\putty-sessions.reg" HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions Or, for exporting all settings:…