Tumgik
pcproffs · 4 years
Video
youtube
(via #Stereo: Left and Right Stereo Sound Test - YouTube)
0 notes
pcproffs · 4 years
Link
Frysening
0 notes
pcproffs · 4 years
Link
0 notes
pcproffs · 4 years
Text
Complete list of environment variables on Windows 10
VARIABLE WINDOWS 10 %ALLUSERSPROFILE% C:\ProgramData %APPDATA% C:\Users\{username}\AppData\Roaming %COMMONPROGRAMFILES% C:\Program Files\Common Files %COMMONPROGRAMFILES(x86)% C:\Program Files (x86)\Common Files %CommonProgramW6432% C:\Program Files\Common Files %COMSPEC% C:\Windows\System32\cmd.exe %HOMEDRIVE% C:\ %HOMEPATH% C:\Users\{username} %LOCALAPPDATA% C:\Users\{username}\AppData\Local %LOGONSERVER% \\{domain_logon_server} %PATH% C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem %PathExt% .com;.exe;.bat;.cmd;.vbs;.vbe;.js;.jse;.wsf;.wsh;.msc %PROGRAMDATA% C:\ProgramData %PROGRAMFILES% C:\Program Files %ProgramW6432% C:\Program Files %PROGRAMFILES(X86)% C:\Program Files (x86) %PROMPT% $P$G %SystemDrive% C: %SystemRoot% C:\Windows %TEMP% C:\Users\{username}\AppData\Local\Temp %TMP% C:\Users\{username}\AppData\Local\Temp %USERDOMAIN% Userdomain associated with current user. %USERDOMAIN_ROAMINGPROFILE% Userdomain associated with roaming profile. %USERNAME% {username} %USERPROFILE% C:\Users\{username} %WINDIR% C:\Windows %PUBLIC% C:\Users\Public %PSModulePath% %SystemRoot%\system32\WindowsPowerShell\v1.0\Modules\ %OneDrive% C:\Users\{username}\OneDrive %DriverData% C:\Windows\System32\Drivers\DriverData %CD% Outputs current directory path. (Command Prompt.) %CMDCMDLINE% Outputs command line used to launch current Command Prompt session. (Command Prompt.) %CMDEXTVERSION% Outputs the number of current command processor extensions. (Command Prompt.) %COMPUTERNAME% Outputs the system name. %DATE% Outputs current date. (Command Prompt.) %TIME% Outputs time. (Command Prompt.) %ERRORLEVEL% Outputs the number of defining exit status of previous command. (Command Prompt.) %PROCESSOR_IDENTIFIER% Outputs processor identifier. %PROCESSOR_LEVEL% Outputs processor level. %PROCESSOR_REVISION% Outputs processor revision. %NUMBER_OF_PROCESSORS% Outputs the number of physical and virtual cores. %RANDOM% Outputs random number from 0 through 32767. %OS% Windows_NT
0 notes
pcproffs · 4 years
Text
netstat Hitta lokala program som har kontakt med internet
netstat -a -b | find ".exe"
0 notes
pcproffs · 4 years
Link
0 notes
pcproffs · 4 years
Link
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce
0 notes
pcproffs · 4 years
Text
Windows 10 cmd och Winows commands
Common Windows Tools explorer Windows Explorer c: Open C: Drive regedit Registry Editor services.msc Windows Services (local) taskmgr Task Manager msconfig System Configuration Utility mstsc Remote Desktop (Microsoft Terminal Services Client) logoff Log Off Windows (without confirmation!) shutdown Shuts Down Windows (Save all your work first) cmd Command Prompt notepad Notepad osk On Screen keyboard mailto: Open Default Mail Application Website address Open entered URL in default browser
Other Windows Tools & Utilities calc Calculator chkdsk Check Disk charmap Character Map cleanmgr Clean Manager - Disk Cleanup Utility clipbrd Clipboard Viewe cmd Command Prompt comp Compare Files colorcpl Color Management cttune ClearType Text tuner dxdiag Direct X Troubleshooter eudcedit Private Characters Editor fonts Fonts fsquirt Bluetooth Transfer Wizard ftp MS-DOS FTP iexplore Internet Explorer joy.cpl Game Controllers label Volume Serial Number for C: magnify Windows Magnifier migwiz Migration Wizard - Files and Settings Transfer Tool mip Math Input Panel mrt Malicious Software Removal Tool msiexec Windows Installer Details msinfo32 System Information mspaint Paint narrator Narrator powershell Powershell shrpubw Create a shared folder Wizard sigverif File Signature Verification Tool sndvol Volume Control snippingtool Snipping Tools stikynot Sticky Notes utilman Narrator Settings verifier Driver Verifier Utility wf.msc Windows Firewall with Advanced Security wfs Windows Fax and Scan wiaacmgr Scanner winver Windows Version (Check your Windows version) wmplayer Windows Media Player write WordPad xpsrchvw XPS Viewer winword Word Word /safe Word Safe Mode Control Panel Commands appwiz.cpl Application Wizard (Program and Features) control Control Panel control admintools Administrative Tools control color Personalization - Color and Appearance control desktop Display Properties (Personalization) control folders Folders Properties control keyboard Keyboard Properties control mouse Mouse Properties control netconnections Network Properties control printers Printers Folders control schedtasks Scheduled Tasks control update Windows Update control userpass words Manager current User Account control userpasswords2 Manager all User Accounts desk.cpl Display - Screen Resolution devmgmt.msc Device Manager firewall.cpl Windows Firewall inetcpl.cpl Internet Properties (Internet Control Panel) intl.cpl Regional Settings (International) mmsys.cpl Sound Properties (Multimedia System Settings) ncpa.cpl Network Properties netplwiz To create User Account powercfg.cpl Power Configuration sysdm.cpl System Properties timedate.cpl Date and Time Properties utilman Ease of Access Utility Manager wscui.cpl Security Center (Windows Security Center UI)
Windows Administrative Tools compmgmt.msc Computer Management including System Tools, Storage, Services and Applications defrag Defrag Command dcomcnfg Component Services (Detailed Component Configuration) devmgmt.msc Device Management diskmgmt.msc Disk Partition Manager diskpart Diskpart Command eventvwr.msc Event Viewer fsmgmt.msc Shared Folders (File Sharing Management) gpedit.msc Group Policy Editor lusrmgr.msc Local User and Groups perfmon.msc Performance Monitor rekeywiz File Encryption
System File Checker Utility sfc /scannow System File Checker Utility (Scan Immediately) sfc /scanonce System File Checker Utility (Scan Once At Next Boot) sfc /scanboot System File Checker Utility (Scan On Every Boot) sfc /revert System File Checker Utility (Return to Default Settings) sfc /purgecache System File Checker Utility (Purge File Cache) sfc /cachesize=x System File Checker Utility (Set Cache Size to Size x)
Common Environment Variables %AllUsersProfile% Program Data %ProgramFiles% Program Files %SystemDrive% System Drive %SystemRoot% System Root %Temp% Temporary Folder %UserProfile% User Profile %WinDir% Windows Directory
0 notes
pcproffs · 4 years
Link
Common Windows ToolsexplorerWindows Explorerc:Open C: DriveregeditRegistry Editorservices.mscWindows Services (local)taskmgrTask ManagermsconfigSystem Configuration UtilitymstscRemote Desktop (Microsoft Terminal Services Client)logoffLog Off Windows (without confirmation!)shutdownShuts Down Windows (Save all your work first)cmdCommand PromptnotepadNotepadoskOn Screen keyboardmailto:Open Default Mail ApplicationWebsite addressOpen entered URL in default browserOther Windows Tools
0 notes
pcproffs · 4 years
Text
wmic get installed programs
wmic  /node:TargetComputerNameHere product get name, version, vendor
wmic product get name, version, vendor                                                        
0 notes
pcproffs · 4 years
Link
http://www.catalog.update.microsoft.com
0 notes
pcproffs · 4 years
Text
Netsh useful commands
Netsh WLAN show profiles Netsh WLAN show profiles interface="Wireless_Interface_Neme" Netsh WLAN show drivers Netsh WLAN show wirelesscapabilities Netsh WLAN show interfaces Netsh WLAN show interface name="Interface_Name" visa wireless key Netsh WLAN show profile name="Profile_Name" key=clear Ändra till manelll ansluitningitning. Netsh WLAN set profileparameter name="Profile_Name" connectionmode=manual Netsh WLAN set profileparameter name=" Profile_Name" connectionmode=auto Netsh WLAN delete profile name="Profile_Name"
Generate wireless adapter report If you need to troubleshoot your wireless connectivity to an access point, Netsh also offers a command to create a detailed report with many important details.
You can create a wireless report using the following command:
Netsh WLAN show WLANreport
0 notes
pcproffs · 4 years
Link
Hur man använder netsh
0 notes
pcproffs · 5 years
Video
youtube
(via Resolving Permission Issues When Installing Software in Windows 10 | HP Computers | HP - YouTube)
0 notes
pcproffs · 5 years
Link
https://www.microsoft.com/sv-se/software-download/windows10
0 notes
pcproffs · 5 years
Link
0 notes
pcproffs · 5 years
Link
Thunderbolt Dock software has stopped working on Windows 10
0 notes