Net user loginid /ACTIVE:YES /domain
Category: Windows
Change MAC Address in Windows
Device Manager -> Right-click the network adapter -> Properties -> Advanced -> Locally Administereed MAC Address
Wake on Lan from Linux to Windows
Windows:
- Enable Wake on Lan on BIOS
- Go to Device Manager > Netowork adapters > Advanced > Wake-On-Lan > Enabled
Linux:
- Download wolcmd
- Edit wakeup.sh (example: /Desktop/wolcmd aabbccddeeff 192.168.1.1 255.255.255.0 7)
- Run wakeup.sh
Reference:
http://www.depicus.com/wake-on-lan/wake-on-lan-cmd.aspx
http://www.smallnetbuilder.com/lanwan/lanwan-howto/29941-how-to-wake-on-lan-wake-on-wan?start=1
Delete “This is no longer located in Directory” Files
Step 1. Open cmd as administrator.
Step 2. Go to the directory of that file and type “dir /a/x/p”. You will the small name of the file.
Step 3. Assume the small name of your file is NEWOUT~1. Type “rd NEWOUT~1”
Rename / Delete Files in System32 Folder on Windows 8
1. Right click the file and select Properties
2. Click “Security”
3. Click “Advanced”
4. Change the Owner from TrustedInstaller to User-PC\Users
5. Click “OK”
6. Select “User-PC\Users” and click “Edit”
7. Grant Full control permission to User-PC\Users
Windows 7 as an WIFI access point
1. Open command prompt
2. Enter the following commands:
netsh wlan set hostednetwork mode=allow ssid=”my-helper.com” key=myhelpercom
netsh wlan start hostednetwork
3. Check the connections:
netsh wlan show hostednetwork