Ask Sawal

Discussion Forum
Notification Icon1
Write Answer Icon
Add Question Icon

Puru Genkins




Posted Answers



Answer


In most cases, appliances and electronics shouldn't be treated like How to Dispose of Everything, Including Old Cell Phones, Mattresses, and Batteries everything in an environmentally friendly way; after all, even a tiny bit


Answer is posted for the following question.

How to dispose of small home appliances?

Answer


So taking those needs into consideration, frame your answer like this: I am available to start whenever you need me to start, including tomorrow. I need (or would greatly appreciate) a few days (or a week or two) to clear the decks before I start, but I can be flexible if you need me before then.


Answer is posted for the following question.

When you get hired when can you start?

Answer


Figuring out how to attract men and how to get a guy to like you in the first place isn't the hard part. But getting the guy you're dating to make a commitment to you and thank his lucky stars that you are his girlfriend is a whole different story.

RELATED: 11 Psychological Tricks That Make Him Want You Sooo Much More

To get him to DTR, you have to be fully in tune with yourself and what you want. You also need to be ready to walk if you aren't getting it.

This doesn’t mean acting like a diva or playing games. It’s all about knowing your value and not compromising your needs. You have permission to make "you" the most important person in your relationship.

When you know your worth, you will walk away like it’s no big deal if you aren't feeling valued, no matter who you're with.

Here are the 5 steps for how to get a guy to like you so much that he wants to DTR (define the relationship) by becoming your boyfriend.

Whoever brings up the DTR talk first is the one sweating the relationship. You aren’t sweating it. You know what you want, and you haven’t locked it down with him until he proves himself worthy of what you want.

You are done being that girl. Let him be the one to bring up "the talk." That means he's worried about it, and you don’t come off demanding when you state your needs.

You know your needs: commitment, calls instead of texts, exclusivity, and time spent with you. He will genuinely hear you if you aren’t the girl chasing him for the DTR talk and instead let him initiate it.

Don’t agree to anything exclusive, or rush into anything exclusive either, until you have seen whether or not this man is going to back up what he has to say with his actions and treat you well.

You aren’t going to see the real person until your first fight at the 3-month "make it or break" stage.

Don’t get in too deep yet with your heart until you see the real him.

Don’t tolerate his lateness, lack of phone calls, or any other behavior that is deemed not desirable in your book. That doesn’t mean you complain about it. Just don’t give him the time of day if he doesn’t respect you or your time.

His behavior and actions speak volumes. If this is what is going on, you will want to have the talk, but refrain. There is nothing to talk about or define. You hear what he's saying loud and clear, which is why you should be ready to date other guys by this point.

RELATED: 10 Secrets To Get The Guy You Think Is Out Of Your League

Yes, you heard it. You might make the mistake of cutting off your options way too soon. When he has to work to earn your time and affection — not just him but anyone — you will appeal more because guys are competitive.

Don’t let him know this, but a little flirting with some other dating options will do wonders for your self-esteem. He will feel you are just a little aloof — and you should be until someone bothers to meet your needs and lock you down with a commitment!

Once again, keep him sweating it. This isn’t a game.

Be honest no matter how vulnerable you feel. It doesn't mean throw the fact that you're dating other guys in his face, but it does mean you don’t need to be harsh about it. Put your heart out there.

Remember, you have other options. Say what you want when he brings up the DTR talk and asks what you what you are looking for, but let him know you don’t know if he is that person yet. You are still observing to see if it’s right for both of you.

When he brings it up, if you know in your gut this is the right thing to do after observing and clearly stating your needs, go for it. This is important.

You will know for sure. There will be no doubts. Ninety percent of communications is non-verbal, so this just means his actions have lined up with his words and this is a good place to be.

RELATED: 5 Secrets Nobody Tells You About Winning His Heart Forever

Susan Trombetti is a matchmaker and the CEO of Exclusive Matchmaking. Don’t forget to tune into her weekly LoveTalk with Susan webinar series on Monday at 8:00 pm, EST. Also, if you need a little dating advice, sign up for a session.


Answer is posted for the following question.

How to make him define the relationship?

Answer


"Trying to add a second HDD to my friend's PC to give more storage. The HDD in question was previously the OS drive in an old PC and still has some windows and program files on it, I want to format but I can't format or delete the volume. And because it's a dynamic drive, most 3rd party software I found won't touch it. What can I do about this?"

Dynamic disk is an attribute of a disk, while our commonly used disk attribute is the basic disk. On basic disks, only continuous space on the same disk is allowed to be divided into one partition. But on the dynamic disk, there is no disk partition, it is named after "volume". There is a big gap between volume and partition: the same partition can only exist on one physical disk, while the same volume can span up to 32 physical disks.

Therefore, the dynamic disk is a good choice in computer use due to its additional features such as creating volumes that span multiple disks, extending a simple or spanned volume, and accommodating RAID-5 volumes, and so on. However, some users still want to format a dynamic disk to a basic one. But when they open Disk Management, there's a greyed-out "Delete" or "Format" button in the right-click menu.

The dynamic disk doesn't allow users to format it and users could only delete the spanned volume. Thus, users who wish to use a basic disk could only do a conversion to change the dynamic disk to a basic disk.

▶ Possible reasons for users to convert dynamic disk to basic disk:

1. They've converted it to dynamic accidentally.

2. Convert to dynamic disk automatically when creating a primary partition in the condition that there are already 4 primary partitions on an MBR disk.

3. User convert a basic disk to dynamic is to break the MBR disk capacity limitation of 2TB. However, there is a GPT disk to help users handle large-capacity disks well. Users can convert MBR to GPT disk to fix this issue. So there's no need to use a dynamic disk.

Besides, according to Microsoft, the dynamic disks have been deprecated from Windows, so it is not suggested to use them anymore if you are not familiar with that type of disk.

Windows brings you ways to convert a dynamic disk. In general, you can do the conversion of dynamic to basic in Disk Management and Command Prompt. Let’s learn the detailed steps.

Step 1. Press Win + R to open Run. Type "diskmgmt.msc" and hit Enter to open Disk Management.

Step 2. Find the dynamic disk, right-click its volume and select "Delete Volume". Wait for the process completes. Repeat the step to delete all volumes on the dynamic disk.

Step 3. Usually, the dynamic disk will become basic automatically after all volumes have been deleted. If not, right-click the dynamic disk after it becomes unallocated space and select "Convert to Basic Disk".

Tips: To convert mirrored volumes, you need to break mirrored volumes by Windows Disk Management.

Step 1. Click Start and type "Command Prompt" in the search box. Right-click the Command Prompt from the list and select "Run as administrator".

Step 2. At the prompt, type "diskpart" and press "Enter".

Step 3. Type following commands successively and press "Enter" after each input.

• list disk • select disk n (where n is the disk number of the dynamic disk) • detail disk

• select volume m (where m is the volume number of the dynamic disk) • delete volume • convert basic (run this after deleting all volumes on the dynamic disk) • exit (leave diskpart) • exit (leave command prompt)

Tips: repeat “select volume m” and “delete volume” if you have more than one volume on the dynamic disk.

Some user tries to convert dynamic disk in Windows 7 install so that he can install Windows OS to a basic disk directly. To achieve that goal, these steps may be helpful.

Step 1. Boot the computer from the Windows installation disc. Follow the wizard to complete the first several settings.

Step 2. Stop when it comes to “Where do you want to install Windows?”. Then, press Shift + F10 to open a command prompt.

Step 3. In the command prompt, repeat step 2 - step 3 in the above method to convert dynamic disk to basic one.

Step 4. Leave the prompt and complete the installation with the wizard.

With such easy ways provided, some users still find that dynamic drive cannot be converted in Windows. Normally, there are 3 situations:

◤ 1. The Delete Volume grayed out in Disk Management. ◤ 2. Windows returns the message: Windows cannot delete the system volume on this disk. ◤ 3. If run delete volume in Diskpart, this error message would appear: Virtual Disk Service Error: Delete is not allowed on the current boot, system, pagefile, crash dump, or hibernation volume.

The key problem is that they trying to convert a dynamic disk that contains system files, which is not allowed under the Windows environment. Users need to delete all data on the disk before they do the conversion on the disk with system files.

Is there any way to change dynamic disk to basic without losing any data? Fortunately, the answer is yes. AOMEI Partition Assistant Professional is very helpful in managing dynamic disks and dynamic volumes. It is with a built-in tool, Dynamic Disk Manager, allowing you to convert dynamic disk to basic disk without deleting volumes, regardless of system disk or data disk.

Step 1. Install and run AOMEI Partition Assistant Professional. When there is a dynamic disk, right-click the target disk, and choose “Dynamic Disk Manager”.

Step 2. Then, Right-click the dynamic disk and select "Convert to Basic Disk".

Step 3. Confirm the conversion by clicking "OK".

Step 4. Click "Commit" in the toolbar to commit pending operations. And click "Proceed" in the pop-up window to start the process. Wait for the process completes.


Answer is posted for the following question.

How to delete dynamic partition?

Answer


5 चिली पनीर रेसिपी | chilli paneer in hindi | करें कि कड़ाई पनीर ग्रेवी कैसे बनाई जाती है"Rating: · 50 mins"पनीर की सब्जी... · चिली पनीर... · पनीर बिरयानी... · पनीर फ्रैंकी...


Answer is posted for the following question.

How to kadai paneer in hindi?

Answer


Find best Internists in San Francisco, California & make an appointment online instantly! Zocdoc helps you find Internists in San Francisco and other ...How can I make a same-day appointment with an Internist in San Francisco?How can I find a San Francisco Internist who takes my insurance?


Answer is posted for the following question.

What is the best internists in san francisco?

Answer


Although independence was achieved in , the political


Answer is posted for the following question.

How did sao tome and principe gain independence?

Answer


Where to Find the Best Breakfast in San Francisco · 1/ · The American Grilled Cheese Kitchen · 2/ · Americano Restaurant & Bar · 3/ · Boulettes Larder · 4/ · Brenda's


Answer is posted for the following question.

What is the the best breakfast in san francisco?

Answer


River Quay Fish

Address: Sidon St, South Brisbane QLD 4101, Australia


Answer is posted for the following question.

Do you know best crayfish in Brisbane, Australia?

Answer


— Chlorophyll is present in most green vegetables, and some people take it as a health supplement. The potential benefits of chlorophyll include ."What is chlorophyll? · Benefits · Chlorophyll supplements · Outlook


Answer is posted for the following question.

What are the benefits of chlorophyll to the body?

Answer


  • Go To Wattpad.
  • Watch Ads to Earn coins.
  • After watching 3 ads, close the Wattpad app, go to settings. Then look for 'Google'
  • Go to Ads. Press the 'Reset Advertising ID' Notice that the Advertising ID changed.
  • Open Wattpad and watch 3 ads again.
  • Repeat.

Answer is posted for the following question.

How to earn dreame coins?

Answer


The virtualization extensions can not be disabled in the BIOS for AMD-V. Enable Intel Virtualization Technology (also known as Intel VT) or AMD-V depending


Answer is posted for the following question.

What is virtualization technology in bios?

Answer


1
from __future__ import print_function
2
from os.path import join, dirname, abspath
3
import xlrd
4
5
fname = join(dirname(dirname(abspath(__file__))), 'test_data', 'Cad Data Mar 2014.xlsx')
6
7
# Open the workbook
8
xl_workbook = xlrd.open_workbook(fname)
9
10
# List sheet names, and pull a sheet by name
11
#
12
sheet_names = xl_workbook.sheet_names()
13
print('Sheet Names', sheet_names)
14
15
xl_sheet = xl_workbook.sheet_by_name(sheet_names[0])
16
17
# Or grab the first sheet by index 
18
#  (sheets are zero-indexed)
19
#
20
xl_sheet = xl_workbook.sheet_by_index(0)
21
print ('Sheet name: %s' % xl_sheet.name)
22
23
# Pull the first row by index
24
#  (rows/columns are also zero-indexed)
25
#
26
row = xl_sheet.row(0)  # 1st row
27
28
# Print 1st row values and types
29
#
30
from xlrd.sheet import ctype_text   
31
32
print('(Column #) type:value')
33
for idx, cell_obj in enumerate(row):
34
    cell_type_str = ctype_text.get(cell_obj.ctype, 'unknown type')
35
    print('(%s) %s %s' % (idx, cell_type_str, cell_obj.value))
36
37
# Print all values, iterating through rows and columns
38
#
39
num_cols = xl_sheet.ncols   # Number of columns
40
for row_idx in range(0, xl_sheet.nrows):    # Iterate through rows
41
    print ('-'*40)
42
    print ('Row: %s' % row_idx)   # Print row number
43
    for col_idx in range(0, num_cols):  # Iterate through columns
44
        cell_obj = xl_sheet.cell(row_idx, col_idx)  # Get cell object by row, col
45
        print ('Column: [%s] cell_obj: [%s]' % (col_idx, cell_obj))
46
47

Answer is posted for the following question.

How to xlrd select sheet by name (Python Programing Language)

Answer


Theoretically, contents in a safety deposit box are safe from being stolen and safe from the wear and tear that comes from keeping valuables out in the open. However, the Federal Deposit Insurance Corp. (FDIC) does not insure the contents of a safety deposit box.


Answer is posted for the following question.

Is my money safe in a safety deposit box?


Wait...