|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Windows |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* |
|
|
Microsoft Stuff |
|
|
|
|
|
|
|
|
|
|
|
6/16/21 |
|
Windows |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Home |
|
Startup Folder |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
How To's |
|
|
|
|
for All Users |
C:\ProgramData\Microsoft\Windows\Start
Menu\Programs\StartUp |
|
|
|
|
|
|
|
|
|
|
|
|
|
Misc |
|
|
|
|
for Current User |
C:\Users\[Username]\AppData\Roaming\Microsoft\Windows\Start
Menu\Programs\Startup |
|
|
|
|
|
|
|
|
|
|
|
|
Networking |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Windows |
|
|
Windows Key + R |
for All Users |
type >> shell:common startup |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Glossary |
|
|
|
|
for Current User |
type >> shell:startup |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Excell |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Examples |
|
|
|
Windows |
|
|
|
|
|
|
|
|
|
Cmd notes |
|
|
|
|
|
|
|
|
|
|
|
|
Outlook |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Paint Shop Pro |
|
Target >> |
|
C:\WINDOWS\explorer.exe /n, /e,
"c:\0.dta" |
|
|
|
|
|
|
Ftp |
ie
open 192.168.1.69 21150 |
http://www.thewindowsclub.com/access-ftp-server-windows-command-prompt |
|
|
Skype |
|
start in >> |
C:\windows |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
WSH |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Help |
Request a list of all available FTP commands. |
|
|
|
|
|
|
|
|
|
|
|
DOS |
|
taskkill
/f /fi "status eq not responding" |
|
|
|
|
|
|
|
ascii |
to turn on ascii mode. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
status |
to display how the current FTP session is configured. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
prompt |
to turn on/off interactive mode. |
|
|
|
|
|
|
|
|
|
|
|
|
|
sc stop spooler |
|
|
|
|
|
|
"services command" |
|
|
|
ls |
directory listing equivalent to dir. |
|
|
|
|
|
|
|
|
|
|
|
|
|
del /q
/f /s "%SystemRoot%\system32\spool\printers\*.*" |
|
|
|
|
|
|
ls -l |
long directory listing, more detail. |
|
|
|
|
|
|
|
|
|
|
|
|
|
sc start spooler |
|
|
|
|
|
|
|
|
|
|
|
pwd |
Display current directory name |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cd |
Change directory. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lcd |
change the local current directory. |
|
|
|
|
|
|
|
|
|
|
|
|
|
systeminfo
| find "Uptime" |
|
|
|
|
|
|
|
|
|
|
get |
download the file from the FTP server. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
put |
upload file to the server on at a time. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Hosts file |
---> |
Location: |
Windows\system32\drivers\etc\hosts |
|
|
|
|
|
|
mget |
download multiple files from the FTP server. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to edit: |
start > all pgms > accessories >
notepad (right click) > "run as administrator" |
|
|
mput |
upload multiple files to the FTP server. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
binary |
to turn on binary mode. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
delete |
delete any file on FTP server. |
|
|
|
|
|
|
|
|
|
|
|
|
|
shutdown.exe -s -t 00 |
Shutdown from the command Line |
|
|
|
|
|
|
mkdir |
to make directory on FTP server. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ascii |
Set the file transfer mode to ASCII (Note:
this is the default mode for most FTP programs). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
quit/close/bye/disconnect |
disconnect from the FTP server. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Retrieving your WIFI password in Windows |
|
|
|
|
|
|
|
|
! |
Preceding a command with the exclamation
point will cause the command to execute on the local system instead of the
remote system. |
|
|
|
|
netsh wlan show profiles |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
netsh wlan show profile
name="ConnectionName" key=clear |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
netsh wlan show profile
name="ConnectionName" key=clear >C:\wireless-data.txt |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Finding a Circular Reference |
|
https://support.office.com/en-us/article/Remove-or-allow-a-circular-reference-8540bd0f-6e97-4483-bcf7-1b49cd50d123?ui=en-US&rs=en-US&ad=US&fromAR=4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
Formulas > Error Checking (drop down box)
> Circular Reference |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Office not Genuine Banner |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From Microsoft |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.
Open any Office program |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2.
Go to File> Options> Privacy Settings or Home> Trust
Center> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Trust Center Setings>
Privacy Options> Privacy Settings |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3.
At this dialog box, uncheck the "Enabe optioanl connected
experiences" option |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4.
Close and reopen it to apply changes to the settings. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Options |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Trust Center |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Trust Center Settings |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Privacy Options |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Privacy Settings |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Uncheck "Enable connected experiences" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|