Showing posts with label Operating System. Show all posts
Showing posts with label Operating System. Show all posts
Friday, July 26, 2013
Sunday, July 14, 2013
How to bypass the Windows 8 log-in screen
- From the Start screen, type netplwiz. The command for netplwiz, aka the User Accounts Control Panel, appears in the search results in the left pane. Click that command.
- In the User Accounts Control Panel, select the account you wish to use to log in automatically.
- Click off the check-box above the account that says "Users must enter a user name and password to use this computer." Click OK.
- Enter your password once and then a second time to confirm it. Click OK.
- Restart Windows. Windows now bypasses the lock screen and the log-in screen to automatically take you to the Start screen.
- Change your mind? To re-enable the log-in screen, simply return to the User Accounts Control Panel using the steps above and click on the check-box for the "Users must enter a user name and password to use this computer" option.
Friday, June 21, 2013
Change the size of Thumbnail Preview. Aero Peek
Make the Taskbar Thumbnail Preview Bigger in Windows 7
Source: http://www.winhelponline.com/blog/increase-taskbar-thumbnail-preview-size-windows-7/
Tuesday, June 11, 2013
Windows Basics CMD Shell & Others
1. Frequently-used Commands
General Notes: The commands are NOT case-sensitive (because the legacy DOS is not case-sensitive). In general, Windows/DOS Operating System is not case-sensitive, but Unixes are. Most of the programming languages such as C/C++/Java, with origin in Unix, are case-sensitive.
1.1 Help
Help: To list all the available commands, for example,
1.2 Directory- and File-related Commands
Other frequently-used directory- and file-related commands include:
del filenames
: Deletes files.ren current-filename new-filename
: Renames a file.mkdir directory-name
: Creates (or make) a sub-directory under the current working directory.rmdir directory-name
: Removes or deletes the sub-directory.copy filename new-filename
: Copies file.xcopy|robocopy
: Copies (or Robust copies) files and directory trees.
Programmer's Survival Guide for Windows
2. Windows' File System and Basic File/Directory Commands
Windows' file system is NOT case-sensitive
Monday, June 10, 2013
Ubuntu Font on Chrome (Windows)
Three things:
1. Download Ubuntu Font Family
2. Install Ubuntu Font in Windows
3. Chrome Extension
1. Download Ubuntu Font Family
2. Install Ubuntu Font in Windows
3. Chrome Extension
1. Download Ubuntu Font Family
Friday, June 7, 2013
Disable auto brightness/ dynamic contrast
- ctrl+alt+F12 to call up Intel Graphics->Power->On Battery->Max Performance, Plugged-in->Max Perforamnce
- Windows Advanced Power Options -> Display -> turn off "adaptive brightness"
- If it does not work, try to plug and unplug the power supply several times.
Wednesday, May 1, 2013
Saturday, April 6, 2013
Saturday, February 16, 2013
Stop Your Mouse from Waking Up Your Windows Computer
http://www.howtogeek.com/howto/15132/stop-your-mouse-from-waking-up-your-windows-7-computer/
If you use Sleep Mode on your PC, have you ever noticed that moving your mouse will wake the computer from sleep mode? If you would prefer to only have the PC wake up when you hit a key instead, there’s a simple tweak.
Just type Mouse into the start menu search box, or the Control Panel search box, and then open up the Mouse Properties panel. Find the Hardware tab, select your mouse in the list, and then click the Properties button.
Saturday, January 19, 2013
Save doc as PDF in bulk (JavaScript +Powershell)
SaveAsPDF.js
var fso = new ActiveXObject("Scripting.FileSystemObject");
var docPath = WScript.Arguments(0);
docPath = fso.GetAbsolutePathName(docPath);
var pdfPath = docPath.replace(/\.doc[^.]*$/, ".pdf");
var objWord = null;
Sunday, January 6, 2013
VMware 8 hide toolbar edge
Edit > Preferences > Display > Uncheck "Show toolbar edge when unpinned in full screen" you'll be all set!
Wednesday, January 2, 2013
Turn off Hibernate Windows 8
- C:/Windows/System32/cmd.exe (run as Administrator)
- powercfg -h off (powercfg -h on to turn it on)
- Will free up space of 75% of RAM
Monday, December 31, 2012
add Python to windows 8
D:\Program Files (x86)\python273;D:\Program Files (x86)\python273\Lib\lib-tk;D:\Program Files (x86)\python273\DLLs;D:\Program Files (x86)\python273\Lib;
Sunday, December 30, 2012
Windows 8 Use touchpad while “typing
http://superuser.com/questions/504571/use-touchpad-while-typing
synpnatics:
in the mouse setting, set the palm check to minimum
synpnatics:
in the mouse setting, set the palm check to minimum
Subscribe to:
Posts (Atom)