Skip to content
IT Nursery
  • Home
  • Programming
    • Mac / IOS
    • Android
    • Web Applications
    • PHP
    • Java
    • C
    • C++
  • DataBase
    • MySQL
  • CMS
    • WordPress
  • System and Network
    • Serverfault

windows-server-2003

Create network shares via command line with specific permissions

by IT Nursery

This should be the information that you are looking for: ::Create a drive letter map to an existing network share net use z: … Read more

Tags command-line, network-shares, windows-server-2003

How do I automate an MSI installs?

by IT Nursery

Talk about a loaded question… For starters, ignore the setup.exe. Odds are it just calls the MSI. Or sometimes they extract a bunch … Read more

Tags script, windows, windows-server-2003

What is the default administrator password?

by IT Nursery

The correct password is Evaluation1. Just look in the readme file

Tags security, windows-server-2003

How to disable file download popup in Internet Explorer?

by IT Nursery

I have solved this problem now. I hope the following information would help you: Solution 1 Open Internet Explorer > Tools > Internet … Read more

Tags file-download, Internet Explorer, internet-explorer-8, windows, windows-server-2003

“net share xyz /DELETE” fails if a file is in use on that share

by IT Nursery

The solution is to supply /Y to force the delete. This isn’t documented, unfortunately.

Tags command-line, network-shares, windows-server-2003

Windows vs Windows Server

by IT Nursery

Windows Server is built on the same codebase as the workstation OS. 2003 is based on XP, 2008 on Vista, 2008 R2 on … Read more

Tags windows, windows-server-2003, windows-server-2008

Give access to a subdirectory without giving access to parent directories

by IT Nursery

You are mistaken in your original assumption, which renders the rest of your question moot. The minimum permission that a user would need … Read more

Tags junction, ntfs, symbolic-link, windows-server-2003

How do I extract a list of services AND what account they run as?

by IT Nursery

wmic: Name and account for all services: wmic service get name,startname started services only: wmic service where started=true get name, startname services with … Read more

Tags cmd.exe, windows-server-2003, windows-services

Detect Windows Server version 32/64-bit in CLI

by IT Nursery

A slightly quicker way would be to check for the existence of the %ProgramFiles(x86)% directory. If it exists then you’re running 64-bit, if … Read more

Tags 32-bit, 64-bit, windows, windows-server-2003, windows-server-2008

Is there a limit to the number of files I can place in a given folder?

by IT Nursery

Note: Assuming NTFS, as no one in their right mind would use FAT for anything else than USB thumb drives or memory cards, … Read more

Tags filesystems, ntfs, windows, windows-server-2003
Post navigation
Older posts
Page1 Page2 … Page18 Next →

Recent Posts

  • Advice for improving internal dashboard [closed]
  • grep : ‘+’ special character
  • File location for Syslogs in Centos machine
  • How to collect users’ task completion times?
  • “service {FOO} start” vs. “/etc/init.d/{FOO} start”? [closed]
IT Nursery
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Important Link

  • About
  • Privacy Policy
  • Contact

IT Nursery

The Goal of ITNursery Engaging the world to foster innovation through aggregate information. Our Question Answer post, blog information, products and tools help developers and technologists in life and at work.

copyright © 2023 All Right Reserved | IT NurSery