Archive

Posts Tagged ‘Windows’

DOS Command – How To Delete Windows Shared Folder Connection

July 9th, 2009 iceman No comments

How to delete windows shared folder connection by using DOS command?

To view current windows shared folder connections.

Command:

net use

Output:
C:\Documents and Settings\user>net use

New connections will not be remembered.
Status    Local     Remote Network

——————————————————————————-
OK               Z:          \\sharedhostname\sharedfoldername\
Microsoft Windows Network
The command completed successfully.

To delete CERTAIN windows shared folder connection.

Command:

net user z: /d

Remark : where z: is the mapping drive letter.

To delete ALL windows shared folder connection.

Command:

net use * /d

Related posts

The RPC server is unavailable

November 14th, 2008 iceman 1 comment

When I try to renew an IP address I get this message

C:\>ipconfig /renew

Windows IP Configuration

An error occurred while renewing interface Local Area Connection : The RPC server is unavailable.

How can I solve this problem?

After googling I found that is caused by a file named iKernel.exe is missing.
This problem can be solved by just copy back this execute file to the path.

Solution:
1. Copy a iKernel.exe file from any computer and then paste to below location
C:\Program Files\Common Files\InstallShield\Engine\6\Intel 32\
2. Reboot your computer.
3. Done.

Related posts

Categories: Windows Tags: , , , , ,

PrintFolder v1.3 – Utility used to print a list of files

July 26th, 2008 iceman No comments

PrintFolder v1.3

Handy utility to print or save a list of files located in any folder. Right-click any folder in Windows Explorer and select “PrintFolder” in the popup menu.

== Software X-Files ==

Name: PrintFolder
Version: 1.3
Language: English
License: Free
Size: 547KB
Support OS: Windows 98/2000/XP/2003/Vista
Official Website: http://no-nonsense-software.com/
Download: Download 1

Related posts

Categories: Utilities Tags: , ,