command line

  1. News

    Concurrency Visualizer Collection Tools for Visual Studio 2015

    The Concurrency Visualizer Collection Tools for Visual Studio 2015 allows you to collect traces from the command line. The traces can be viewed using the Concurrency Visualizer for Visual Studio 2015. Link Removed
  2. News

    How To: Use the Windows 10 Shell Command to Open Hidden Folders

    There's a number of Windows 10 system folders that can be accessed if you know their Windows reserved names. read more Continue reading...
  3. M

    Windows 7 'Open with' Dialogue Box

    I can't figure out how to add my own app to the 'Open with' dialogue box (below). I want to open files with an .spv file type with an app. I compiled with Visual C++. In other words I want my app to open when I double-click on any file ending in .spv. It works fine from the command line...
  4. News

    MS15-088 - Important: Unsafe Command Line Parameter Passing Could Allow Information...

    Severity Rating: Important Revision Note: V1.0 (August 11, 2015): Bulletin published. Summary: This security update helps to resolve an information disclosure vulnerability in Microsoft Windows, Internet Explorer, and Microsoft Office. To exploit the vulnerability an attacker would first have to...
  5. M

    Windows 7 Double-Click On Data File To Open App

    Hello. I am new to this forum. Have posted this to a Visual C++ forum too. They suggest I try a Windows forum. I have a small app created with Visual C++ running on Windows 7 Pro. It runs fine when executed from within the V++ IDE. It runs fine if I simply double-click on the .exe file. I...
  6. Drone1x

    Windows 10 Haveing PROBS getting Windows 10 READ THIS !!!

    1. Click Start Menu 2. type in CMD 3.right click & run as ADMIN <----- you HAVE to do it like that 4.in CMD window copy & paste in this .... wuauclt.exe /updatenow 5.hit ENTER 6. WAIT for it to finish 7. close CMD when it is done 8. WAIT 2 minutes then open Windows Update You should NOW be...
  7. M

    Windows 10 I can't find the reserve Windows 10 app!!

    I know there are a lot of different threads about this issue but all of them seemed to do nothing in my case. I updated everything and tried pasting: reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Appraiser" /v UtcOnetimeSend /t REG_DWORD /d 1 /f schtasks /run /TN...
  8. L

    Windows 7 "system cannot find the path specified" trying to run a .cmd from DOS

    Hi. I'm using Win7 Enterprise. I opened a DOS window as Administrator and I navigated to a directory with two files in it - someFile.cmd file and a someFile.jar file. I typed this on the command line: someFile.cmd and I get, "The system cannot find the path specified". When I type...
  9. News

    Just released: Windows 10 Application Deployment tool

    With the latest release of Windows 10 SDK Preview Build 10166, we are excited to introduce the Windows 10 Application Deployment (WinAppDeployCmd.exe) tool. The Windows 10 Application Deployment (WinAppDeployCmd) is a command line utility that can be utilized to deploy a Universal Windows app...
  10. O

    Windows Server 2012 Shared Folder permissions issues !!

    Dear All, We are using Windows Server 2012R2 for sharing folders on the network. Our requirement is : 1. Around 8 Shared folders 2. Depends on folder we need to give Modify permission for small group, Read+Write for another group and R+W permissions including Modify permission on some...
  11. News

    Defrag Tools: #131 - Windows 10 SDK | Defrag Tools

    In this episode of Defrag Tools, Andrew Richards and Chad Beeder walk you through the download of the Windows 10 SDK and the latest Sysinternals tools. We harvest the Debugging Tools for Windows, Windows Performance Toolkit, and Application Verifier files from the SDK. Previous Versions: Link...
  12. J

    Windows XP Working from the console on WinXP

    I recently purchased a budget business PC with Windows XP installed for the main purpose of hobbying, specifically learning how to take a more technical approach using Windows from the console. Would anyone be able to highlight any books/media that offer good insight into the command-driven...
  13. L

    Windows 7 BitLocker - Can't re-enable auto unlock on fixed data drive E:

    In Windows 7 SP1, I disabled automatic unlock for my data drive E: temporarily. When I went back later to re-enable the automatic lock for that drive, I got the error "Element Not Found". This happens when using BitLocker Manager or when using the "manage-bde -autounlock -enable E:" command line...
  14. G

    Windows XP Autorun.inf in service pack 3

    I'm trying to add an entry to the AutoPlay dialog that shows up when a USB device is connected to the computer. The problem is that this entry is not displayed in the AutoPlay dialog. Autorun.inf [autorun] action=Backup now icon=backupicon.ico label=Drive for backup open=backupnow.bat...
  15. P

    Windows 7 How to change "OpenWith" user preference settings from cmdline?

    As you know some file may be opened by multiple installed programs. Assume I have 3 picture viewers installed for viewing *.jpg files. Currently the default program for opening these *.jpg is "aaa.exe" In the future I want to let the *.jpg open (by double clicking in Windows Explorer) by a...
  16. Paddyk

    Windows 7 how do i change Ip using .bat file?

    Hello, I am doing work on different network and always i have to change my ip manually, I want to change ip using .bat file ow can i do it? i Found netsh utility solution but it not works properly. please suggest me ..
  17. Tiago

    Windows 8 "Command Prompt" - Command to Hibernate with Time

    • I know, the command "shutdown / h" makes the computer hibernate, immediately. I want to do the same command, but with: + timer to run. • Like as the command "shutdown -s -t 5400" makes the computer off not immediately, but after 90 min. I want to hibernate computer. • Question: How to Write...
  18. P

    Windows 7 How to put command with parms directly in Registry RunOnce?

    Assume I want to perform a command line command with parameters one time at next boot (under 64bit Win 7). Therefore I want to create this command directly in the appropriate Registy key and not indirectly by putting it into *.bat batch script and and call this from RunOnce For simplicity...
  19. P

    Windows 7 Schedule ONE-TIME task with "schtasks" at next reboot?

    As you know users can setup a task to be run at startup with the built-in task scheduler "schtasks" with schtasks /sc ONSTART ... /TR ... However this command syntax triggers the task at EVERY BOOT time. How do I setup (from command line and not through GUI!!!) a ONE-TIME task? For simplicity...
  20. g2c

    Windows 8.1 redirecting .bat output to a file

    Hello, I would like to save for further processing all the output of a .bat file. This .bat calls wget and if i call the .bat with >test.bat > test.txt the .txt file is filled with whatever dos prints to the screen but NOT the output from wget Thanks in advance for your help
Back
Top