How To Create Custom CLSID Folders

Oct 15, 2012

I'd like to create a custom CLSID folder. How to do so?

View 5 Replies


ADVERTISEMENT

How To Create To Custom Software DVD/USB

Sep 1, 2011

How can I create a custom software DVD/USB with my logo on it?I have possibly 2GB+ worth of software to put on to a DVD/USB so I can quickly install all those programs.I know there's a program that does this, I just can't remember what it's called.

View 5 Replies View Related

How To Create Custom Visual Styles

Feb 10, 2010

Is it possible to create visual styles freely?More of what I'm looking for is what the process for creating a visual style is.

View 9 Replies View Related

How To Manually Create A Custom Shortcut

Apr 6, 2012

I want to create a custom shortcut and by custom I don't mean the way you usually create shortcuts at, but how you create it from scratch. Like open notepad and write down a script to make it work like an ordinary shortcut.The reason I want to do this is because I have a large collection of music and for the moment I have to open, first my music directory then choose the artist directory then the album directory and finally the playlist file. The way I want it is instead of getting into the album directory I would just have a shortcut in the artist directory that will open the playlist and start the music. And I would even want to have a custom icon on the shortcut.Now you will probably say just create a shortcut like you would normally do and then change the icon. DONE!No the thing is that when I re-install my computer or if I get a new disc with new drive letters or just move my whole music directory the shortcuts will be corrupted cause windows own created shortcuts has the complete file path like "D:DokumentEgna SkivorDeadmau5For Lack Of A Better Name�0 For Lack Of A Better Name (Playlist).m3u". The way I want it is just "For Lack Of A Better Name�0 For Lack Of A Better Name (Playlist).m3u"

View 9 Replies View Related

Create Own Custom Commands In Windows 7?

Jan 21, 2013

I want to create a utility software where i can create my own custom commands like copy, rename, move, delete etc. But i don't have any idea how shouldWhich language i should use to create it?OS Platform : Windows 7

View 3 Replies View Related

Start Orb Image - Create Custom

Mar 25, 2010

How to Create Custom Start Orb Image ?

View 0 Replies View Related

How To Create Custom Signature In New Windows 7 Live

Oct 26, 2010

I would like to create a custom signature in the new Windows live mail. In the new layout there is not a "Tool" menu to bring up "options" from where you create a signature. However there is an "Insert" button which as well as being able to attach files etc shows a signature icon which is Greyed out. I have tried logging into email as administrator but it is still greyed out.

View 2 Replies View Related

Gadgets - Create A Custom Clock Gadget

Oct 17, 2009

How to Create a Custom Clock Gadget ?

View 0 Replies View Related

Microsoft Mangement Console - Create Custom MSC

Jan 18, 2012

How to Create a Custom MSC in Microsoft Management Console ?

View 0 Replies View Related

Custom Power Plan - Create Or Delete

Mar 27, 2010

How to Create or Delete a Custom Power Plan in Windows 7 ?

View 0 Replies View Related

Create A Custom/unattendable Setup For Windows 7 Professional?

Jan 8, 2011

I need to create a custom/unattendable setup for Windows 7 Professional for my new laptop that I will be purchasing soon I will also need to install certain Windows Componants along with other customisations.My current laptop is running Windows XP Pro SP3 and i'm looking for a piece of software that will enable me to complete the setup tweak.I have donwloadedand installed vLite[URL]on my XP machine but it has asked me to download the WIN AIK(Automated Installtion Kit) from the Microsoft Website. This is only combatable for Windows Vista andServer 2008 and is 1.3GB in size.

View 2 Replies View Related

Create One Installer Which Can Install A Custom List Of Applications

Sep 20, 2011

I'm looking for a software that can create one installer which can install a custom list of applications.

View 5 Replies View Related

Jumplist Launcher - Create Custom Jump Lists

Jun 22, 2009

How to Create Custom Jump Lists in Windows 7 ?

View 0 Replies View Related

Cannot Create Folders?

Mar 29, 2012

I have always been able to create sub folders by using the menus or by right clicking on the highlighted folder. All of a sudden this capability is gone. Nothing happens when I click on "New Folder" in the top menu. If I highlight the folder and rignt click the only choice given me is to create a "Briefcase."

View 1 Replies View Related

Cant Create New Folders

Dec 30, 2011

my lap top (toshiba running windows 7 32 bit) is only 1 year old and it has been acting insane as of late. i have lost all my music/pix/docs. everything.. that was mainly my fault for now backing it up but anyways. right now it seems to be working normal except for ONE PROBLEM, i cant create new folders. i have searched and found some people with the same problem but they dont have the option there. i have the option..i click it..and it says this." unexpected error is keeping your from creating the folder. if you continue to receive this error, you can use the error code to search for help with this problem. 0x800700003: the system can not find the path specified:I'm not sure if i get this everywhere. i mean its weird i can creat a new folder on the desktop but if i go in to the music folder and try then i get the above message.

View 9 Replies View Related

Can't Create Compressed Folders

Jul 7, 2012

I have recently uninstalled 7-zip from my computer and now there is no option in the right click menu to create a zipped folder. i need this back as i have files to unzip but windows says there is no software to do this.

windows 7 x64
4GB Ram
Home Premium

View 3 Replies View Related

Cannot Create New Folders On Desktop

Mar 20, 2011

I don't know what I downloaded that caused the problem, but now when I try to make a new folder on the desktop of my new Windows 7 computer, I have only the following choices: Shortcut, Bitmap Image, Contact, Microsoft Word Document, Journal Document, Microsoft Powerpoint Presentation, Text Document, Microsoft Excel Worksheet, and Briefcase. No new folder choice.

View 4 Replies View Related

Create A Hierarchical Collection Of Libraries Like I Can With Folders?

Sep 8, 2010

Can I create a hierarchical collection of libraries like I can with folders ?

View 6 Replies View Related

Create / Save And Load Tab Groups For Folders

May 28, 2012

I am looking for an extension that would allow me to create, save and load tab groups for folders. Right now I am using the QTTab extension for Windows Explorer, which adds tabs. The problem is if I accidentally close the window or the computer has to do a restart, I lose all the tabs. I have to hunt down each folder again and open them up in their own tab.

View 1 Replies View Related

Cant Create New Folders In Program Files Folder

Apr 12, 2009

whats tthis new restriction and how can i get around it....i am on my admin account initially installed with the OS.

View 3 Replies View Related

User Folder - Create Your Own Special Folders

Aug 7, 2009

How to Create Your Own Special User Folder ?

View 0 Replies View Related

Power-shell Script To Create User Folders And Set Permissions?

Nov 18, 2010

I am grabbing a text file with a list of users in it. I want to then create folders for all those people and then set explicit permissions on those folders to only allow the users and admin access to it. So for the create user folder, I have...

$Users = Get-Content "C:Users.txt"
ForEach ($user in $users)
{
$newPath = Join-Path \mycomputerUsers$ -childpath $user
New-Item $newPath -type directory
}

This works great as I now have 100 folders created. But how do I use something like....

$acl = Get-Acl "\mycomputerusers$"
$permission = "mydomain$users","FullControl","Allow"
$accessRule = New-Object System.Security.AccessControl.FileSystemAccessRule $permission
$acl.SetAccessRule($accessRule)
$acl | Set-Acl \mycomputerusers$$user

When I try to loop these together it says the folder already exists or the setaccessrule identity references could not be translated. how I loop it in with creating the folder? Or is there a way to just say...create folder based on this username, then take that username and make it the only admin on the folder along with the system admin?

View 3 Replies View Related

NTFS And Share Permissions - Cannot Allow User To Create New Files Or Folders

Nov 8, 2012

With NTFS and Share permissions is there any way I can allow a user to (in a specific folder):

- Edit and overwrite existing files (like a notepad file)
But
- Not be allowed to create new files or folders

I have spent quite a while staring at the special permissions screen. When reading about the meanings of the special permissions from the Microsoft, it says that the "Create Files/Write Data" permission allows for the overwriting of existing files but it also allows for the creation of new files. Is there some way i can have one without the other? Split the permission? I have also been told that there is a flaw to this as when you open a word document it creates a temp file in the folder where the word document is, and having permissions set this way would cause the word document not to be able to open because it couldn't create that temp file.

View 1 Replies View Related

Change The Permissions On The Folders (the Locked Ones) Windows Says The Files/folders Doesn't Exist

Nov 10, 2010

i use BitLord to download random stuff anyways the Downloads Folder Shows up like this : Now when i open Nero up it shows this Weird thing is if i hover over the folder from normal window it says the Downloads folder is only 800mb (as it is only showing me one item) yet from Nero it says the folder is over 9 Gigs. Im set as Owner of the folder and i have all permissions set for me however i am still unable to see these files outside of nero and i don't know why.When i go and try to change the permissions on the folders (the locked ones) windows says the files/folders doesn't exist...

View 1 Replies View Related

Moving User Folders - Additional Folders Appear

Jul 9, 2012

I have just done a clean install of Win 7 Pro 64. I have set up four accounts and for each one I have moved the user folders to a separate hard drive by using the Right Click Properties > Location > Move. I have done this for the following folders:

- Desktop
- Downloads
- My Documents
- Favorites
- Links
- My Music
- My Pictures
- Videos

I have done it exactly the same way on each account (and more than once! I've been imaging the disk and have restored backwards a few times.)

The problem is, on three of the accounts, when I move the My Music, My Pictures, and Videos then they do move correctly but three rogue folders appear named Music, Pictures and Videos. And I can't delete then since they are system folders.

But the weird thing is that this does not happen on one of the accounts!

how to get rid of the extra folders as they're cluttering up the users home folder and causing confusion.

View 3 Replies View Related

How Do I Change Folders View For Individual Folders ?

Sep 19, 2009

In Windows 7 how can I change "Folders View" for individual folders without changing them system wide. For example if I select "always show icons" all my folders are set this way, and that's fine. But there are a few folders I have containing jpeg images, and I want to view those as "thumbnails" without effecting the others which are set to always show icons.

This was very easy to do in Windows XP but I can't figure out how to do it in Windows 7.

View 9 Replies View Related

How To Create 1.Iso Image 2.transfer It To Another HDD 3.create An OS

Dec 9, 2012

1. How to download in Windows 7 from Internet to a DVD to create an ISO image? 2. If the ISO image is larger than the full capacity of one DVD how do I create the full image? 3. Once I create the full image on one (or more) DVD , how do I transfer the ISO image to another HDD? 4. Can I create an ISO image directly on a 2nd HDD? 5. Can I create an ISO image of the Windows 7 OS on a second HDD? I have tried to create an ISO image for a few months and i haven not been able to do it. Special note: 6. How could I copy the Win 7 OS into an ISO image on one or more DVDs? 6.1 What size is Windows 7 Home Premium OS? 6.2 Which partition does Windows 7 store the OS in?a. "Recovery" ? b. FAT32 ? how to create the ISO image, how to install it, and how to make sure that the "image" could be used to fo make a backup of my HDDs and also how to use the backup to fix the computer should a fatal crash prevented from booting up Windows 7? IMPORTANT: I use only DVDs, mostly re-writables. Which is the best free Image Burn Software that does work with DVD's.(as I dont use CD's anymore)

View 1 Replies View Related

New Folders Are Created As Video Folders

May 17, 2011

I have problem, recently all new folder are created optimized for video content with big pictures and such. How can I fix that so they are created as normal folders, because this is driving me nuts having to change this for every new folder.

View 3 Replies View Related

Batch Renaming Folders And Sub-folders

Apr 16, 2010

The structure of my photos library is Y/Y_M/Y_M_D, e.g. 2010/2010_04/2010_04_16 for today. I want to change all the '_' to '-'. Does anyone know an easy way of doing this?

View 9 Replies View Related

Batch Renaming Folders And Sub-folders?

Aug 4, 2011

The structure of my photos library is Y/Y_M/Y_M_D, e.g. 2010/2010_04/2010_04_16 for today.I want to change all the '_' to '-'.

View 3 Replies View Related

Custom PC - Can't Get A First Install

Nov 7, 2011

I just finished my i3 build and am trying to get my Windows 7 Home Premium to install and am not having much success.

First of all, I want to note that I am trying to install from an external DVD-Drive via USB because it's extremely hard to get the Drives out of the old Dell computer. I either have to order new ones, or literally break that case.

Anyways, I've been messing with BIOS settings (mostly SATA config and USB legacy settings) and what not, but no matter what I try (seemingly) I get one of two things to occur:

1) The 'expanding Windows files' sticks on 0%

2) I get the 'Windows Cannot Install Required Files Error'

I'm back on default BIOS settings and am going to listen to you guys, because what ever I do doesn't work

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved