scripting

  1. Verifying update hashes

    Some of you may have noticed us improving our defense-in-depth practices for bulletins by supplying sha1 and sha2 hashes in the Knowledge Base (KB) articles. This has been most visible in the KB with the addition of the “File hash information” section, but it is also noted in the...
  2. C

    Windows 7 Deleting a specific file when W7 is shut down

    Hello, I have some basics of programming but I don’t really know anything about Windows 7 scripting, so here’s my question: How can I make it so that a specific file (FNTCACHE.DAT if you’re interested but I doubt it’s important) is deleted everytime I shut down Windows? I guess it would have...
  3. B

    Windows 7 Script for Disabling Flash/Pen Drive in Win 7

    i am using win 7 and i want a script to disable the flash/pen drive and enable it when required. when i was using xp there was a script which is not working in win7
  4. Microsoft Releases Security Advisory 2757760

    Today we released Security Advisory 2757760 to address an issue that affects Internet Explorer 9 and earlier versions if a user views a website hosting malicious code. Internet Explorer 10 is not affected. We have received reports of only a small number of targeted attacks and are working to...
  5. J

    Windows 7 Windows 7 and Windows XP compatibiltiy issues

    Hello everyone. I dont know if I am posting in the right section. If not, I apologize. Since the office that I work at has been using more and more VBA, there has been lots of issues where code that is written in 7 is not able to run properly on XP. I noticed that if I open up the script in XP...
  6. [SDP 3][5b05367c-8206-4165-8240-bf4cd74a7f6f] WCF Tracing Enabler Package

    WCF Tracing Enabler package is a scripted diagnostics package to enable WCF tracing. Link Removed
  7. F

    Windows 7 Local admin username/password

    Hello all, I work in IT and I run into a problem quite often where we know how to fix the issue but we are unable to because they cannot get connected to the network. We use static IP's as a standard for all computers in order to organize and prevent from being able to used outside of the...
  8. K

    Windows 7 Looking for a scripting tool

    Can someone recommend a scripting tool that would allow repetitive tasks to be automated. For instance, everyday I run Malwarebytes manually and I update and run SUPERAntiSpyware twice a week. I would like to make a script file that would perform these tasks automatically. I have in mind a...
  9. J

    Windows 7 Scripting folder layouts

    Greetings :-) I am new here and new to W7. I have recently moved from XP to W7. The installing of W7 was impressively slick and self-sufficient. I thought it was going to be bliss. Then I actually started to use it. I was shocked to find that the folders behave completely differently than in...
  10. B

    Windows 7 Commands to move easily between the lines of PowerShell console 2.0 and 3.0

    Hi I would like to knowthe commands to move easily between the linesof PowerShell console 2.0 and 3.0? If I'm writing a command on several lines and I want to correct a mistake that I made in a previous line, how do I do this? What is the command to go back to the prompt without running the...
  11. S

    Windows 7 Want to change font size without log off

    Ok, so I basically want to change the font size (DPI) without logging off. Reason is: I want to script this so that I can change font size to 100%, launch and play Amnesia: The Dark Descent, then change font size back to 150%. So my question is can it be done easily? And if not easily, what...
  12. Windows 7 Looking For A Simple Macro Recorder

    I'm trying to find something where I can set it so that when I press a button on my keyboard it will "move mouse there" "shift click" "type E" and general mouse movements/clicks and keyboard strokes.
  13. Windows 7 Going Deeper with Project Roslyn: Exposing the C# and VB compiler’s code analysis

    Until now, the VB and C# compilers have been used as black boxes. You put text in, and you get out a binary file. In our long-lead project, codename "Roslyn," we are changing that dynamic by building an API that exposes our compilers' analysis engines. In this session, we'll go in-depth in...
  14. M

    Windows 7 netsh mbn show interfaces results in command not found on Win7 64Bit

    Hi, I'm trying to run "netsh mbn show interfaces" from a .bat or .jar file on a Windows 7 64bit system but every time I run my file, it results in "The following command was not found mbn show interfaces". When I run that same command in a cmd.exe prompt, the result is correct and as...
  15. T

    Windows 8 PowerShellISE.exe MISSING

    when trying to run the power shell ise is tell me its missing why isnt included it win8
  16. C

    Windows 7 Cant Execute VBS Script From network

    Hello, I have an application which a pc in the newtork runs a VBS script to another pc and executes some actions. It works fine in physical/Virtual machines of Windows XP and Physical machines of WIN7 but the script is not executing in Virtual Machines with WIN7. Do you have any idea what is...
  17. S

    Windows 7 can not print from explorer 9

    hello everyone. i have tried to print from ms windows explorer 9 and get an error or scripting line 2107- res://ieframe.dll/preview.js- invalid argumennt and can not print any page, in other browsers can print a website but in IE9 not, i have tried many guides on the net regsitereing...
  18. C

    Windows 7 script for disabling input controls

    hello there! i am new here so please be kind! i have a little problem with my panasonic cf-18 digitizer. i am running on win7 ultimate. when i close my lid, it seems like an installed pcmcia card is causing interfernces which win7 interpretes as a digitizer input. the pen cursor is flickering...
  19. F

    Windows 7 FTP Problem on New PC

    I have the following FTP code which works perfectly on my one PC at the office. I have just been given a new PC and when running the macro run time error 440 "unable to wait for process" The following code is highlighted wsh.Run FTPcommand, 5, True I am using Office 2010 and...
  20. Windows 7 Script for change files permissions

    Hi, I've a problem with a software that create some files, those Child objects do not inherit permissions from their parent as expected. To solve this issue I have to manually edit the parent permission and give to his childs the same permissions of the folder itself. The checkbox solud be...