User Tools

Site Tools


windows_notes

This is an old revision of the document!


dummy

create a file starting with dot in explorer

To create a file with a dot at the beginning in explorer, add another dot at the end. Like .condarc. . Explorer will allow it and remove the trailing dot.

Ref: https://superuser.com/questions/64471/create-rename-a-file-folder-that-begins-with-a-dot-in-windows

last reboot time

tags | when was a windows machine rebooted, check when a windows machine was rebooted.

In git bash

systeminfo | grep -i "boot time"

In the Windows run box

cmd /k systeminfo | find /i "boot time"

In windows shell

systeminfo | find /i "boot time"

or

systeminfo | find "System Boot Time"

Works in Windows 7, Windows 2012.

Ref:-

Linux to Windows

tags | equivalent of foo in windows

software I am currently evaluating

wifi password

Control Panel\Network and Internet\Network and Sharing Center
-> View your active networks -> click the link after "Connections:"
-> which will be something like Wi-Fi (SSID)
-> Wireless Properties -> Security -> Network security key
-> Show characters -> enter the admin password

clear recent files list

batch script

batch file calling another batch file

windows_notes.1641826168.txt.gz · Last modified: 2022/01/10 14:49 by raju