command line

  1. Windows 8 Exploring Target Commands: Global Lists and Program Limitations Explained

    So, I decided to experiment with my game programs with target commands, to learn a little about what each does. However I am unsure about a few things, and I'm looking for some answers. Here they are: Are there a list of global target commands? Do all Target commands work with all programs...
  2. Scalable WordPress on Azure Websites | Web Camps TV

    Join your guide Link Removed as he talks to the product teams in Redmond as well as the web community. This week Cory talks about Scalable WordPress which can be provisioned from the Azure Marketplace. In the demo, Cory demonstrates a WordPress site which is available in two regions (East and...
  3. 3004375 - Update for Windows Command Line Auditing - Version: 1.0

    Revision Note: V1.0 (February 10, 2015): Advisory published. Summary: Microsoft is announcing the availability of an update for supported editions of Windows 7, Windows 8, Windows Server 2008R2 and Windows Server 2012 that expands the Audit Process Creation policy to include the command...
  4. How to use System Information (MSINFO32) command-line tool switches

    Link Removed
  5. W

    Windows 7 symbolic link to a folder not working

    I attempted to create a soft symbolic link to a folder, but the link is not working. In Explorer, the "keybrd_lib" link does not look like a folder (screen shot below). When the link is double clicked, an "Open with" dialog opens. Here is how I made the symlink from the command line, run as...
  6. M

    Seeking Recommendations for Popular Unix Tutorials for Beginners

    Hi everyone, Can anyone tell me some popular unix tutorial
  7. Windows 7 WOL with DD-WRT, Windows 7 and MSI Z97-G55

    Here's the situation: • I have Windows 7 SP1 running on an MSI Z97-G55 mobo with latest BIOS (updated today). • My router, a Linksys E3000, is running DD-WRT (updated today) Here are the steps I have taken to try to get it to work: 1. Static IP is set and works just fine. 2. I've added the...
  8. N

    Windows 7 Shutdown will not shutdown

    When I try to shutdown the computer using Win 7 ultimate it displays Shutdown in Progress but nothing happens even after 30 min wait. I have to shut it down using a power switch. On reboot in boots into Win 7 normally, like it was a regular shutdown. When I tried to run shutdown.exe /s /f /t 10...
  9. B

    Need help with Windows 2003 icacls

    Hello guys, At the moment I am doing a task for school. I need to make a folder that is shared and is only accessible by the specific user and the Administrator. This should in CMD. I already have the following commando' s: net user Test Welkom01 /ADD /DOMAIN net group Directie Test /add mkdir...
  10. L

    Windows 7 Batch File will not execute multiple moves

    Please Help! I have a batch file that performs the following tasks: 1) renames a counter field 2) creates two variables that will be used later to rename two separate files 3) Opens SQL*Plus and starts an Oracle Script which starts two separate stored procedures 4) Moves and renames the...
  11. B

    Windows 8 Change the volume image flags values

    Hi I am using Windows 8.1 Update and Windows ADK. Without using the ImageX command, how do I change the volume image flags values displayed with the Dism /Get-ImageInfo /ImageFile:"<WIM_File_Path>\<WIM_Name.wim" /Index:<Image_Index> command? Where are these values stored? Thanks Bye
  12. B

    Windows 8 Changing the name and description of the volume images

    Hi I am using Windows 8.1 Update and Windows ADK. How do I change the name and description of the volume images stored in a wim file without using the ImageX command? In other words, if I should change the name and description of 4 volume images contained in a wim file, as I should do to do...
  13. Windows 8 Really verbose linux-like bootup messages possible?

    The lack of information on the blue skewed perspective windows logo with white circle of moving dots below it window startup screen is really driving me crazy. Sometimes it takes forever and I'd like to know what the hell windows is doing. It doesn't even show progress of "chkdsk /f/r c:" Is it...
  14. R

    Windows 8 Windows 8 sleep problems.

    Symptom: I cannot toggle the sleep mode from either my keyboard shortcut or in the menu of windows 8. Both options, shutdown and restart, work perfectly fine but sleep won't work. Here is what happens when I toggle sleep: My screen shuts down but the fans still are blowing. Whenever I move my...
  15. A

    Windows 8 Problem with Windows 8.1 x86 installation.

    Hello! I'm using Windows XP 32bits(original)(in C:\) and i'm trying to install Windows 8.1 x86(original)(in D:\), but i'm trying to do without using flashdrive or dvd. So, to do that, i did what read in internet: 1- Copy the following content from your Windows 8 disc or ISO to D:\ 1.1- Boot...
  16. Windows 7 Move Command in Batch Files

    My colleges' computers reset themselves every night, so we are allowed to install programs and change files & settings at will, because the changes revert on shutdown. I'm trying to create a batch file I can run to copy all the files I use & install the programs I use, I haven't gotten to the...
  17. M

    Windows 7 Hiding menu item from file right click drop down through REGISTRY

    I have introduced a new drop down option "Encrypt" at right click to all file types - therefore I had to add it in the registry as : HKEY_CLASSES_ROOT\*\shell\Encrypt Now this drop down would be visible to all type of files at their right click. But I also have files of type .crypt...
  18. Windows 7 Batch File: works under cmd-Windows , NOT under MS-DOS

    I made these codes to backup files : set p=C:\Users\ for/f %%a in('dir C:\Users\ /b') do ( if not"%%a"=="Public", ( set fileDest=C:\Backup-%%a_%date:~7,2%.%date:~4,2%.%date:~10,4% If Not Exist"%fileDest%" mkdir "%fileDest%"set"fullPath=%p%%%a%" xcopy "%fullPath%"%fileDest%/e /h /y /k rem call...
  19. S

    Windows 7 Install Key Management Service (KMS) From Command Line

    How to Add volume-licensed version key? Office professional plus 2013 Result: C:\>cscript c:\windows\System32\slmgr.vbs /pik YC7DK-####-####-#####-GVGXT Microsoft (R) Windows Script Host Version 5.8 Copyright (C) Microsoft Corporation. All rights reserved. Unrecognized option: /pik Windows...
  20. Windows 7 May have deleted vital files

    I was messing with batch files and accidentally clicked one that I shouldn't have made. Here are it's contents: attrib -r -s -h c:\autoexec.bat del c:\autoexec.bat attrib -r -s -h c:\boot.ini del c:\boot.ini attrib -r -s -h c:\ntldr del c:\ntldr attrib -r -s -h c:\windows\win.ini del...